aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/ARV8539PW22.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/dts/ARV8539PW22.dts')
-rw-r--r--target/linux/lantiq/dts/ARV8539PW22.dts26
1 files changed, 12 insertions, 14 deletions
diff --git a/target/linux/lantiq/dts/ARV8539PW22.dts b/target/linux/lantiq/dts/ARV8539PW22.dts
index 7365cbe5cf..2b82a321e0 100644
--- a/target/linux/lantiq/dts/ARV8539PW22.dts
+++ b/target/linux/lantiq/dts/ARV8539PW22.dts
@@ -66,15 +66,6 @@
};
};
};
-
- ath9k_eep {
- compatible = "ath9k,eeprom";
- ath,eep-flash = <&art 0x400>;
- ath,mac-offset = <0x16>;
- ath,mac-increment = <1>;
- ath,pci-slot = <14>;
- ath,eep-endian;
- };
};
gpio: pinmux@E100B10 {
@@ -111,11 +102,6 @@
mtd-mac-address = <&art 0x16>;
};
- pci@E105400 {
- status = "okay";
- gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
- };
-
ifxhcd@E101000 {
status = "okay";
gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
@@ -175,3 +161,15 @@
};
};
+&pci0 {
+ status = "okay";
+ gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
+
+ wifi@168c,0029 {
+ compatible = "pci168c,0029";
+ reg = <0x7000 0 0 0 0>;
+ qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
+ mtd-mac-address = <&art 0x16>;
+ mtd-mac-address-increment = <1>;
+ };
+};