ath79: support Ruckus ZoneFlex 7321
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / dts / ar9342_ruckus_zf7321.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar934x_ruckus_zf73xx.dtsi"
4
5 / {
6 model = "Ruckus ZoneFlex 7321[-U]";
7 compatible = "ruckus,zf7321", "qca,ar9342";
8
9 leds {
10 air-green {
11 label = "green:air";
12 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
13 };
14
15 dir-green {
16 label = "green:dir";
17 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
18 };
19
20 power_red: power-red {
21 label = "red:power";
22 gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
23 panic-indicator;
24 };
25
26 wlan2g-green {
27 label = "green:wlan2g";
28 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
29 linux,default-trigger = "phy0assoc";
30 };
31
32 wlan2g-yellow {
33 label = "yellow:wlan2g";
34 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
35 linux,default-trigger = "phy0tpt";
36 };
37
38 wlan5g-green {
39 label = "green:wlan5g";
40 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
41 linux,default-trigger = "phy0assoc";
42 };
43
44 wlan5g-yellow {
45 label = "yellow:wlan5g";
46 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
47 linux,default-trigger = "phy0tpt";
48 };
49 };
50 };
51
52 &eth0 {
53 nvmem-cells = <&macaddr_board_data_66>;
54 };