ramips: move partitions into partition table node

Starting with kernel 4.4, the use of partitions as direct subnodes of the
mtd device is discouraged and only supported for backward compatiblity
reasons.

Signed-off-by: Alex Maclean <monkeh@monkeh.net>
This commit is contained in:
Alex Maclean 2018-08-01 21:32:34 +01:00 committed by Mathias Kresin
parent 6dd94c2781
commit 6031ab345d
257 changed files with 6665 additions and 5623 deletions

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -50,6 +53,7 @@
reg = <0x50000 0x390000>; reg = <0x50000 0x390000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -50,6 +53,7 @@
reg = <0x50000 0x390000>; reg = <0x50000 0x390000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -54,12 +54,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -84,6 +87,7 @@
}; };
}; };
}; };
};
&gpio1 { &gpio1 {
status = "okay"; status = "okay";

View file

@ -69,12 +69,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -99,6 +102,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -60,12 +60,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -90,6 +93,7 @@
}; };
}; };
}; };
};
&gpio1 { &gpio1 {
status = "okay"; status = "okay";

View file

@ -136,12 +136,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -171,6 +174,7 @@
}; };
}; };
}; };
};
&wmac { &wmac {
ralink,mtd-eeprom = <&factory 0>; ralink,mtd-eeprom = <&factory 0>;

View file

@ -51,12 +51,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0 0>; reg = <0 0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x20000>; reg = <0x0 0x20000>;
@ -81,6 +84,7 @@
}; };
}; };
}; };
};
&ehci { &ehci {
status = "okay"; status = "okay";

View file

@ -43,12 +43,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -73,6 +76,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -19,6 +19,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -45,6 +48,7 @@
reg = <0x50000 0x7b0000>; reg = <0x50000 0x7b0000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -11,12 +11,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -41,3 +44,4 @@
}; };
}; };
}; };
};

View file

@ -11,12 +11,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -41,3 +44,4 @@
}; };
}; };
}; };
};

View file

@ -53,12 +53,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -83,6 +86,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -53,12 +53,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -83,6 +86,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -82,13 +82,16 @@
status = "okay"; status = "okay";
mx25l6405d@0 { mx25l6405d@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "mx25l6405d","jedec,spi-nor"; compatible = "mx25l6405d","jedec,spi-nor";
reg = <0 0>; reg = <0 0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -113,6 +116,7 @@
}; };
}; };
}; };
};
&sdhci { &sdhci {
status = "okay"; status = "okay";

View file

@ -17,6 +17,9 @@
compatible = "cfi-flash"; compatible = "cfi-flash";
reg = <0xbc400000 0x800000>; reg = <0xbc400000 0x800000>;
bank-width = <2>; bank-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -37,6 +40,7 @@
label = "firmware"; label = "firmware";
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -17,6 +17,9 @@
compatible = "cfi-flash"; compatible = "cfi-flash";
reg = <0xbc400000 0x800000>; reg = <0xbc400000 0x800000>;
bank-width = <2>; bank-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -42,6 +45,7 @@
label = "firmware"; label = "firmware";
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -11,12 +11,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "uboot"; label = "uboot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -59,3 +62,4 @@
}; };
}; };
}; };
};

View file

@ -11,12 +11,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "uboot"; label = "uboot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -53,3 +56,4 @@
}; };
}; };
}; };
};

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -42,6 +45,7 @@
reg = <0x50000 0x7a0000>; reg = <0x50000 0x7a0000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -39,12 +39,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -69,6 +72,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -11,12 +11,15 @@
status = "okay"; status = "okay";
m25p80: m25p80@0 { m25p80: m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
reg = <0>; reg = <0>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -41,3 +44,4 @@
}; };
}; };
}; };
};

View file

@ -11,12 +11,15 @@
status = "okay"; status = "okay";
m25p80: m25p80@0 { m25p80: m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
reg = <0>; reg = <0>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -41,3 +44,4 @@
}; };
}; };
}; };
};

View file

