ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar7161_ruckus_zf7351.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar7161_ruckus_gd11.dtsi"
4
5 / {
6 model = "Ruckus ZoneFlex 7351[-U]";
7 compatible = "ruckus,zf7351", "qca,ar7161";
8
9 };
10
11 &beamforming_2g_gpio {
12 /* Default beamforming switches configuration from stock firmware,
13 * the AP is started and for broadcast frames - all outputs high */
14 lb0 {
15 line-name = "beamforming:2g:lb0";
16 gpios = <0 GPIO_ACTIVE_HIGH>;
17 output-high;
18 gpio-hog;
19 };
20
21 lb1 {
22 line-name = "beamforming:2g:lb1";
23 gpios = <1 GPIO_ACTIVE_HIGH>;
24 output-high;
25 gpio-hog;
26 };
27
28 lb2 {
29 line-name = "beamforming:2g:lb2";
30 gpios = <2 GPIO_ACTIVE_HIGH>;
31 output-high;
32 gpio-hog;
33 };
34
35 lb3 {
36 line-name = "beamforming:2g:lb3";
37 gpios = <4 GPIO_ACTIVE_HIGH>;
38 output-high;
39 gpio-hog;
40 };
41
42 lb4 {
43 line-name = "beamforming:2g:lb4";
44 gpios = <5 GPIO_ACTIVE_HIGH>;
45 output-high;
46 gpio-hog;
47 };
48
49 lb5 {
50 line-name = "beamforming:2g:lb5";
51 gpios = <6 GPIO_ACTIVE_HIGH>;
52 output-high;
53 gpio-hog;
54 };
55 };
56
57 &beamforming_5g_gpio {
58 /* Default beamforming switches configuration from stock firmware,
59 * the AP is started and for broadcast frames - all outputs high */
60 hb0 {
61 line-name = "beamforming:5g:hb0";
62 gpios = <0 GPIO_ACTIVE_HIGH>;
63 output-high;
64 gpio-hog;
65 };
66
67 hb1 {
68 line-name = "beamforming:5g:hb1";
69 gpios = <1 GPIO_ACTIVE_HIGH>;
70 output-high;
71 gpio-hog;
72 };
73
74 hb2 {
75 line-name = "beamforming:5g:hb2";
76 gpios = <2 GPIO_ACTIVE_HIGH>;
77 output-high;
78 gpio-hog;
79 };
80
81 hb3 {
82 line-name = "beamforming:5g:hb3";
83 gpios = <3 GPIO_ACTIVE_HIGH>;
84 output-high;
85 gpio-hog;
86 };
87
88 hb4 {
89 line-name = "beamforming:5g:hb4";
90 gpios = <4 GPIO_ACTIVE_HIGH>;
91 output-high;
92 gpio-hog;
93 };
94
95 hb5 {
96 line-name = "beamforming:5g:hb5";
97 gpios = <5 GPIO_ACTIVE_HIGH>;
98 output-high;
99 gpio-hog;
100 };
101
102 hb6 {
103 line-name = "beamforming:5g:hb6";
104 gpios = <6 GPIO_ACTIVE_HIGH>;
105 output-high;
106 gpio-hog;
107 };
108
109 hb7 {
110 line-name = "beamforming:5g:hb7";
111 gpios = <7 GPIO_ACTIVE_HIGH>;
112 output-high;
113 gpio-hog;
114 };
115 };
116
117 &board_data {
118 nvmem-layout {
119 compatible = "fixed-layout";
120 #address-cells = <1>;
121 #size-cells = <1>;
122
123 macaddr_bdata_60: macaddr@60 {
124 reg = <0x60 0x6>;
125 };
126
127 macaddr_bdata_66: macaddr@66 {
128 reg = <0x66 0x6>;
129 };
130
131 macaddr_bdata_76: macaddr@76 {
132 reg = <0x76 0x6>;
133 };
134 };
135 };