ath79: drop num-cs for SPI controller
[openwrt/staging/chunkeey.git] / target / linux / ath79 / dts / qca9533_tplink_tl-wr842n-v3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca953x.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "tplink,tl-wr842n-v3", "qca,qca9533";
10 model = "TP-Link TL-WR842N v3";
11
12 aliases {
13 led-boot = &led_power;
14 led-failsafe = &led_power;
15 led-running = &led_power;
16 led-upgrade = &led_power;
17 label-mac-device = &eth1;
18 };
19
20 leds {
21 compatible = "gpio-leds";
22
23 led_power: power {
24 label = "green:power";
25 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
26 default-state = "on";
27 };
28
29 wifi {
30 label = "green:wlan";
31 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
32 linux,default-trigger = "phy0tpt";
33 };
34
35 qss {
36 label = "green:qss";
37 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
38 };
39
40 wan_green {
41 label = "green:wan";
42 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
43 };
44
45 wan_red {
46 label = "red:wan";
47 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
48 };
49
50 lan1 {
51 label = "green:lan1";
52 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
53 };
54
55 lan2 {
56 label = "green:lan2";
57 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
58 };
59
60 lan3 {
61 label = "green:lan3";
62 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
63 };
64
65 lan4 {
66 label = "green:lan4";
67 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
68 };
69
70 usb {
71 label = "green:usb";
72 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
73 linux,default-trigger = "usbport";
74 trigger-sources = <&hub_port>;
75 };
76 };
77
78 keys {
79 compatible = "gpio-keys";
80
81 reset {
82 label = "Reset button";
83 linux,code = <KEY_RESTART>;
84 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
85 debounce-interval = <60>;
86 };
87
88 rfkill {
89 label = "RFKILL button";
90 linux,code = <KEY_RFKILL>;
91 gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
92 debounce-interval = <60>;
93 };
94 };
95 };
96
97 &uart {
98 status = "okay";
99 };
100
101 &usb0 {
102 #address-cells = <1>;
103 #size-cells = <0>;
104 status = "okay";
105
106 hub_port: port@1 {
107 reg = <1>;
108 #trigger-source-cells = <0>;
109 };
110 };
111
112 &usb_phy {
113 status = "okay";
114 };
115
116 &spi {
117 status = "okay";
118
119 flash@0 {
120 compatible = "jedec,spi-nor";
121 reg = <0>;
122 spi-max-frequency = <25000000>;
123
124 partitions {
125 compatible = "fixed-partitions";
126 #address-cells = <1>;
127 #size-cells = <1>;
128
129 uboot: partition@0 {
130 label = "u-boot";
131 reg = <0x000000 0x020000>;
132 read-only;
133 };
134
135 partition@20000 {
136 compatible = "tplink,firmware";
137 label = "firmware";
138 reg = <0x020000 0xfd0000>;
139 };
140
141 art: partition@ff0000 {
142 label = "art";
143 reg = <0xff0000 0x010000>;
144 read-only;
145 };
146 };
147 };
148 };
149
150 &eth0 {
151 status = "okay";
152
153 phy-handle = <&swphy4>;
154
155 mtd-mac-address = <&uboot 0x1fc00>;
156 mtd-mac-address-increment = <1>;
157 };
158
159 &eth1 {
160 mtd-mac-address = <&uboot 0x1fc00>;
161 };
162
163 &wmac {
164 status = "okay";
165
166 mtd-cal-data = <&art 0x1000>;
167 mtd-mac-address = <&uboot 0x1fc00>;
168 };