ath79: drop and consolidate redundant chosen/bootargs
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9557_iodata_wn-ac-dgr.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5
6 #include "qca955x.dtsi"
7
8 / {
9         aliases {
10                 led-boot = &led_power;
11                 led-failsafe = &led_power;
12                 led-running = &led_power;
13                 led-upgrade = &led_power;
14         };
15
16         leds: leds {
17                 compatible = "gpio-leds";
18
19                 led_power: power {
20                         label = "iodata:green:power";
21                         gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
22                         default-state = "on";
23                 };
24
25                 eco {
26                         label = "iodata:green:eco";
27                         gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
28                 };
29
30                 wlan5g {
31                         label = "iodata:green:wlan5g";
32                         gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
33                         linux,default-trigger = "phy0tpt";
34                 };
35
36                 wlan2g {
37                         label = "iodata:green:wlan2g";
38                         gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
39                         linux,default-trigger = "phy1tpt";
40                 };
41
42                 notification {
43                         label = "iodata:amber:notification";
44                         gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
45                 };
46         };
47
48         keys: keys {
49                 compatible = "gpio-keys";
50
51                 eco {
52                         label = "eco";
53                         gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
54                         linux,code = <BTN_1>;
55                         debounce-interval = <60>;
56                 };
57
58                 auto {
59                         label = "auto";
60                         gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
61                         linux,code = <BTN_0>;
62                         linux,input-type = <EV_SW>;
63                         debounce-interval = <60>;
64                 };
65
66                 wps {
67                         label = "wps";
68                         gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
69                         linux,code = <KEY_WPS_BUTTON>;
70                         debounce-interval = <60>;
71                 };
72
73                 reset {
74                         label = "reset";
75                         gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
76                         linux,code = <KEY_RESTART>;
77                         debounce-interval = <60>;
78                 };
79
80                 router {
81                         label = "router";
82                         gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
83                         linux,code = <BTN_0>;
84                         linux,input-type = <EV_SW>;
85                         debounce-interval = <60>;
86                 };
87         };
88 };
89
90 &spi {
91         status = "okay";
92
93         num-cs = <1>;
94
95         flash@0 {
96                 compatible = "jedec,spi-nor";
97                 reg = <0>;
98                 spi-max-frequency = <25000000>;
99
100                 partitions {
101                         compatible = "fixed-partitions";
102                         #address-cells = <1>;
103                         #size-cells = <1>;
104
105                         partition@0 {
106                                 label = "u-boot";
107                                 reg = <0x000000 0x030000>;
108                                 read-only;
109                         };
110
111                         partition@30000 {
112                                 label = "u-boot-env";
113                                 reg = <0x030000 0x010000>;
114                                 read-only;
115                         };
116
117                         partition@40000 {
118                                 compatible = "denx,uimage";
119                                 label = "firmware";
120                                 reg = <0x040000 0xe50000>;
121                         };
122
123                         partition@e90000 {
124                                 label = "manufacture";
125                                 reg = <0xe90000 0x100000>;
126                                 read-only;
127                         };
128
129                         partition@f90000 {
130                                 label = "backup";
131                                 reg = <0xf90000 0x010000>;
132                                 read-only;
133                         };
134
135                         partition@fa0000 {
136                                 label = "storage";
137                                 reg = <0xfa0000 0x050000>;
138                                 read-only;
139                         };
140
141                         art: partition@ff0000 {
142                                 label = "art";
143                                 reg = <0xff0000 0x010000>;
144                                 read-only;
145                         };
146                 };
147         };
148 };
149
150 &mdio0 {
151         status = "okay";
152
153         phy0: ethernet-phy@0 {
154                 reg = <0>;
155
156                 qca,ar8327-initvals = <
157                         0x04 0x87600000 /* PORT0 PAD MODE CTRL */
158                         0x7c 0x0000007e /* PORT0_STATUS */
159                 >;
160         };
161 };
162
163 &eth0 {
164         status = "okay";
165
166         pll-data = <0xa6000000 0x00000101 0x00001616>;
167         phy-handle = <&phy0>;
168 };
169
170 &pcie1 {
171         status = "okay";
172
173         wifi@0,0 {
174                 compatible = "pci168c,003c";
175                 reg = <0x0000 0 0 0 0>;
176         };
177 };
178
179 &uart {
180         status = "okay";
181 };
182
183 &usb_phy0 {
184         status = "okay";
185 };
186
187 &usb0 {
188         status = "okay";
189 };
190
191 &wmac {
192         status = "okay";
193
194         qca,no-eeprom;
195 };