lantiq: rename gphy firmware
[openwrt/openwrt.git] / target / linux / lantiq / 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 fpi@10000000 {
10 gpio: pinmux@E100B10 {
11 state_default: pinmux {
12 pci_rst {
13 lantiq,pins = "io21";
14 lantiq,output = <1>;
15 lantiq,open-drain;
16 };
17 };
18 };
19
20 pci@E105400 {
21 status = "okay";
22 lantiq,bus-clock = <33333333>;
23 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
24 interrupt-map = <0x7000 0 0 1 &icu0 30 1>;
25 gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
26 };
27 };
28
29 gpio-leds {
30 wifi2 {
31 label = "tdw8980:green:wlan5ghz";
32 gpios = <&gpio 24 GPIO_ACTIVE_LOW>;
33 };
34 };
35 };