ath79: drop and consolidate redundant chosen/bootargs
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9558_tplink_tl-wr1043nd.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_system;
11                 led-failsafe = &led_system;
12                 led-running = &led_system;
13                 led-upgrade = &led_system;
14                 label-mac-device = &wmac;
15         };
16
17         leds {
18                 compatible = "gpio-leds";
19
20                 led_system: system {
21                         label = "tp-link:green:system";
22                         gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
23                         linux,default-trigger = "heartbeat";
24                 };
25
26                 usb {
27                         label = "tp-link:green:usb";
28                         gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
29                         trigger-sources = <&hub_port0>;
30                         linux,default-trigger = "usbport";
31                 };
32
33                 wifi_green {
34                         label = "tp-link:green:wlan";
35                         gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
36                         linux,default-trigger = "phy0tpt";
37                 };
38
39                 wifi_wps {
40                         label = "tp-link:green:wps";
41                         gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
42                 };
43         };
44
45         keys {
46                 compatible = "gpio-keys";
47
48                 reset {
49                         label = "Reset button";
50                         linux,code = <KEY_RESTART>;
51                         gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
52                         debounce-interval = <60>;
53                 };
54
55                 wifi {
56                         label = "RFKILL button";
57                         linux,code = <KEY_RFKILL>;
58                         gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
59                         debounce-interval = <60>;
60                 };
61         };
62
63         gpio-export {
64                 compatible = "gpio-export";
65                 #size-cells = <0>;
66
67                 gpio_usb_power {
68                         gpio-export,name = "tp-link:power:usb";
69                         gpio-export,output = <1>;
70                         gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
71                 };
72         };
73 };
74
75 &uart {
76         status = "okay";
77 };
78
79 &gpio {
80         status = "okay";
81 };
82
83 &usb_phy0 {
84         status = "okay";
85 };
86
87 &usb0 {
88         #address-cells = <1>;
89         #size-cells = <0>;
90         status = "okay";
91
92         hub_port0: port@1 {
93                 reg = <1>;
94                 #trigger-source-cells = <0>;
95         };
96 };
97
98 &spi {
99         status = "okay";
100         num-cs = <1>;
101
102         flash@0 {
103                 compatible = "jedec,spi-nor";
104                 reg = <0>;
105                 spi-max-frequency = <33400000>;
106
107                 partitions {
108                         compatible = "fixed-partitions";
109                         #address-cells = <1>;
110                         #size-cells = <1>;
111
112                         uboot: partition@0 {
113                                 label = "u-boot";
114                                 reg = <0x000000 0x020000>;
115                                 read-only;
116                         };
117
118                         partition@20000 {
119                                 compatible = "tplink,firmware";
120                                 label = "firmware";
121                                 reg = <0x020000 0x7d0000>;
122                         };
123
124                         art: partition@7f0000 {
125                                 label = "art";
126                                 reg = <0x7f0000 0x010000>;
127                                 read-only;
128                         };
129                 };
130         };
131 };
132
133 &mdio0 {
134         status = "okay";
135
136         phy0: ethernet-phy@0 {
137                 reg = <0>;
138                 qca,ar8327-initvals = <
139                         0x04 0x00080080 /* PORT0 PAD MODE CTRL */
140                         0x0c 0x07600000 /* PORT6 PAD MODE CTRL */
141                         0x10 0x81000080 /* POWER_ON_STRIP */
142                         0x50 0xcc35cc35 /* LED_CTRL0 */
143                         0x54 0xca35ca35 /* LED_CTRL1 */
144                         0x58 0xc935c935 /* LED_CTRL2 */
145                         0x5c 0x03ffff00 /* LED_CTRL3 */
146                         0x7c 0x0000007e /* PORT0_STATUS */
147                         0x94 0x0000007e /* PORT6 STATUS */
148                 >;
149         };
150 };
151
152 &eth0 {
153         status = "okay";
154
155         pll-data = <0x56000000 0x00000101 0x00001616>;
156
157         mtd-mac-address = <&uboot 0x1fc00>;
158         mtd-mac-address-increment = <1>;
159         phy-handle = <&phy0>;
160 };
161
162 &eth1 {
163         status = "okay";
164
165         pll-data = <0x03000101 0x00000101 0x00001616>;
166
167         mtd-mac-address = <&uboot 0x1fc00>;
168
169         fixed-link {
170                 speed = <1000>;
171                 full-duplex;
172         };
173 };
174
175 &wmac {
176         status = "okay";
177         mtd-cal-data = <&art 0x1000>;
178         mtd-mac-address = <&uboot 0x1fc00>;
179 };