633543e739e004116c58763cccc12408b22d7d3f
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_archer-x7-v5.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 "qca956x.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 = &eth0;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 led_system: system {
21 label = "tp-link:green:system";
22 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
23 default-state = "on";
24 };
25
26 usb {
27 label = "tp-link:green:usb";
28 gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
29 trigger-sources = <&hub_port0>;
30 linux,default-trigger = "usbport";
31 };
32
33 wlan5g {
34 label = "tp-link:green:wlan5g";
35 gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
36 linux,default-trigger = "phy0tpt";
37 };
38
39 wlan2g {
40 label = "tp-link:green:wlan2g";
41 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
42 linux,default-trigger = "phy1tpt";
43 };
44
45 wan {
46 label = "tp-link:green:wan";
47 gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
48 };
49
50 wan_fail {
51 label = "tp-link:orange:wan";
52 gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
53 };
54
55 lan1 {
56 label = "tp-link:green:lan1";
57 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
58 };
59
60 lan2 {
61 label = "tp-link:green:lan2";
62 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
63 };
64
65 lan3 {
66 label = "tp-link:green:lan3";
67 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
68 };
69
70 lan4 {
71 label = "tp-link:green:lan4";
72 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
73 };
74
75 wps {
76 label = "tp-link:green:wps";
77 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
78 };
79 };
80
81 keys: keys {
82 compatible = "gpio-keys";
83
84 wps {
85 label = "WPS button";
86 linux,code = <KEY_WPS_BUTTON>;
87 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
88 debounce-interval = <60>;
89 };
90 };
91
92 gpio-export {
93 compatible = "gpio-export";
94
95 gpio_usb_power {
96 gpio-export,name = "tp-link:power:usb";
97 gpio-export,output = <1>;
98 gpios = <&gpio 19 GPIO_ACTIVE_HIGH>;
99 };
100 };
101 };
102
103 &pcie {
104 status = "okay";
105 };
106
107 &uart {
108 status = "okay";
109 };
110
111 &usb_phy0 {
112 status = "okay";
113 };
114
115 &usb0 {
116 #address-cells = <1>;
117 #size-cells = <0>;
118 status = "okay";
119
120 hub_port0: port@1 {
121 reg = <1>;
122 #trigger-source-cells = <0>;
123 };
124 };
125
126 &spi {
127 status = "okay";
128
129 num-cs = <1>;
130
131 flash@0 {
132 compatible = "jedec,spi-nor";
133 reg = <0>;
134 spi-max-frequency = <25000000>;
135
136 mtdparts: partitions {
137 compatible = "fixed-partitions";
138 #address-cells = <1>;
139 #size-cells = <1>;
140 };
141 };
142 };
143
144 &mdio0 {
145 status = "okay";
146
147 phy-mask = <0>;
148
149 phy0: ethernet-phy@0 {
150 reg = <0>;
151 phy-mode = "sgmii";
152 qca,mib-poll-interval = <500>;
153
154 qca,ar8327-initvals = <
155 0x04 0x80080080 /* PORT0 PAD MODE CTRL */
156 0x08 0x00000000 /* PORT5 PAD MODE CTRL */
157 0x0c 0x00000000 /* PORT6 PAD MODE CTRL */
158 0x10 0x00000080 /* POWER_ON_STRAP */
159 0x7c 0x0000007e /* PORT0_STATUS */
160 0x94 0x00000200 /* PORT6_STATUS */
161 >;
162 };
163 };
164
165 &eth0 {
166 status = "okay";
167
168 pll-data = <0x03000101 0x00000101 0x00001919>;
169
170 phy-mode = "sgmii";
171 mtd-mac-address = <&info 0x8>;
172 phy-handle = <&phy0>;
173 };
174
175 &wmac {
176 status = "okay";
177
178 mtd-cal-data = <&art 0x1000>;
179 mtd-mac-address = <&info 0x8>;
180 };