summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/vexpress-v2p-ca15.dts
blob: 78d0025909240986d2a854b968fd54aa0df9b6a0 (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
#include <arm/vexpress-v2p-ca15_a7.dts>

/ {
	barebox_environment {
		compatible = "barebox,environment";
		device-path = &barebox_env;
	};

	chosen {
		stdout-path = &v2m_serial0;
	};
};

&nor_flash {
	partitions {
		compatible = "fixed-partitions";
		#address-cells = <1>;
		#size-cells = <1>;

		partition@0 {
			label = "barebox";
			reg = <0x0 0x80000>;
		};

		barebox_env: partition@80000 {
			label = "barebox-environment";
			reg = <0x80000 0x80000>;
		};
	};
};