ath79: add Embedded Wireless Balin Platform
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7241_netgear_wnr2200.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar7241.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7 #include <dt-bindings/mtd/partitions/uimage.h>
8
9 / {
10 chosen {
11 bootargs = "console=ttyS0,115200n8";
12 };
13
14 aliases {
15 led-boot = &led_power_amber;
16 led-failsafe = &led_power_amber;
17 led-running = &led_power_green;
18 led-upgrade = &led_power_amber;
19 };
20
21 ath9k-keys {
22 compatible = "gpio-keys-polled";
23 poll-interval = <20>;
24
25 wps {
26 label = "wps";
27 linux,code = <KEY_WPS_BUTTON>;
28 gpios = <&ath9k 5 GPIO_ACTIVE_LOW>;
29 debounce-interval = <60>;
30 };
31
32 reset {
33 label = "reset";
34 linux,code = <KEY_RESTART>;
35 gpios = <&ath9k 6 GPIO_ACTIVE_LOW>;
36 debounce-interval = <60>;
37 };
38
39 rfkill {
40 label = "rfkill";
41 linux,code = <KEY_RFKILL>;
42 gpios = <&ath9k 3 GPIO_ACTIVE_LOW>;
43 debounce-interval = <60>;
44 };
45 };
46
47 leds {
48 compatible = "gpio-leds";
49
50 pinctrl-names = "default";
51 pinctrl-0 = <&jtag_disable_pins &switch_led_disable_pins &clks_disable_pins>;
52
53 wan_green {
54 label = "green:wan";
55 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
56 };
57
58 wan_amber {
59 label = "amber:wan";
60 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
61 };
62
63 lan1_green {
64 label = "green:lan1";
65 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
66 };
67
68 lan1_amber {
69 label = "amber:lan1";
70 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
71 };
72
73 lan2_green {
74 label = "green:lan2";
75 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
76 };
77
78 lan2_amber {
79 label = "amber:lan2";
80 gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
81 };
82
83 lan3_green {
84 label = "green:lan3";
85 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
86 };
87
88 lan3_amber {
89 label = "amber:lan3";
90 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
91 };
92
93 lan4_green {
94 label = "green:lan4";
95 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
96 };
97
98 lan4_amber {
99 label = "amber:lan4";
100 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
101 };
102
103 wps_green {
104 label = "green:wps";
105 gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
106 };
107
108 usb_green {
109 label = "green:usb";
110 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
111 trigger-sources = <&hub_port>;
112 linux,default-trigger = "usbport";
113 };
114 };
115
116 ath9k-leds {
117 compatible = "gpio-leds";
118
119 led_power_green: power_green {
120 label = "green:power";
121 gpios = <&ath9k 2 GPIO_ACTIVE_LOW>;
122 };
123
124 led_power_amber: power_amber {
125 label = "amber:power";
126 gpios = <&ath9k 1 GPIO_ACTIVE_LOW>;
127 default-state = "keep";
128 };
129
130 wlan_blue {
131 label = "blue:wlan";
132 gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
133 linux,default-trigger = "phy0tpt";
134 };
135 };
136 };
137
138 &spi {
139 status = "okay";
140
141 flash@0 {
142 compatible = "jedec,spi-nor";
143 reg = <0>;
144 spi-max-frequency = <25000000>;
145
146 partitions: partitions {
147 compatible = "fixed-partitions";
148 #address-cells = <1>;
149 #size-cells = <1>;
150 };
151 };
152 };
153
154 &eth0 {
155 status = "okay";
156 };
157
158 &eth1 {
159 compatible = "qca,ar7241-eth", "syscon", "simple-mfd";
160 };
161
162 &pcie {
163 status = "okay";
164
165 ath9k: wifi@0,0 {
166 compatible = "pci168c,002e";
167 reg = <0x0000 0 0 0 0>;
168 qca,no-eeprom;
169 #gpio-cells = <2>;
170 gpio-controller;
171
172 usb_power {
173 gpio-hog;
174 line-name = "netgear:power:usb";
175 gpios = <4 GPIO_ACTIVE_HIGH>;
176 output-high;
177 };
178 };
179 };
180
181 &usb_phy {
182 status = "okay";
183 };
184
185 &usb {
186 #address-cells = <1>;
187 #size-cells = <0>;
188 status = "okay";
189
190 hub_port: port@1 {
191 reg = <1>;
192 #trigger-source-cells = <0>;
193 };
194 };