lantiq: use devicename:colour:function led naming scheme
[openwrt/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 0>;
25 };
26 };
27
28 ath9k_eep {
29 ath,pci-slot = <0>;
30 };
31
32 gpio-leds {
33 wifi2 {
34 label = "soc:green:wlan5ghz";
35 gpios = <&gpio 24 1>;
36 };
37 };
38 };