ath79: remove model name from LED labels
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_tplink_re350k-v1.dts
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 model = "TP-Link RE350K v1";
10 compatible = "tplink,re350k-v1", "qca,qca9558";
11
12 aliases {
13 led-boot = &led_power;
14 led-failsafe = &led_power;
15 led-running = &led_power;
16 led-upgrade = &led_power;
17 mdio-gpio0 = &mdio2;
18 };
19
20 keys {
21 compatible = "gpio-keys";
22
23 app-config {
24 label = "app-config";
25 linux,code = <BTN_0>;
26 gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
27 debounce-interval = <60>;
28 };
29
30 led {
31 label = "led";
32 linux,code = <BTN_1>;
33 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
34 debounce-interval = <60>;
35 };
36
37 reset {
38 label = "reset";
39 linux,code = <KEY_RESTART>;
40 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
41 debounce-interval = <60>;
42 };
43 };
44
45 leds {
46 compatible = "gpio-leds";
47
48 led_power: power {
49 label = "green:power";
50 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
51 default-state = "on";
52 };
53
54 wlan2g_green {
55 label = "green:wlan2g";
56 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
57 linux,default-trigger = "phy1tpt";
58 };
59
60 wlan2g_red {
61 label = "red:wlan2g";
62 gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
63 };
64
65 wlan5g_green {
66 label = "green:wlan5g";
67 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
68 linux,default-trigger = "phy0tpt";
69 };
70
71 wlan5g_red {
72 label = "red:wlan5g";
73 gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
74 };
75 };
76
77 mdio2: mdio {
78 compatible = "virtual,mdio-gpio";
79
80 #address-cells = <1>;
81 #size-cells = <0>;
82
83 gpios = <&gpio 23 GPIO_ACTIVE_HIGH>,
84 <&gpio 18 GPIO_ACTIVE_HIGH>;
85
86 phy4: ethernet-phy@4 {
87 reg = <4>;
88
89 phy-mode = "rgmii-rxid";
90 eee-broken-100tx;
91 eee-broken-1000t;
92 };
93 };
94 };
95
96 &eth0 {
97 status = "okay";
98
99 phy-handle = <&phy4>;
100 pll-data = <0x9e000000 0x80000101 0x80001313>;
101
102 mtd-mac-address = <&info 0x8>;
103
104 gmac-config {
105 device = <&gmac>;
106
107 rxdv-delay = <2>;
108 rxd-delay = <2>;
109 txen-delay = <0>;
110 txd-delay = <0>;
111 rgmii-enabled = <1>;
112 };
113 };
114
115 &pcie0 {
116 status = "okay";
117 };
118
119 &spi {
120 status = "okay";
121
122 num-cs = <1>;
123
124 flash@0 {
125 compatible = "jedec,spi-nor";
126 reg = <0>;
127 spi-max-frequency = <25000000>;
128
129 partitions {
130 compatible = "fixed-partitions";
131 #address-cells = <1>;
132 #size-cells = <1>;
133
134 partition@0 {
135 label = "u-boot";
136 reg = <0x000000 0x020000>;
137 read-only;
138 };
139
140 partition@20000 {
141 compatible = "tplink,firmware";
142 label = "firmware";
143 reg = <0x020000 0xd70000>;
144 };
145
146 partition@d90000 {
147 label = "partition-table";
148 reg = <0xd90000 0x010000>;
149 read-only;
150 };
151
152 info: partition@da0000 {
153 label = "info";
154 reg = <0xda0000 0x020000>;
155 read-only;
156 };
157
158 partition@dc0000 {
159 label = "config";
160 reg = <0xdc0000 0x230000>;
161 read-only;
162 };
163
164 art: partition@ff0000 {
165 label = "art";
166 reg = <0xff0000 0x010000>;
167 read-only;
168 };
169 };
170 };
171 };
172
173 &uart {
174 status = "okay";
175 };
176
177 &wmac {
178 status = "okay";
179
180 mtd-cal-data = <&art 0x1000>;
181 mtd-mac-address = <&info 0x8>;
182 };