summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/vexpress-v2p-ca15.dts
blob: a4cdc8d1f5f0c6496a2dd27f3ca3dbc8e4061828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#include <arm/vexpress-v2p-ca15_a7.dts>

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

&{/bus@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>;
	};
};