@ -123,13 +123,16 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -159,6 +162,7 @@
}; };
}; };
}; };
};
&wmac { &wmac {
status = "okay"; status = "okay";

View file

@ -83,12 +83,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x20000>; reg = <0x0 0x20000>;
@ -125,6 +128,7 @@
}; };
}; };
}; };
};
&ethernet { &ethernet {
status = "okay"; status = "okay";

View file

@ -69,12 +69,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x20000>; reg = <0x0 0x20000>;
@ -107,6 +110,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -96,12 +96,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x20000>; reg = <0x0 0x20000>;
@ -138,6 +141,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -95,12 +95,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x20000>; reg = <0x0 0x20000>;
@ -137,6 +140,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -116,12 +116,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x20000>; reg = <0x0 0x20000>;
@ -152,6 +155,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -14,6 +14,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -40,6 +43,7 @@
reg = <0x50000 0x7b0000>; reg = <0x50000 0x7b0000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -96,12 +96,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -126,6 +129,7 @@
}; };
}; };
}; };
};
&pcm { &pcm {
status = "okay"; status = "okay";

View file

@ -54,6 +54,9 @@
compatible = "cfi-flash"; compatible = "cfi-flash";
reg = <0x1c000000 0x800000>; reg = <0x1c000000 0x800000>;
bank-width = <2>; bank-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -86,6 +89,7 @@
label = "firmware"; label = "firmware";
}; };
}; };
};
rtl8367 { rtl8367 {
compatible = "realtek,rtl8367"; compatible = "realtek,rtl8367";

View file

@ -14,6 +14,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -40,6 +43,7 @@
reg = <0x50000 0x790000>; reg = <0x50000 0x790000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -114,12 +114,15 @@
status = "okay"; status = "okay";
en25q128@0 { en25q128@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -144,6 +147,7 @@
}; };
}; };
}; };
};
&sdhci { &sdhci {
status = "okay"; status = "okay";

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>; reg = <0x50000 0x7b0000>;
}; };
}; };
};
i2c-gpio { i2c-gpio {
compatible = "i2c-gpio"; compatible = "i2c-gpio";

View file

@ -68,12 +68,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -98,6 +101,7 @@
}; };
}; };
}; };
};
&ethernet { &ethernet {
mtd-mac-address = <&factory 0x4>; mtd-mac-address = <&factory 0x4>;

View file

@ -70,12 +70,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -100,6 +103,7 @@
}; };
}; };
}; };
};
&pcm { &pcm {
status = "okay"; status = "okay";

View file

@ -17,6 +17,9 @@
compatible = "cfi-flash"; compatible = "cfi-flash";
reg = <0x1c000000 0x800000>; reg = <0x1c000000 0x800000>;
bank-width = <2>; bank-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -54,6 +57,7 @@
reg = <0x50000 0x7b0000>; reg = <0x50000 0x7b0000>;
}; };
}; };
};
rtl8367 { rtl8367 {
compatible = "realtek,rtl8367"; compatible = "realtek,rtl8367";

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>; reg = <0x50000 0x3b0000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -115,12 +115,15 @@
status = "okay"; status = "okay";
en25q128@0 { en25q128@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -145,6 +148,7 @@
}; };
}; };
}; };
};
&sdhci { &sdhci {
status = "okay"; status = "okay";

View file

@ -22,6 +22,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -54,6 +57,7 @@
reg = <0xb0000 0x750000>; reg = <0xb0000 0x750000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -18,6 +18,9 @@
reg = <0xbc400000 0x800000>; reg = <0xbc400000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -38,6 +41,7 @@
reg = <0x40000 0x3a0000>; reg = <0x40000 0x3a0000>;
}; };
}; };
};
rtl8366s { rtl8366s {
compatible = "realtek,rtl8366s"; compatible = "realtek,rtl8366s";

View file

@ -42,12 +42,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -72,6 +75,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -99,13 +99,16 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <80000000>; spi-max-frequency = <80000000>;
m25p,fast-read; m25p,fast-read;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -148,6 +151,7 @@
}; };
}; };
}; };
};
&gdma { &gdma {
status = "okay"; status = "okay";

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x400000>; reg = <0x1f000000 0x400000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>; reg = <0x50000 0x3b0000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -49,12 +49,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -79,6 +82,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>; reg = <0x50000 0x3b0000>;
}; };
}; };
};
gpio-keys-polled { gpio-keys-polled {
compatible = "gpio-keys-polled"; compatible = "gpio-keys-polled";

View file

@ -49,12 +49,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -79,6 +82,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -71,12 +71,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -101,6 +104,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>; reg = <0x50000 0x3b0000>;
}; };
}; };
};
gpio-keys-polled { gpio-keys-polled {
compatible = "gpio-keys-polled"; compatible = "gpio-keys-polled";

View file

@ -49,12 +49,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -79,6 +82,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>; reg = <0x50000 0x3b0000>;
}; };
}; };
};
gpio-keys-polled { gpio-keys-polled {
compatible = "gpio-keys-polled"; compatible = "gpio-keys-polled";

View file

@ -64,12 +64,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -94,6 +97,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>; reg = <0x50000 0x7b0000>;
}; };
}; };
};
gpio-keys-polled { gpio-keys-polled {
compatible = "gpio-keys-polled"; compatible = "gpio-keys-polled";

View file

@ -43,12 +43,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -73,6 +76,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -71,12 +71,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <25000000>; spi-max-frequency = <25000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "uboot"; label = "uboot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -112,6 +115,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -54,12 +54,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -108,6 +111,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -68,13 +68,16 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -111,6 +114,7 @@
}; };
}; };
}; };
};
&pcie { &pcie {
status = "okay"; status = "okay";

View file

@ -107,14 +107,17 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <60000000>; spi-max-frequency = <60000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
m25p,fast-read; m25p,fast-read;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -139,3 +142,4 @@
}; };
}; };
}; };
};

