lantiq: use the etop driver DT bindings only
Use the generic mtd-mac-address dts property to get a mac address from flash instead of the lantiq specific one. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
1b7d6583a5
commit
91d5067091
14 changed files with 25 additions and 81 deletions
|
@ -76,11 +76,6 @@
|
|||
lantiq,shadow = <0x0>;
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x3f0016 0x6>;
|
||||
};
|
||||
|
||||
ath5k_eep {
|
||||
compatible = "ath5k,eeprom";
|
||||
ath,eep-flash = <&boardconfig 0x400>;
|
||||
|
@ -117,6 +112,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "mii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
ifxhcd@E101000 {
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
reg = <0x20000 0x3d0000>;
|
||||
};
|
||||
|
||||
partition@3f0000 {
|
||||
boardconfig: partition@3f0000 {
|
||||
label = "boardconfig";
|
||||
reg = <0x3f0000 0x10000>;
|
||||
read-only;
|
||||
|
@ -78,11 +78,6 @@
|
|||
gpio-controller;
|
||||
lantiq,shadow = <0x400>;
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x3f0016 0x6>;
|
||||
};
|
||||
};
|
||||
|
||||
gpio: pinmux@E100B10 {
|
||||
|
@ -99,6 +94,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "mii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
ifxhcd@E101000 {
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
reg = <0x30000 0x3c0000>;
|
||||
};
|
||||
|
||||
partition@7f0000 {
|
||||
boardconfig: partition@7f0000 {
|
||||
label = "boardconfig";
|
||||
reg = <0x3f0000 0x10000>;
|
||||
read-only;
|
||||
|
@ -71,11 +71,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x3f0016 0x6>;
|
||||
};
|
||||
|
||||
gpiomm: gpiomm@4000000 {
|
||||
compatible = "lantiq,gpio-mm";
|
||||
reg = <1 0x0 0x10 >;
|
||||
|
@ -118,6 +113,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "rmii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
ifxhcd@E101000 {
|
||||
|
|
|
@ -67,11 +67,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x3f0016 0x6>;
|
||||
};
|
||||
|
||||
ath5k_eep {
|
||||
compatible = "ath5k,eeprom";
|
||||
ath,eep-flash = <&boardconfig 0x400>;
|
||||
|
@ -111,6 +106,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "mii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
pci@E105400 {
|
||||
|
|
|
@ -70,11 +70,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x3f0016 0x6>;
|
||||
};
|
||||
|
||||
ath5k_eep {
|
||||
compatible = "ath5k,eeprom";
|
||||
ath,eep-flash = <&boardconfig 0x400>;
|
||||
|
@ -132,6 +127,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "rmii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
pci@E105400 {
|
||||
|
|
|
@ -50,18 +50,13 @@
|
|||
reg = <0x50000 0x7a0000>;
|
||||
};
|
||||
|
||||
partition@7f0000 {
|
||||
boardconfig: partition@7f0000 {
|
||||
label = "board_config";
|
||||
reg = <0x7f0000 0x10000>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x7f0016 0x6>;
|
||||
};
|
||||
};
|
||||
|
||||
gpio: pinmux@E100B10 {
|
||||
|
@ -85,6 +80,7 @@
|
|||
/* GPIO 19: switch reset */
|
||||
etop@E180000 {
|
||||
phy-mode = "rmii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
pci@E105400 {
|
||||
|
|
|
@ -60,18 +60,13 @@
|
|||
reg = <0x60000 0xf80000>;
|
||||
};
|
||||
|
||||
partition@fe0000 {
|
||||
boardconfig: partition@fe0000 {
|
||||
label = "board_config";
|
||||
reg = <0xfe0000 0x20000>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0xfe0016 0x6>;
|
||||
};
|
||||
};
|
||||
|
||||
gpio: pinmux@E100B10 {
|
||||
|
@ -121,8 +116,9 @@
|
|||
};
|
||||
|
||||
etop@E180000 {
|
||||
phy-mode = "mii";
|
||||
/* Switch reset 19 */
|
||||
phy-mode = "mii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
pci@E105400 {
|
||||
|
|
|
@ -78,11 +78,6 @@
|
|||
lantiq,shadow = <0x0>;
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x7f0016 0x6>;
|
||||
};
|
||||
|
||||
ath9k_eep {
|
||||
compatible = "ath9k,eeprom";
|
||||
ath,eep-flash = <&boardconfig 0x400>;
|
||||
|
@ -135,6 +130,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "mii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
ifxhcd@E101000 {
|
||||
|
|
|
@ -59,18 +59,13 @@
|
|||
reg = <0x60000 0xf80000>;
|
||||
};
|
||||
|
||||
partition@fe0000 {
|
||||
boardconfig: partition@fe0000 {
|
||||
label = "board_config";
|
||||
reg = <0xfe0000 0x20000>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0xfe0016 0x6>;
|
||||
};
|
||||
};
|
||||
|
||||
gpio: pinmux@E100B10 {
|
||||
|
@ -110,6 +105,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "mii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
/* warning: passive port
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
reg = <0x20000 0x3d0000>;
|
||||
};
|
||||
|
||||
partition@400000 {
|
||||
boardconfig: partition@400000 {
|
||||
label = "board_config";
|
||||
reg = <0x3f0000 0x10000>;
|
||||
read-only;
|
||||
|
@ -69,11 +69,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x3f0016 0x6>;
|
||||
};
|
||||
|
||||
ralink_eep {
|
||||
compatible = "ralink,eeprom";
|
||||
ralink,eeprom = "RT2860.eeprom";
|
||||
|
@ -99,6 +94,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "mii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
pci@E105400 {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
reg = <0x20000 0x7d0000>;
|
||||
};
|
||||
|
||||
partition@7f0000 {
|
||||
boardconfig: partition@7f0000 {
|
||||
label = "board_config";
|
||||
reg = <0x7f0000 0x10000>;
|
||||
read-only;
|
||||
|
@ -68,11 +68,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x7f0016 0x6>;
|
||||
};
|
||||
|
||||
gpiomm: gpiomm@4000000 {
|
||||
compatible = "lantiq,gpio-mm";
|
||||
reg = <1 0x0 0x10 >;
|
||||
|
@ -137,6 +132,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "rmii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
pci@E105400 {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
reg = <0x40000 0x7b0000>;
|
||||
};
|
||||
|
||||
partition@7f0000 {
|
||||
boardconfig: partition@7f0000 {
|
||||
label = "board_config";
|
||||
reg = <0x7f0000 0x10000>;
|
||||
read-only;
|
||||
|
@ -68,11 +68,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x7f0016 0x6>;
|
||||
};
|
||||
|
||||
gpiomm: gpiomm@4000000 {
|
||||
compatible = "lantiq,gpio-mm";
|
||||
reg = <1 0x0 0x10 >;
|
||||
|
@ -136,6 +131,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "mii";
|
||||
mtd-mac-address = <&boardconfig 0x16>;
|
||||
};
|
||||
|
||||
pci@E105400 {
|
||||
|
|
|
@ -67,11 +67,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x7f0016 0x6>;
|
||||
};
|
||||
|
||||
ath9k_eep {
|
||||
compatible = "ath9k,eeprom";
|
||||
ath,eep-flash = <&art 0x400>;
|
||||
|
@ -114,6 +109,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "mii";
|
||||
mtd-mac-address = <&art 0x16>;
|
||||
};
|
||||
|
||||
pci@E105400 {
|
||||
|
|
|
@ -55,24 +55,19 @@
|
|||
reg = <0x60000 0x1f20000>;
|
||||
};
|
||||
|
||||
partition@0x1fc0000 {
|
||||
boardconfig: partition@1fc0000 {
|
||||
label = "board";
|
||||
reg = <0x1fc0000 0x20000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@0x1fe0000 {
|
||||
partition@1fe0000 {
|
||||
label = "calibration";
|
||||
reg = <0x1fe0000 0x20000>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
mac_addr {
|
||||
compatible = "lantiq,eth-mac";
|
||||
reg = <0 0x1fd0024 0x6>;
|
||||
};
|
||||
};
|
||||
|
||||
gpio: pinmux@E100B10 {
|
||||
|
@ -101,6 +96,7 @@
|
|||
|
||||
etop@E180000 {
|
||||
phy-mode = "rgmii";
|
||||
mtd-mac-address = <&boardconfig 0x10024>;
|
||||
};
|
||||
|
||||
ifxhcd@E101000 {
|
||||
|
|
Loading…
Reference in a new issue