aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/a226m-fwb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/dts/a226m-fwb.dts')
-rw-r--r--target/linux/brcm63xx/dts/a226m-fwb.dts31
1 files changed, 19 insertions, 12 deletions
diff --git a/target/linux/brcm63xx/dts/a226m-fwb.dts b/target/linux/brcm63xx/dts/a226m-fwb.dts
index c21d06ec5b..6c88d5378d 100644
--- a/target/linux/brcm63xx/dts/a226m-fwb.dts
+++ b/target/linux/brcm63xx/dts/a226m-fwb.dts
@@ -96,20 +96,27 @@
linux,part-probe = "bcm63xxpart";
- cfe@0 {
- label = "CFE";
- reg = <0x000000 0x020000>;
- read-only;
- };
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
- linux@20000 {
- label = "linux";
- reg = <0x020000 0xfc0000>;
- };
+ cfe@0 {
+ label = "CFE";
+ reg = <0x000000 0x020000>;
+ read-only;
+ };
- nvram@fe0000 {
- label = "nvram";
- reg = <0xfe0000 0x020000>;
+ linux@10000 {
+ label = "linux";
+ reg = <0x010000 0xfc0000>;
+ compatible = "brcm,bcm963xx-imagetag";
+ };
+
+ nvram@7f0000 {
+ label = "nvram";
+ reg = <0xfe0000 0x020000>;
+ };
};
};