lantiq: remove support for kernel 4.19
[openwrt/openwrt.git] / target / linux / lantiq / files / 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
8 &leds {
9 wifi2 {
10 label = "green:wlan5ghz";
11 gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
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 };