aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/a4001n.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/dts/a4001n.dts')
-rw-r--r--target/linux/brcm63xx/dts/a4001n.dts38
1 files changed, 21 insertions, 17 deletions
diff --git a/target/linux/brcm63xx/dts/a4001n.dts b/target/linux/brcm63xx/dts/a4001n.dts
index db835434d8..d99da824e5 100644
--- a/target/linux/brcm63xx/dts/a4001n.dts
+++ b/target/linux/brcm63xx/dts/a4001n.dts
@@ -69,25 +69,29 @@
spi-rx-bus-width = <2>;
reg = <0>;
- #address-cells = <1>;
- #size-cells = <1>;
-
linux,part-probe = "bcm63xxpart";
- cfe@0 {
- reg = <0x000000 0x010000>;
- label = "cfe";
- read-only;
- };
-
- linux@10000 {
- reg = <0x010000 0x7e0000>;
- label = "linux";
- };
-
- nvram@7f0000 {
- reg = <0x7f0000 0x010000>;
- label = "nvram";
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ cfe@0 {
+ reg = <0x000000 0x010000>;
+ label = "cfe";
+ read-only;
+ };
+
+ linux@10000 {
+ reg = <0x010000 0x7e0000>;
+ label = "linux";
+ compatible = "brcm,bcm963xx-imagetag";
+ };
+
+ nvram@7f0000 {
+ reg = <0x7f0000 0x010000>;
+ label = "nvram";
+ };
};
};
};