aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/fast2504n.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/dts/fast2504n.dts')
-rw-r--r--target/linux/brcm63xx/dts/fast2504n.dts35
1 files changed, 21 insertions, 14 deletions
diff --git a/target/linux/brcm63xx/dts/fast2504n.dts b/target/linux/brcm63xx/dts/fast2504n.dts
index 8b644fb8f1..bb0d98c314 100644
--- a/target/linux/brcm63xx/dts/fast2504n.dts
+++ b/target/linux/brcm63xx/dts/fast2504n.dts
@@ -78,20 +78,27 @@
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";
+ };
};
};
};