aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/ARV7525PW.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/dts/ARV7525PW.dts')
-rw-r--r--target/linux/lantiq/dts/ARV7525PW.dts22
1 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/lantiq/dts/ARV7525PW.dts b/target/linux/lantiq/dts/ARV7525PW.dts
index aeba079a48..f259c17d26 100644
--- a/target/linux/lantiq/dts/ARV7525PW.dts
+++ b/target/linux/lantiq/dts/ARV7525PW.dts
@@ -68,12 +68,6 @@
};
};
};
-
- ralink_eep {
- compatible = "ralink,eeprom";
- ralink,eeprom = "RT2860.eeprom";
- reg = <0 0x3f0410 0x110>;
- };
};
gpio: pinmux@E100B10 {
@@ -96,11 +90,6 @@
phy-mode = "mii";
mtd-mac-address = <&boardconfig 0x16>;
};
-
- pci@E105400 {
- status = "okay";
- interrupt-map = <0x7000 0 0 1 &icu0 135 1>;
- };
};
gpio-keys-polled {
@@ -150,3 +139,14 @@
};
};
};
+
+&pci0 {
+ status = "okay";
+ interrupt-map = <0x7000 0 0 1 &icu0 135 1>;
+
+ wifi@0,0 {
+ compatible = "pci0,0";
+ reg = <0x7000 0 0 0 0>;
+ ralink,mtd-eeprom = <&boardconfig 0x410>;
+ };
+};