ixp4xx: Update to 4.9 kernel, refresh patches. Remove kmod-spi-gpio-old usage.
[oweals/openwrt.git] / target / linux / lantiq / dts / TDW8980.dts
1 /dts-v1/;
2
3 #include "TDW89X0.dtsi"
4
5 / {
6         model = "TDW8980 - TP-LINK TD-W8980";
7
8         fpi@10000000 {
9                 gpio: pinmux@E100B10 {
10                         state_default: pinmux {
11                                 pci_rst {
12                                         lantiq,pins = "io21";
13                                         lantiq,output = <1>;
14                                         lantiq,open-drain;
15                                 };
16                         };
17                 };
18
19                 pci@E105400 {
20                         status = "okay";
21                         lantiq,bus-clock = <33333333>;
22                         interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
23                         interrupt-map = <0x7000 0 0 1 &icu0 30 1>;
24                         gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
25                 };
26         };
27
28         gpio-leds {
29                 wifi2 {
30                         label = "tdw8980:green:wlan5ghz";
31                         gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
32                 };
33         };
34 };