6934a8f952bec892801ce7c0ee6f58a7d9f478ce
[openwrt/staging/nbd.git] / target / linux / ath79 / dts / ar7161_dlink_dir-825-b1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar7100.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "dlink,dir-825-b1", "qca,ar7161";
10 model = "D-Link DIR825B1";
11
12 aliases {
13 led-boot = &led_power_orange;
14 led-failsafe = &led_power_orange;
15 led-running = &led_power_blue;
16 led-upgrade = &led_power_orange;
17 };
18
19 leds {
20 compatible = "gpio-leds";
21
22 usb {
23 label = "blue:usb";
24 gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
25 trigger-sources = <&usb_ohci_port>, <&usb_ehci_port>;
26 linux,default-trigger = "usbport";
27 };
28
29 led_power_orange: power_orange {
30 label = "orange:power";
31 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
32 default-state = "on";
33 };
34
35 led_power_blue: power_blue {
36 label = "blue:power";
37 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
38 };
39
40 wps {
41 label = "blue:wps";
42 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
43 };
44
45 planet_orange {
46 label = "orange:planet";
47 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
48 };
49
50 planet_blue {
51 label = "blue:planet";
52 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
53 };
54 };
55
56 ath9k-leds {
57 compatible = "gpio-leds";
58
59 wlan2g {
60 label = "blue:wlan2g";
61 gpios = <&ath9k0 5 GPIO_ACTIVE_LOW>;
62 linux,default-trigger = "phy0tpt";
63 };
64
65 wlan5g {
66 label = "blue:wlan5g";
67 gpios = <&ath9k1 5 GPIO_ACTIVE_LOW>;
68 linux,default-trigger = "phy1tpt";
69 };
70 };
71
72 keys {
73 compatible = "gpio-keys";
74
75 reset {
76 label = "reset";
77 linux,code = <KEY_RESTART>;
78 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
79 };
80
81 wps {
82 label = "wps";
83 linux,code = <KEY_WPS_BUTTON>;
84 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
85 };
86 };
87
88 rtl8366s {
89 compatible = "realtek,rtl8366s";
90 gpio-sda = <&gpio 5 GPIO_ACTIVE_HIGH>;
91 gpio-sck = <&gpio 7 GPIO_ACTIVE_HIGH>;
92 realtek,initvals = <0x06 0x0108>;
93
94 mdio-bus {
95 #address-cells = <1>;
96 #size-cells = <0>;
97 status = "okay";
98
99 phy4: ethernet-phy@4 {
100 reg = <4>;
101 phy-mode = "rgmii";
102 };
103 };
104 };
105
106 virtual_flash {
107 compatible = "mtd-concat";
108 devices = <&fwconcat0 &fwconcat1>;
109
110 partitions {
111 compatible = "fixed-partitions";
112 #address-cells = <1>;
113 #size-cells = <1>;
114
115 partition@0 {
116 compatible = "denx,uimage";
117 label = "firmware";
118 reg = <0x0 0x0>;
119 };
120 };
121 };
122 };
123
124 &usb1 {
125 status = "okay";
126 };
127
128 &usb2 {
129 status = "okay";
130 };
131
132 &usb_phy {
133 status = "okay";
134 };
135
136 &pcie0 {
137 status = "okay";
138
139 ath9k0: wifi@0,11 {
140 compatible = "pci168c,0029";
141 reg = <0x8800 0 0 0 0>;
142 qca,no-eeprom;
143 #gpio-cells = <2>;
144 gpio-controller;
145 };
146
147 ath9k1: wifi@0,12 {
148 compatible = "pci168c,0029";
149 reg = <0x9000 0 0 0 0>;
150 qca,no-eeprom;
151 #gpio-cells = <2>;
152 gpio-controller;
153 };
154 };
155
156 &spi {
157 status = "okay";
158
159 flash@0 {
160 compatible = "jedec,spi-nor";
161 reg = <0>;
162 spi-max-frequency = <25000000>;
163
164 partitions {
165 compatible = "fixed-partitions";
166 #address-cells = <1>;
167 #size-cells = <1>;
168
169 partition@0 {
170 label = "u-boot";
171 reg = <0x000000 0x040000>;
172 read-only;
173 };
174
175 partition@40000 {
176 label = "config";
177 reg = <0x040000 0x010000>;
178 read-only;
179 };
180
181 fwconcat0: partition@50000 {
182 label = "fwconcat0";
183 reg = <0x050000 0x610000>;
184 };
185
186 partition@660000 {
187 label = "caldata";
188 reg = <0x660000 0x010000>;
189 read-only;
190 };
191
192 fwconcat1: partition@670000 {
193 label = "fwconcat1";
194 reg = <0x670000 0x190000>;
195 };
196 };
197 };
198 };
199
200 &eth0 {
201 status = "okay";
202
203 pll-data = <0x11110000 0x00001099 0x00991099>;
204
205 fixed-link {
206 speed = <1000>;
207 full-duplex;
208 };
209 };
210
211 &eth1 {
212 status = "okay";
213
214 pll-data = <0x11110000 0x00001099 0x00991099>;
215
216 phy-handle = <&phy4>;
217 };