summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/vexpress-v2p-ca15.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/vexpress-v2p-ca15.dts')
-rw-r--r--arch/arm/dts/vexpress-v2p-ca15.dts23
1 files changed, 13 insertions, 10 deletions
diff --git a/arch/arm/dts/vexpress-v2p-ca15.dts b/arch/arm/dts/vexpress-v2p-ca15.dts
index a4cdc8d1f5..69e93ee7b2 100644
--- a/arch/arm/dts/vexpress-v2p-ca15.dts
+++ b/arch/arm/dts/vexpress-v2p-ca15.dts
@@ -7,17 +7,20 @@
};
};
-&{/bus@8000000/motherboard/flash@0,00000000} {
- #address-cells = <1>;
- #size-cells = <1>;
+&nor_flash {
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
- partition@0 {
- label = "barebox";
- reg = <0x0 0x80000>;
- };
+ partition@0 {
+ label = "barebox";
+ reg = <0x0 0x80000>;
+ };
- barebox_env: partition@80000 {
- label = "barebox-environment";
- reg = <0x80000 0x80000>;
+ barebox_env: partition@80000 {
+ label = "barebox-environment";
+ reg = <0x80000 0x80000>;
+ };
};
};