c13bafce0bc2ce86473d7b0729f1ce4221a28fbf
[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 "qca956x.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 = &eth0;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 led_system: system {
21 label = "green:system";
22 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
23 default-state = "on";
24 };
25
26 usb {
27 label = "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 = "green:wlan5g";
35 gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
36 linux,default-trigger = "phy0tpt";
37 };
38
39 wlan2g {
40 label = "green:wlan2g";
41 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
42 linux,default-trigger = "phy1tpt";
43 };
44
45 wan {
46 label = "green:wan";
47 gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
48 };
49
50 wan_fail {
51 label = "orange:wan";
52 gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
53 };
54
55 lan1 {
56 label = "green:lan1";
57 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
58 };
59
60 lan2 {
61 label = "green:lan2";
62 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
63 };
64
65 lan3 {
66 label = "green:lan3";
67 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
68 };
69
70 lan4 {
71 label = "green:lan4";
72 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
73 };
74
75 wps {
76 label = "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 flash@0 {
130 compatible = "jedec,spi-nor";
131 reg = <0>;
132 spi-max-frequency = <25000000>;
133
134 mtdparts: partitions {
135 compatible = "fixed-partitions";
136 #address-cells = <1>;
137 #size-cells = <1>;
138 };
139 };
140 };
141
142 &mdio0 {
143 status = "okay";
144
145 phy-mask = <0>;
146
147 phy0: ethernet-phy@0 {
148 reg = <0>;
149 phy-mode = "sgmii";
150 qca,mib-poll-interval = <500>;
151
152 qca,ar8327-initvals = <
153 0x04 0x80080080 /* PORT0 PAD MODE CTRL */
154 0x08 0x00000000 /* PORT5 PAD MODE CTRL */
155 0x0c 0x00000000 /* PORT6 PAD MODE CTRL */
156 0x10 0x00000080 /* POWER_ON_STRAP */
157 0x7c 0x0000007e /* PORT0_STATUS */
158 0x94 0x00000200 /* PORT6_STATUS */
159 >;
160 };
161 };
162
163 &eth0 {
164 status = "okay";
165
166 pll-data = <0x03000101 0x00000101 0x00001919>;
167
168 phy-mode = "sgmii";
169 mtd-mac-address = <&info 0x8>;
170 phy-handle = <&phy0>;
171 };
172
173 &wmac {
174 status = "okay";
175
176 mtd-cal-data = <&art 0x1000>;
177 mtd-mac-address = <&info 0x8>;
178 };