ath79: add support for Senao Engenius EnStationAC v1
[openwrt/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 "qca955x.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
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 = "green:system";
22 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
23 linux,default-trigger = "heartbeat";
24 };
25
26 usb {
27 label = "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 = "green:wlan";
35 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
36 linux,default-trigger = "phy0tpt";
37 };
38
39 wifi_wps {
40 label = "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 &usb_phy0 {
80 status = "okay";
81 };
82
83 &usb0 {
84 #address-cells = <1>;
85 #size-cells = <0>;
86 status = "okay";
87
88 hub_port0: port@1 {
89 reg = <1>;
90 #trigger-source-cells = <0>;
91 };
92 };
93
94 &spi {
95 status = "okay";
96
97 flash@0 {
98 compatible = "jedec,spi-nor";
99 reg = <0>;
100 spi-max-frequency = <33400000>;
101
102 partitions {
103 compatible = "fixed-partitions";
104 #address-cells = <1>;
105 #size-cells = <1>;
106
107 uboot: partition@0 {
108 label = "u-boot";
109 reg = <0x000000 0x020000>;
110 read-only;
111 };
112
113 partition@20000 {
114 compatible = "tplink,firmware";
115 label = "firmware";
116 reg = <0x020000 0x7d0000>;
117 };
118
119 art: partition@7f0000 {
120 label = "art";
121 reg = <0x7f0000 0x010000>;
122 read-only;
123 };
124 };
125 };
126 };
127
128 &mdio0 {
129 status = "okay";
130
131 phy0: ethernet-phy@0 {
132 reg = <0>;
133 qca,ar8327-initvals = <
134 0x04 0x00080080 /* PORT0 PAD MODE CTRL */
135 0x0c 0x07600000 /* PORT6 PAD MODE CTRL */
136 0x10 0x81000080 /* POWER_ON_STRAP */
137 0x50 0xcc35cc35 /* LED_CTRL0 */
138 0x54 0xca35ca35 /* LED_CTRL1 */
139 0x58 0xc935c935 /* LED_CTRL2 */
140 0x5c 0x03ffff00 /* LED_CTRL3 */
141 0x7c 0x0000007e /* PORT0_STATUS */
142 0x94 0x0000007e /* PORT6 STATUS */
143 >;
144 };
145 };
146
147 &eth0 {
148 status = "okay";
149
150 pll-data = <0x56000000 0x00000101 0x00001616>;
151
152 mtd-mac-address = <&uboot 0x1fc00>;
153 mtd-mac-address-increment = <1>;
154 phy-handle = <&phy0>;
155 };
156
157 &eth1 {
158 status = "okay";
159
160 pll-data = <0x03000101 0x00000101 0x00001616>;
161
162 mtd-mac-address = <&uboot 0x1fc00>;
163
164 fixed-link {
165 speed = <1000>;
166 full-duplex;
167 };
168 };
169
170 &wmac {
171 status = "okay";
172 mtd-cal-data = <&art 0x1000>;
173 mtd-mac-address = <&uboot 0x1fc00>;
174 };