ath79: fix nanobeam ac ethernet interface
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_qihoo_c301.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9344.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 model = "Qihoo 360 C301";
10 compatible = "qihoo,c301";
11
12 aliases {
13 led-boot = &led_wlan_g;
14 led-failsafe = &led_wlan_o;
15 led-upgrade = &led_wlan_o;
16 };
17
18 leds {
19 compatible = "gpio-leds";
20 pinctrl-names = "default";
21 pinctrl-0 = <&jtag_disable_pins>;
22
23 led_wlan_g: wlan_g {
24 label = "green:wlan";
25 gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
26 };
27
28 led_wlan_o: wlan_o {
29 label = "orange:wlan";
30 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
31 linux,default-trigger = "phy1tpt";
32 };
33 };
34
35 keys {
36 compatible = "gpio-keys";
37
38 reset {
39 linux,code = <KEY_RESTART>;
40 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
41 debounce-interval = <60>;
42 };
43 };
44
45 reg_eth_led_vbus {
46 compatible = "regulator-fixed";
47 regulator-name = "eth_led_vbus";
48 regulator-min-microvolt = <3300000>;
49 regulator-max-microvolt = <3300000>;
50 regulator-always-on;
51 gpio = <&gpio 18 GPIO_ACTIVE_LOW>;
52 };
53
54 usb_vbus: reg_usb_vbus {
55 compatible = "regulator-fixed";
56 regulator-name = "usb_vbus";
57 regulator-min-microvolt = <5000000>;
58 regulator-max-microvolt = <5000000>;
59 enable-active-high;
60 gpio = <&gpio 19 GPIO_ACTIVE_HIGH>;
61 };
62 };
63
64 &pinmux {
65 pmx_spi_cs1: pinmux_spi_cs1 {
66 pinctrl-single,bits = <0xc 0x07 0xff>;
67 };
68
69 pmx_led_switch: pinmux_led_switch {
70 pinctrl-single,bits = <0x0 0x2b2a2d00 0xffffff00>;
71 };
72 };
73
74 &ref {
75 clock-frequency = <40000000>;
76 };
77
78 &uart {
79 status = "okay";
80 };
81
82 &gpio {
83 gpio_ext_lna0 {
84 gpio-hog;
85 gpios = <14 0>;
86 output-high;
87 line-name = "c301:ext:lna0";
88 };
89
90 gpio_ext_lna1 {
91 gpio-hog;
92 gpios = <15 0>;
93 output-high;
94 line-name = "c301:ext:lna1";
95 };
96 };
97
98 &builtin_switch {
99 pinctrl-names = "default";
100 pinctrl-0 = <&pmx_led_switch>;
101 };
102
103 &spi {
104 pinctrl-names = "default";
105 pinctrl-0 = <&pmx_spi_cs1>;
106 status = "okay";
107
108 num-cs = <2>;
109
110 flash@0 {
111 #address-cells = <1>;
112 #size-cells = <1>;
113 compatible = "jedec,spi-nor";
114 reg = <0>;
115 spi-max-frequency = <25000000>;
116
117 partitions {
118 compatible = "fixed-partitions";
119 #address-cells = <1>;
120 #size-cells = <1>;
121
122 uboot: partition@0 {
123 label = "u-boot";
124 reg = <0x0 0x40000>;
125 read-only;
126 };
127
128 partition@40000 {
129 label = "u-boot-env";
130 reg = <0x40000 0x10000>;
131 read-only;
132 };
133
134 partition@50000 {
135 label = "devdata";
136 reg = <0x50000 0x10000>;
137 read-only;
138 };
139
140 partition@60000 {
141 label = "devconf";
142 reg = <0x60000 0x10000>;
143 read-only;
144 };
145
146 partition@70000 {
147 compatible = "seama";
148 label = "firmware";
149 reg = <0x70000 0xf60000>;
150 };
151
152 partition@fd0000 {
153 label = "warm_start";
154 reg = <0xfd0000 0x10000>;
155 read-only;
156 };
157
158 partition@fe0000 {
159 label = "action_image_config";
160 reg = <0xfe0000 0x10000>;
161 };
162
163 partition@ff0000 {
164 label = "radiocfg";
165 reg = <0xff0000 0x10000>;
166 read-only;
167 };
168 };
169 };
170
171 flash@1 {
172 #address-cells = <1>;
173 #size-cells = <1>;
174 compatible = "jedec,spi-nor";
175 reg = <1>;
176 spi-max-frequency = <25000000>;
177
178 partitions {
179 compatible = "fixed-partitions";
180 #address-cells = <1>;
181 #size-cells = <1>;
182
183 partition@0 {
184 label = "firmware2";
185 reg = <0x0 0xf00000>;
186 };
187
188 partition@f00000 {
189 label = "privatedata";
190 reg = <0xf00000 0x100000>;
191 read-only;
192 };
193 };
194 };
195 };
196
197 &usb {
198 status = "okay";
199 };
200
201 &usb_phy {
202 status = "okay";
203 phy-supply = <&usb_vbus>;
204 };
205
206 &pcie {
207 status = "okay";
208
209 wifi@0,0 {
210 compatible = "qcom,ath10k";
211 reg = <0 0 0 0 0>;
212 };
213 };
214
215 &wmac {
216 status = "okay";
217 qca,no-eeprom;
218 };
219
220 &eth1 {
221 status = "okay";
222 gmac-config {
223 device = <&gmac>;
224 switch-phy-swap = <1>;
225 switch-only-mode = <1>;
226 };
227 };
228
229 &eth0 {
230 status = "okay";
231 phy-handle = <&swphy0>;
232 };