76875e735d82735632026137cc8f9245f853483a
[openwrt/staging/mkresin.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / TDW8980.dts
1 /dts-v1/;
2
3 #include "TDW89X0.dtsi"
4
5 / {
6 compatible = "tplink,tdw8980", "tplink,tdw89x0", "lantiq,xway", "lantiq,vr9";
7 model = "TP-LINK TD-W8980";
8
9 gpio-leds {
10 wifi2 {
11 label = "tdw8980:green:wlan5ghz";
12 gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
13 };
14 };
15 };
16
17 &gpio {
18 state_default: pinmux {
19 pci_rst {
20 lantiq,pins = "io21";
21 lantiq,output = <1>;
22 lantiq,open-drain;
23 };
24 };
25 };
26
27 &pci0 {
28 status = "okay";
29 lantiq,bus-clock = <33333333>;
30 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
31 interrupt-map = <0x7000 0 0 1 &icu0 30 1>;
32 gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
33 };