brcm63xx: switch to new partition layout specification
Now that we support parsing the expected upstream definition, update the dts files to it. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
@@ -96,6 +96,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -105,12 +110,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -96,21 +96,28 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
linux@20000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0xfc0000>;
|
reg = <0x010000 0xfc0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@fe0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0xfe0000 0x020000>;
|
reg = <0xfe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -96,6 +96,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -105,12 +110,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -69,11 +69,13 @@
|
|||||||
spi-rx-bus-width = <2>;
|
spi-rx-bus-width = <2>;
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
||||||
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -83,6 +85,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
@@ -90,6 +93,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -102,6 +102,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -111,6 +116,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0xfe0000>;
|
reg = <0x010000 0xfe0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@ff0000 {
|
nvram@ff0000 {
|
||||||
@@ -118,6 +124,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -133,6 +133,10 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -100,6 +100,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -109,12 +114,14 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0xfc0000>;
|
reg = <0x020000 0xfc0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@fe0000 {
|
nvram@fe0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0xfe0000 0x020000>;
|
reg = <0xfe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -82,6 +82,12 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -91,6 +97,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0xfe0000>;
|
reg = <0x010000 0xfe0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@ff0000 {
|
nvram@ff0000 {
|
||||||
@@ -98,6 +105,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -61,6 +61,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -70,6 +75,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0xfe0000>;
|
reg = <0x010000 0xfe0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@ff0000 {
|
nvram@ff0000 {
|
||||||
@@ -77,6 +83,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -69,6 +69,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -78,6 +83,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0xfe0000>;
|
reg = <0x010000 0xfe0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@ff0000 {
|
nvram@ff0000 {
|
||||||
@@ -85,6 +91,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -51,6 +51,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -60,12 +65,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -73,6 +73,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -82,12 +87,14 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0xfc0000>;
|
reg = <0x020000 0xfc0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@fe0000 {
|
nvram@fe0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0xfe0000 0x020000>;
|
reg = <0xfe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -67,6 +67,10 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -73,6 +73,10 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -48,6 +48,10 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -56,6 +56,10 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -58,6 +58,10 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -58,6 +58,10 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -44,6 +44,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -44,6 +44,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -18,6 +18,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -58,6 +58,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -58,6 +58,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -58,6 +58,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -44,6 +44,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -44,6 +44,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -40,6 +40,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -44,6 +44,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -44,6 +44,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -47,6 +47,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -56,12 +61,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -84,6 +84,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -93,12 +98,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -61,6 +61,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -70,12 +75,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -82,6 +82,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -91,12 +96,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -47,6 +47,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -56,12 +61,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -29,6 +29,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -38,12 +43,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -55,6 +55,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -64,12 +69,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -59,6 +59,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -68,12 +73,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -93,6 +93,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -102,6 +107,7 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0x1e20000>;
|
reg = <0x020000 0x1e20000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
board_data@1e40000 {
|
board_data@1e40000 {
|
||||||
@@ -114,6 +120,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x1fe0000 0x20000>;
|
reg = <0x1fe0000 0x20000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -55,6 +55,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -64,12 +69,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -39,6 +39,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -48,12 +53,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -41,6 +41,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -50,12 +55,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -59,6 +59,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -68,12 +73,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -83,6 +83,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -92,6 +97,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0x7c0000>;
|
reg = <0x010000 0x7c0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
cal_data@7d0000 {
|
cal_data@7d0000 {
|
||||||
@@ -105,6 +111,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -96,6 +96,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -105,6 +110,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
@@ -112,6 +118,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -19,6 +19,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
backup@0 {
|
backup@0 {
|
||||||
label = "backup";
|
label = "backup";
|
||||||
reg = <0x000000 0x400000>;
|
reg = <0x000000 0x400000>;
|
||||||
@@ -33,6 +38,8 @@
|
|||||||
linux@410000 {
|
linux@410000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x410000 0x3f0000>;
|
reg = <0x410000 0x3f0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -59,6 +59,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -68,12 +73,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -84,6 +84,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x00000000 0x00020000>;
|
reg = <0x00000000 0x00020000>;
|
||||||
@@ -93,6 +98,7 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x00020000 0x00f40000>;
|
reg = <0x00020000 0x00f40000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
board_data@f60000 {
|
board_data@f60000 {
|
||||||
@@ -105,6 +111,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x00fe0000 0x00020000>;
|
reg = <0x00fe0000 0x00020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -59,6 +59,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -68,12 +73,14 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0x3c0000>;
|
reg = <0x020000 0x3c0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3e0000 {
|
nvram@3e0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3e0000 0x020000>;
|
reg = <0x3e0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -19,6 +19,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -28,12 +33,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -78,6 +78,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -87,6 +92,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
@@ -94,6 +100,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -55,6 +55,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -64,12 +69,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -103,6 +103,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -112,6 +117,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
@@ -119,6 +125,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -87,6 +87,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -96,6 +101,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
@@ -103,6 +109,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -33,6 +33,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -42,12 +47,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -54,6 +54,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -63,12 +68,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -42,6 +42,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -51,12 +56,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -81,6 +81,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -90,12 +95,14 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0xfc0000>;
|
reg = <0x020000 0xfc0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@fe0000 {
|
nvram@fe0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0xfe0000 0x020000>;
|
reg = <0xfe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -107,6 +107,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -116,6 +121,7 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0xec0000>;
|
reg = <0x020000 0xec0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
cal_data@ee0000 {
|
cal_data@ee0000 {
|
||||||
@@ -128,6 +134,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0xfe0000 0x020000>;
|
reg = <0xfe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -107,6 +107,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -116,6 +121,7 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0xec0000>;
|
reg = <0x020000 0xec0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
cal_data@ee0000 {
|
cal_data@ee0000 {
|
||||||
@@ -128,6 +134,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0xfe0000 0x020000>;
|
reg = <0xfe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -102,6 +102,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -111,6 +116,7 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0xec0000>;
|
reg = <0x020000 0xec0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
cal_data@ee0000 {
|
cal_data@ee0000 {
|
||||||
@@ -123,6 +129,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0xfe0000 0x020000>;
|
reg = <0xfe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -56,6 +56,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -65,6 +70,7 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0xf80000>;
|
reg = <0x020000 0xf80000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
cal_data@fa0000 {
|
cal_data@fa0000 {
|
||||||
@@ -77,6 +83,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0xfe0000 0x020000>;
|
reg = <0xfe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -74,6 +74,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -87,6 +92,7 @@
|
|||||||
board_data@790000 {
|
board_data@790000 {
|
||||||
label = "board_data";
|
label = "board_data";
|
||||||
reg = <0x790000 0x030000>;
|
reg = <0x790000 0x030000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
cal_data@7c0000 {
|
cal_data@7c0000 {
|
||||||
@@ -99,6 +105,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7e0000 0x020000>;
|
reg = <0x7e0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -141,6 +141,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -149,12 +154,14 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0xfc0000>;
|
reg = <0x020000 0xfc0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@fe0000 {
|
nvram@fe0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0xfe0000 0x020000>;
|
reg = <0xfe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -59,6 +59,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -68,12 +73,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -103,6 +103,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -103,6 +103,10 @@
|
|||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -66,6 +66,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -75,6 +80,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0xfe0000>;
|
reg = <0x010000 0xfe0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@ff0000 {
|
nvram@ff0000 {
|
||||||
@@ -82,6 +88,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -64,6 +64,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -73,12 +78,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -79,6 +79,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
CFE@0 {
|
CFE@0 {
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
read-only;
|
read-only;
|
||||||
@@ -86,11 +91,13 @@
|
|||||||
|
|
||||||
linux@20000 {
|
linux@20000 {
|
||||||
reg = <0x020000 0x1fc0000>;
|
reg = <0x020000 0x1fc0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@1fe0000 {
|
nvram@1fe0000 {
|
||||||
reg = <0x1fe0000 0x20000>;
|
reg = <0x1fe0000 0x20000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -83,6 +83,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
label = "cfe";
|
label = "cfe";
|
||||||
@@ -92,6 +97,7 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
label = "linux";
|
label = "linux";
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
@@ -99,6 +105,7 @@
|
|||||||
label = "nvram";
|
label = "nvram";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -41,6 +41,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -50,12 +55,14 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0xfc0000>;
|
reg = <0x020000 0xfc0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@fe0000 {
|
nvram@fe0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0xfe0000 0x020000>;
|
reg = <0xfe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -19,6 +19,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -28,12 +33,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -41,6 +41,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -50,12 +55,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -57,6 +57,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -66,12 +71,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -57,6 +57,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -66,12 +71,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -68,6 +68,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -77,12 +82,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -59,6 +59,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -68,12 +73,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -59,6 +59,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x020000>;
|
reg = <0x000000 0x020000>;
|
||||||
@@ -68,12 +73,14 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x020000 0x3d0000>;
|
reg = <0x020000 0x3d0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3e0000 {
|
nvram@3e0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -41,12 +46,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -58,6 +58,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -67,12 +72,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -58,6 +58,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -67,12 +72,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x3e0000>;
|
reg = <0x010000 0x3e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@3f0000 {
|
nvram@3f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x3f0000 0x010000>;
|
reg = <0x3f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -48,6 +48,10 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -85,6 +85,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x0000000 0x0020000>;
|
reg = <0x0000000 0x0020000>;
|
||||||
@@ -94,12 +99,14 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x0020000 0x1fc0000>;
|
reg = <0x0020000 0x1fc0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@1fe0000 {
|
nvram@1fe0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x1fe0000 0x020000>;
|
reg = <0x1fe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
|||||||
@@ -59,6 +59,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x0000000 0x0020000>;
|
reg = <0x0000000 0x0020000>;
|
||||||
@@ -68,12 +73,14 @@
|
|||||||
linux@20000 {
|
linux@20000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x0020000 0x1fc0000>;
|
reg = <0x0020000 0x1fc0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@1fe0000 {
|
nvram@1fe0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x1fe0000 0x020000>;
|
reg = <0x1fe0000 0x020000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -59,6 +59,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -68,12 +73,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -59,6 +59,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -68,12 +73,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
|
|||||||
@@ -69,6 +69,11 @@
|
|||||||
|
|
||||||
linux,part-probe = "bcm63xxpart";
|
linux,part-probe = "bcm63xxpart";
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
cfe@0 {
|
cfe@0 {
|
||||||
label = "CFE";
|
label = "CFE";
|
||||||
reg = <0x000000 0x010000>;
|
reg = <0x000000 0x010000>;
|
||||||
@@ -78,12 +83,14 @@
|
|||||||
linux@10000 {
|
linux@10000 {
|
||||||
label = "linux";
|
label = "linux";
|
||||||
reg = <0x010000 0x7e0000>;
|
reg = <0x010000 0x7e0000>;
|
||||||
|
compatible = "brcm,bcm963xx-imagetag";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvram@7f0000 {
|
nvram@7f0000 {
|
||||||
label = "nvram";
|
label = "nvram";
|
||||||
reg = <0x7f0000 0x010000>;
|
reg = <0x7f0000 0x010000>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&lsspi {
|
&lsspi {
|
||||||
|
|||||||
Reference in New Issue
Block a user