summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/imx6ul-kontron-n6311-som.dtsi
blob: 29ed38dce58021c7fdabf44d6e69fc4e8ecef83b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2017 exceet electronics GmbH
 * Copyright (C) 2018 Kontron Electronics GmbH
 */

#include "imx6ul.dtsi"
#include "imx6ul-kontron-n6x1x-som-common.dtsi"

/ {
	model = "Kontron N6311 SOM";
	compatible = "kontron,imx6ul-n6311-som", "fsl,imx6ul";

	memory@80000000 {
		reg = <0x80000000 0x20000000>;
		device_type = "memory";
	};
};

&qspi {
	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "spi-nand";
		spi-max-frequency = <104000000>;
		spi-tx-bus-width = <4>;
		spi-rx-bus-width = <4>;
		reg = <0>;

		partition@0 {
			label = "ubi1";
			reg = <0x00000000 0x08000000>;
		};

		partition@8000000 {
			label = "ubi2";
			reg = <0x08000000 0x18000000>;
		};
	};
};