View file

@ -57,12 +57,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <50000000>; spi-max-frequency = <50000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "jboot"; label = "jboot";
reg = <0x0 0x10000>; reg = <0x0 0x10000>;
@ -81,6 +84,7 @@
}; };
}; };
}; };
};
&ehci { &ehci {
status = "okay"; status = "okay";

View file

@ -79,13 +79,16 @@
status = "okay"; status = "okay";
mx25l6405d@0 { mx25l6405d@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <30000000>; spi-max-frequency = <30000000>;
m25p,fast-read; m25p,fast-read;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "jboot"; label = "jboot";
reg = <0x0 0x10000>; reg = <0x0 0x10000>;
@ -103,6 +106,7 @@
}; };
}; };
}; };
};
&spi1 { &spi1 {
status = "okay"; status = "okay";

View file

@ -97,12 +97,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "jboot"; label = "jboot";
reg = <0x0 0x10000>; reg = <0x0 0x10000>;
@ -121,6 +124,7 @@
}; };
}; };
}; };
};
&ehci { &ehci {
status = "okay"; status = "okay";

View file

@ -59,12 +59,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -89,6 +92,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>; reg = <0x50000 0x3b0000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -62,13 +62,16 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -93,6 +96,7 @@
}; };
}; };
}; };
};
&pcie { &pcie {
status = "okay"; status = "okay";

View file

@ -97,12 +97,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -127,6 +130,7 @@
}; };
}; };
}; };
};
&ethernet { &ethernet {
mtd-mac-address = <&art 0x0>; mtd-mac-address = <&art 0x0>;

View file

@ -90,12 +90,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -132,6 +135,7 @@
}; };
}; };
}; };
};
&pcie { &pcie {
status = "okay"; status = "okay";

View file

@ -20,6 +20,9 @@
reg = <0xbc400000 0x800000>; reg = <0xbc400000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -46,6 +49,7 @@
reg = <0x50000 0x7b0000>; reg = <0x50000 0x7b0000>;
}; };
}; };
};
rtl8366s { rtl8366s {
compatible = "realtek,rtl8366s"; compatible = "realtek,rtl8366s";

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -42,6 +45,7 @@
reg = <0x7f0000 0x10000>; reg = <0x7f0000 0x10000>;
}; };
}; };
};
rtl8366rb { rtl8366rb {
compatible = "realtek,rtl8366rb"; compatible = "realtek,rtl8366rb";

View file

@ -65,12 +65,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -120,6 +123,7 @@
}; };
}; };
}; };
};
&wmac { &wmac {
ralink,mtd-eeprom = <&factory 0>; ralink,mtd-eeprom = <&factory 0>;

View file

@ -57,13 +57,16 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -88,6 +91,7 @@
}; };
}; };
}; };
};
&pcie { &pcie {
status = "okay"; status = "okay";

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>; reg = <0x50000 0x7b0000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>; reg = <0x50000 0x7b0000>;
}; };
}; };
};
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";

View file

