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:
Jonas Gorski
2017-06-28 10:44:38 +02:00
parent 85f31afa88
commit a27d59bb42
87 changed files with 1378 additions and 834 deletions

View File

@@ -96,6 +96,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -105,6 +110,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x7e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -112,6 +118,7 @@
reg = <0x7f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -96,22 +96,29 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
read-only;
};
linux@20000 {
linux@10000 {
label = "linux";
reg = <0x020000 0xfc0000>;
reg = <0x010000 0xfc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@fe0000 {
nvram@7f0000 {
label = "nvram";
reg = <0xfe0000 0x020000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -96,6 +96,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -105,6 +110,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x7e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -112,6 +118,7 @@
reg = <0x7f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -69,11 +69,13 @@
spi-rx-bus-width = <2>;
reg = <0>;
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
linux,part-probe = "bcm63xxpart";
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -83,6 +85,7 @@
linux@10000 {
reg = <0x010000 0x7e0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -91,6 +94,7 @@
};
};
};
};
&uart0 {
status = "ok";

View File

@@ -102,6 +102,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -111,6 +116,7 @@
linux@10000 {
reg = <0x010000 0xfe0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
nvram@ff0000 {
@@ -119,6 +125,7 @@
};
};
};
};
&uart0 {
status = "ok";

View File

@@ -133,6 +133,10 @@
#size-cells = <1>;
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
};

View File

@@ -100,6 +100,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -109,6 +114,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0xfc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@fe0000 {
@@ -116,6 +122,7 @@
reg = <0xfe0000 0x020000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -82,6 +82,12 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -91,6 +97,7 @@
linux@10000 {
reg = <0x010000 0xfe0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
nvram@ff0000 {
@@ -99,6 +106,7 @@
};
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -61,6 +61,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -70,6 +75,7 @@
linux@10000 {
reg = <0x010000 0xfe0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
nvram@ff0000 {
@@ -78,6 +84,7 @@
};
};
};
};
&uart0 {
status = "ok";

View File

@@ -69,6 +69,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -78,6 +83,7 @@
linux@10000 {
reg = <0x010000 0xfe0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
nvram@ff0000 {
@@ -86,6 +92,7 @@
};
};
};
};
&uart0 {
status = "ok";

View File

@@ -51,6 +51,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -60,6 +65,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -67,6 +73,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -73,6 +73,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -82,6 +87,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0xfc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@fe0000 {
@@ -89,6 +95,7 @@
reg = <0xfe0000 0x020000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -67,6 +67,10 @@
#size-cells = <1>;
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
};

View File

@@ -73,6 +73,10 @@
#size-cells = <1>;
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
};

View File

@@ -48,6 +48,10 @@
#size-cells = <1>;
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
};

View File

@@ -56,6 +56,10 @@
#size-cells = <1>;
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
};

View File

@@ -58,6 +58,10 @@
#size-cells = <1>;
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
};

View File

@@ -58,6 +58,10 @@
#size-cells = <1>;
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
};

View File

