ath79: enable UART in SoC DTSI files
[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 &gpio {
79 gpio_ext_lna0 {
80 gpio-hog;
81 gpios = <14 0>;
82 output-high;
83 line-name = "c301:ext:lna0";
84 };
85
86 gpio_ext_lna1 {
87 gpio-hog;
88 gpios = <15 0>;
89 output-high;
90 line-name = "c301:ext:lna1";
91 };
92 };
93
94 &builtin_switch {
95 pinctrl-names = "default";
96 pinctrl-0 = <&pmx_led_switch>;
97 };
98
99 &spi {
100 status = "okay";
101
102 pinctrl-names = "default";
103 pinctrl-0 = <&pmx_spi_cs1>;
104
105 flash@0 {
106 #address-cells = <1>;
107 #size-cells = <1>;
108 compatible = "jedec,spi-nor";
109 reg = <0>;
110 spi-max-frequency = <25000000>;
111
112 partitions {
113 compatible = "fixed-partitions";
114 #address-cells = <1>;
115 #size-cells = <1>;
116
117 uboot: partition@0 {
118 label = "u-boot";
119 reg = <0x0 0x40000>;
120 read-only;
121 };
122
123 partition@40000 {
124 label = "u-boot-env";
125 reg = <0x40000 0x10000>;
126 read-only;
127 };
128
129 partition@50000 {
130 label = "devdata";
131 reg = <0x50000 0x10000>;
132 read-only;
133 };
134
135 partition@60000 {
136 label = "devconf";
137 reg = <0x60000 0x10000>;
138 read-only;
139 };
140
141 partition@70000 {
142 compatible = "seama";
143 label = "firmware";
144 reg = <0x70000 0xf60000>;
145 };
146
147 partition@fd0000 {
148 label = "warm_start";
149 reg = <0xfd0000 0x10000>;
150 read-only;
151 };
152
153 partition@fe0000 {
154 label = "action_image_config";
155 reg = <0xfe0000 0x10000>;
156 };
157
158 partition@ff0000 {
159 label = "radiocfg";
160 reg = <0xff0000 0x10000>;
161 read-only;
162 };
163 };
164 };
165
166 flash@1 {
167 #address-cells = <1>;
168 #size-cells = <1>;
169 compatible = "jedec,spi-nor";
170 reg = <1>;
171 spi-max-frequency = <25000000>;
172
173 partitions {
174 compatible = "fixed-partitions";
175 #address-cells = <1>;
176 #size-cells = <1>;
177
178 partition@0 {
179 label = "firmware2";
180 reg = <0x0 0xf00000>;
181 };
182
183 partition@f00000 {
184 label = "privatedata";
185 reg = <0xf00000 0x100000>;
186 read-only;
187 };
188 };
189 };
190 };
191
192 &usb {
193 status = "okay";
194 };
195
196 &usb_phy {
197 status = "okay";
198 phy-supply = <&usb_vbus>;
199 };
200
201 &pcie {
202 status = "okay";
203
204 wifi@0,0 {
205 compatible = "qcom,ath10k";
206 reg = <0 0 0 0 0>;
207 };
208 };
209
210 &wmac {
211 status = "okay";
212 qca,no-eeprom;
213 };
214
215 &eth1 {
216 status = "okay";
217 gmac-config {
218 device = <&gmac>;
219 switch-phy-swap = <1>;
220 switch-only-mode = <1>;
221 };
222 };
223
224 &eth0 {
225 status = "okay";
226 phy-handle = <&swphy0>;
227 };