aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/hg622.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/dts/hg622.dts')
-rw-r--r--target/linux/brcm63xx/dts/hg622.dts41
1 files changed, 24 insertions, 17 deletions
diff --git a/target/linux/brcm63xx/dts/hg622.dts b/target/linux/brcm63xx/dts/hg622.dts
index 419439d027..30a80618e8 100644
--- a/target/linux/brcm63xx/dts/hg622.dts
+++ b/target/linux/brcm63xx/dts/hg622.dts
@@ -56,26 +56,33 @@
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 0xf80000>;
- };
+ cfe@0 {
+ label = "CFE";
+ reg = <0x000000 0x020000>;
+ read-only;
+ };
- cal_data@fa0000 {
- label = "cal_data";
- reg = <0xfa0000 0x020000>;
- read-only;
- };
+ linux@20000 {
+ label = "linux";
+ reg = <0x020000 0xf80000>;
+ compatible = "brcm,bcm963xx-imagetag";
+ };
+
+ cal_data@fa0000 {
+ label = "cal_data";
+ reg = <0xfa0000 0x020000>;
+ read-only;
+ };
- nvram@fe0000 {
- label = "nvram";
- reg = <0xfe0000 0x020000>;
+ nvram@fe0000 {
+ label = "nvram";
+ reg = <0xfe0000 0x020000>;
+ };
};
};