@@ -44,6 +44,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&uart0 {

View File

@@ -44,6 +44,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&uart0 {

View File

@@ -18,6 +18,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&uart0 {

View File

@@ -58,6 +58,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&pinctrl {

View File

@@ -58,6 +58,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&pinctrl {

View File

@@ -58,6 +58,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&pinctrl {

View File

@@ -44,6 +44,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&pinctrl {

View File

@@ -44,6 +44,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&uart0 {

View File

@@ -40,6 +40,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&uart0 {

View File

@@ -44,6 +44,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&pinctrl {

View File

@@ -44,6 +44,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&pinctrl {

View File

@@ -47,6 +47,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -56,6 +61,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -63,6 +69,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -84,6 +84,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -93,6 +98,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x7e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -100,6 +106,7 @@
reg = <0x7f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -61,6 +61,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -70,6 +75,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -77,6 +83,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -82,6 +82,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -91,6 +96,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x7e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -98,6 +104,7 @@
reg = <0x7f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -47,6 +47,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -56,6 +61,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -63,6 +69,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -29,6 +29,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -38,6 +43,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -45,6 +51,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -55,6 +55,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -64,6 +69,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -71,6 +77,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -59,6 +59,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -68,6 +73,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -75,6 +81,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -93,6 +93,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -102,6 +107,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0x1e20000>;
compatible = "brcm,bcm963xx-imagetag";
};
board_data@1e40000 {
@@ -115,6 +121,7 @@
reg = <0x1fe0000 0x20000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -55,6 +55,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -64,6 +69,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -71,6 +77,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -39,6 +39,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -48,6 +53,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -55,6 +61,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -41,6 +41,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -50,6 +55,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x7e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -57,6 +63,7 @@
reg = <0x7f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -59,6 +59,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -68,6 +73,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -75,6 +81,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -83,6 +83,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -92,6 +97,7 @@
linux@10000 {
reg = <0x010000 0x7c0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
cal_data@7d0000 {
@@ -106,6 +112,7 @@
};
};
};
};
&uart0 {
status = "ok";

View File

@@ -96,6 +96,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -105,6 +110,7 @@
linux@10000 {
reg = <0x010000 0x7e0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -113,6 +119,7 @@
};
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -19,6 +19,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
backup@0 {
label = "backup";
reg = <0x000000 0x400000>;
@@ -33,6 +38,8 @@
linux@410000 {
label = "linux";
reg = <0x410000 0x3f0000>;
compatible = "brcm,bcm963xx-imagetag";
};
};
};

View File

@@ -59,6 +59,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -68,6 +73,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x7e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -75,6 +81,7 @@
reg = <0x7f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -84,6 +84,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x00000000 0x00020000>;
@@ -93,6 +98,7 @@
linux@20000 {
label = "linux";
reg = <0x00020000 0x00f40000>;
compatible = "brcm,bcm963xx-imagetag";
};
board_data@f60000 {
@@ -106,6 +112,7 @@
reg = <0x00fe0000 0x00020000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -59,6 +59,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -68,6 +73,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0x3c0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3e0000 {
@@ -75,6 +81,7 @@
reg = <0x3e0000 0x020000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -19,6 +19,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -28,6 +33,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -35,6 +41,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -78,6 +78,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -87,6 +92,7 @@
linux@10000 {
reg = <0x010000 0x7e0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -95,6 +101,7 @@
};
};
};
};
&uart0 {
status = "ok";

View File

@@ -55,6 +55,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -64,6 +69,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -71,6 +77,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -103,6 +103,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -112,6 +117,7 @@
linux@10000 {
reg = <0x010000 0x7e0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -120,6 +126,7 @@
};
};
};
};
&uart0 {
status = "ok";

View File

@@ -87,6 +87,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -96,6 +101,7 @@
linux@10000 {
reg = <0x010000 0x7e0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -104,6 +110,7 @@
};
};
};
};
&uart0 {
status = "ok";

View File

@@ -33,6 +33,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -42,6 +47,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -49,6 +55,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -54,6 +54,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -63,6 +68,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x7e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -70,6 +76,7 @@
reg = <0x7f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -42,6 +42,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -51,6 +56,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -58,6 +64,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -81,6 +81,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -90,6 +95,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0xfc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@fe0000 {
@@ -97,6 +103,7 @@
reg = <0xfe0000 0x020000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -107,6 +107,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -116,6 +121,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0xec0000>;
compatible = "brcm,bcm963xx-imagetag";
};
cal_data@ee0000 {
@@ -129,6 +135,7 @@
reg = <0xfe0000 0x020000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -107,6 +107,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -116,6 +121,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0xec0000>;
compatible = "brcm,bcm963xx-imagetag";
};
cal_data@ee0000 {
@@ -129,6 +135,7 @@
reg = <0xfe0000 0x020000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -102,6 +102,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -111,6 +116,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0xec0000>;
compatible = "brcm,bcm963xx-imagetag";
};
cal_data@ee0000 {
@@ -124,6 +130,7 @@
reg = <0xfe0000 0x020000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -56,6 +56,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -65,6 +70,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0xf80000>;
compatible = "brcm,bcm963xx-imagetag";
};
cal_data@fa0000 {
@@ -78,6 +84,7 @@
reg = <0xfe0000 0x020000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -74,6 +74,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -87,6 +92,7 @@
board_data@790000 {
label = "board_data";
reg = <0x790000 0x030000>;
compatible = "brcm,bcm963xx-imagetag";
};
cal_data@7c0000 {
@@ -100,6 +106,7 @@
reg = <0x7e0000 0x020000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -141,6 +141,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -149,6 +154,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0xfc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@fe0000 {
@@ -156,6 +162,7 @@
reg = <0xfe0000 0x020000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -59,6 +59,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -68,6 +73,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -75,6 +81,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -103,6 +103,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&uart0 {

View File

@@ -103,6 +103,10 @@
status = "ok";
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
&uart0 {

View File

@@ -66,6 +66,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -75,6 +80,7 @@
linux@10000 {
reg = <0x010000 0xfe0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
nvram@ff0000 {
@@ -83,6 +89,7 @@
};
};
};
};
&uart0 {
status = "ok";

View File

@@ -64,6 +64,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -73,6 +78,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -80,6 +86,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -79,6 +79,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
CFE@0 {
reg = <0x000000 0x020000>;
read-only;
@@ -86,12 +91,14 @@
linux@20000 {
reg = <0x020000 0x1fc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@1fe0000 {
reg = <0x1fe0000 0x20000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -83,6 +83,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
reg = <0x000000 0x010000>;
label = "cfe";
@@ -92,6 +97,7 @@
linux@10000 {
reg = <0x010000 0x7e0000>;
label = "linux";
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -100,6 +106,7 @@
};
};
};
};
&uart0 {
status = "ok";

View File

@@ -41,6 +41,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -50,6 +55,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0xfc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@fe0000 {
@@ -57,6 +63,7 @@
reg = <0xfe0000 0x020000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -19,6 +19,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -28,6 +33,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -35,6 +41,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -41,6 +41,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -50,6 +55,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -57,6 +63,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -57,6 +57,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -66,6 +71,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -73,6 +79,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -57,6 +57,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -66,6 +71,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -73,6 +79,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -68,6 +68,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -77,6 +82,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x7e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -84,6 +90,7 @@
reg = <0x7f0000 0x010000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -59,6 +59,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -68,6 +73,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -75,6 +81,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -59,6 +59,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x020000>;
@@ -68,6 +73,7 @@
linux@20000 {
label = "linux";
reg = <0x020000 0x3d0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3e0000 {
@@ -75,6 +81,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -32,6 +32,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -41,6 +46,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -48,6 +54,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -58,6 +58,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -67,6 +72,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -74,6 +80,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -58,6 +58,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -67,6 +72,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x3e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@3f0000 {
@@ -74,6 +80,7 @@
reg = <0x3f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -48,6 +48,10 @@
#size-cells = <1>;
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
};
};

View File

@@ -85,6 +85,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x0000000 0x0020000>;
@@ -94,6 +99,7 @@
linux@20000 {
label = "linux";
reg = <0x0020000 0x1fc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@1fe0000 {
@@ -101,6 +107,7 @@
reg = <0x1fe0000 0x020000>;
};
};
};
&uart0 {
status = "ok";

View File

@@ -59,6 +59,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x0000000 0x0020000>;
@@ -68,6 +73,7 @@
linux@20000 {
label = "linux";
reg = <0x0020000 0x1fc0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@1fe0000 {
@@ -75,6 +81,7 @@
reg = <0x1fe0000 0x020000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -59,6 +59,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -68,6 +73,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x7e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -75,6 +81,7 @@
reg = <0x7f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -59,6 +59,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -68,6 +73,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x7e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -75,6 +81,7 @@
reg = <0x7f0000 0x010000>;
};
};
};
&pinctrl {
pinctrl-names = "default";

View File

@@ -69,6 +69,11 @@
linux,part-probe = "bcm63xxpart";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfe@0 {
label = "CFE";
reg = <0x000000 0x010000>;
@@ -78,6 +83,7 @@
linux@10000 {
label = "linux";
reg = <0x010000 0x7e0000>;
compatible = "brcm,bcm963xx-imagetag";
};
nvram@7f0000 {
@@ -85,6 +91,7 @@
reg = <0x7f0000 0x010000>;
};
};
};
&lsspi {
switch@0 {