@ -69,13 +69,16 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -100,6 +103,7 @@
}; };
}; };
}; };
};
&cpuclock { &cpuclock {
compatible = "fixed-clock"; compatible = "fixed-clock";

View file

@ -80,13 +80,16 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -111,6 +114,7 @@
}; };
}; };
}; };
};
&cpuclock { &cpuclock {
compatible = "fixed-clock"; compatible = "fixed-clock";

View file

@ -81,12 +81,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -115,6 +118,7 @@
}; };
}; };
}; };
};
&sdhci { &sdhci {
status = "okay"; status = "okay";

View file

@ -100,13 +100,16 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -131,6 +134,7 @@
}; };
}; };
}; };
};
&uart1 { &uart1 {
status = "okay"; status = "okay";

View file

@ -76,12 +76,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -110,6 +113,7 @@
}; };
}; };
}; };
};
&ehci { &ehci {
status = "okay"; status = "okay";

View file

@ -76,12 +76,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -110,6 +113,7 @@
}; };
}; };
}; };
};
&sdhci { &sdhci {
status = "okay"; status = "okay";

View file

@ -68,14 +68,17 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
linux,modalias = "m25p80", "w25q128"; linux,modalias = "m25p80", "w25q128";
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -118,6 +121,7 @@
}; };
}; };
}; };
};
&ethernet { &ethernet {
mtd-mac-address = <&factory 0x4>; mtd-mac-address = <&factory 0x4>;

View file

@ -51,6 +51,11 @@
&nand { &nand {
status = "okay"; status = "okay";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x80000>; reg = <0x0 0x80000>;
@ -117,6 +122,7 @@
reg = <0x54c0000 0x2ac0000>; reg = <0x54c0000 0x2ac0000>;
}; };
}; };
};
&pcie { &pcie {
status = "okay"; status = "okay";

View file

@ -55,12 +55,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -98,6 +101,7 @@
}; };
}; };
}; };
};
&ehci { &ehci {
status = "okay"; status = "okay";

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x1000000>; reg = <0x1f000000 0x1000000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -50,6 +53,7 @@
read-only; read-only;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -61,12 +61,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -91,6 +94,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -88,6 +88,9 @@
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
spi-max-frequency = <25000000>; spi-max-frequency = <25000000>;
reg = <0>; reg = <0>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -115,6 +118,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -54,12 +54,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -84,6 +87,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>; reg = <0x50000 0x7b0000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x7b0000>; reg = <0x50000 0x7b0000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -47,12 +47,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -77,6 +80,7 @@
}; };
}; };
}; };
};
&ethernet { &ethernet {
mtd-mac-address = <&factory 0x2e>; mtd-mac-address = <&factory 0x2e>;

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>; reg = <0x50000 0x3b0000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -18,6 +18,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -44,6 +47,7 @@
reg = <0x50000 0x3b0000>; reg = <0x50000 0x3b0000>;
}; };
}; };
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";

View file

@ -57,13 +57,16 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -94,6 +97,7 @@
}; };
}; };
}; };
};
&pcie { &pcie {
status = "okay"; status = "okay";

View file

@ -98,13 +98,16 @@
pinctrl-0 = <&spi_pins>, <&spi_cs1_pins>; pinctrl-0 = <&spi_pins>, <&spi_cs1_pins>;
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <40000000>; spi-max-frequency = <40000000>;
m25p,chunked-io = <31>; m25p,chunked-io = <31>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -127,6 +130,7 @@
reg = <0x50000 0x1fb0000>; reg = <0x50000 0x1fb0000>;
}; };
}; };
};
spidev@1 { spidev@1 {
#address-cells = <1>; #address-cells = <1>;

View file

@ -53,12 +53,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "Bootloader"; label = "Bootloader";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -83,6 +86,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -45,12 +45,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -75,6 +78,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -11,12 +11,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -41,3 +44,4 @@
}; };
}; };
}; };
};

View file

@ -11,12 +11,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -41,3 +44,4 @@
}; };
}; };
}; };
};

View file

@ -35,13 +35,16 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0 0>; reg = <0 0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
m25p,chunked-io = <32>; m25p,chunked-io = <32>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x1d800>; reg = <0x0 0x1d800>;
@ -75,6 +78,7 @@
}; };
}; };
}; };
};
&ethernet { &ethernet {
pinctrl-names = "default"; pinctrl-names = "default";

View file

@ -70,12 +70,15 @@
status = "okay"; status = "okay";
m25p80@0 { m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "u-boot"; label = "u-boot";
reg = <0x0 0x30000>; reg = <0x0 0x30000>;
@ -100,6 +103,7 @@
}; };
}; };
}; };
};
&ethernet { &ethernet {
mtd-mac-address = <&factory 0x4>; mtd-mac-address = <&factory 0x4>;

View file

@ -43,6 +43,9 @@
reg = <0x1f000000 0x800000>; reg = <0x1f000000 0x800000>;
bank-width = <2>; bank-width = <2>;
device-width = <2>; device-width = <2>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
@ -70,6 +73,7 @@
}; };
}; };
}; };
};
&pinctrl { &pinctrl {
state_default: pinctrl0 { state_default: pinctrl0 {

View file

@ -86,6 +86,11 @@
&nand { &nand {
status = "okay"; status = "okay";
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "Bootloader"; label = "Bootloader";
reg = <0x0 0x80000>; reg = <0x0 0x80000>;
@ -162,6 +167,7 @@
reg = <0xa00000 0x7580000>; reg = <0xa00000 0x7580000>;
}; };
}; };
};
&pcie { &pcie {
status = "okay"; status = "okay";

Some files were not shown because too many files have changed in this diff Show more