summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/brcm63xx/dts/a226m-fwb.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/dts/a226m-fwb.dts b/target/linux/brcm63xx/dts/a226m-fwb.dts
index 0695e839e5..88ae50f6e3 100644
--- a/target/linux/brcm63xx/dts/a226m-fwb.dts
+++ b/target/linux/brcm63xx/dts/a226m-fwb.dts
@@ -99,19 +99,19 @@
#address-cells = <1>;
#size-cells = <1>;
- cfe@0 {
+ partition@0 {
label = "CFE";
reg = <0x000000 0x020000>;
read-only;
};
- linux@10000 {
+ partition@20000 {
label = "linux";
- reg = <0x010000 0xfc0000>;
+ reg = <0x020000 0xfc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
- nvram@7f0000 {
+ partition@fe0000 {
label = "nvram";
reg = <0xfe0000 0x020000>;
};