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

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

	smb@8000000 {
		motherboard {
			flash@0,00000000 {
				#address-cells = <1>;
				#size-cells = <1>;

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

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