|
@@ -74,30 +74,37 @@
|
|
|
|
|
|
linux,part-probe = "bcm63xxpart";
|
|
|
|
|
|
- cfe@0 {
|
|
|
- label = "CFE";
|
|
|
- reg = <0x000000 0x020000>;
|
|
|
- };
|
|
|
+ partitions {
|
|
|
+ compatible = "fixed-partitions";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
|
|
|
- linux@20000 {
|
|
|
- label = "linux";
|
|
|
- reg = <0x020000 0x770000>;
|
|
|
- };
|
|
|
+ cfe@0 {
|
|
|
+ label = "CFE";
|
|
|
+ reg = <0x000000 0x020000>;
|
|
|
+ };
|
|
|
|
|
|
- board_data@790000 {
|
|
|
- label = "board_data";
|
|
|
- reg = <0x790000 0x030000>;
|
|
|
- };
|
|
|
+ linux@20000 {
|
|
|
+ label = "linux";
|
|
|
+ reg = <0x020000 0x770000>;
|
|
|
+ };
|
|
|
|
|
|
- cal_data@7c0000 {
|
|
|
- label = "cal_data";
|
|
|
- reg = <0x7c0000 0x020000>;
|
|
|
- read-only;
|
|
|
- };
|
|
|
+ board_data@790000 {
|
|
|
+ label = "board_data";
|
|
|
+ reg = <0x790000 0x030000>;
|
|
|
+ compatible = "brcm,bcm963xx-imagetag";
|
|
|
+ };
|
|
|
|
|
|
- nvram@7d0000 {
|
|
|
- label = "nvram";
|
|
|
- reg = <0x7e0000 0x020000>;
|
|
|
+ cal_data@7c0000 {
|
|
|
+ label = "cal_data";
|
|
|
+ reg = <0x7c0000 0x020000>;
|
|
|
+ read-only;
|
|
|
+ };
|
|
|
+
|
|
|
+ nvram@7d0000 {
|
|
|
+ label = "nvram";
|
|
|
+ reg = <0x7e0000 0x020000>;
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
|