OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 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 | }; |