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