ath79: drop and consolidate redundant chosen/bootargs
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9533_tplink_tl-wa801nd.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 "qca953x.dtsi"
7
8 / {
9         aliases {
10                 label-mac-device = &wmac;
11                 led-boot = &led_system;
12                 led-failsafe = &led_system;
13                 led-running = &led_system;
14                 led-upgrade = &led_system;
15         };
16
17         leds {
18                 compatible = "gpio-leds";
19
20                 lan {
21                         label = "tp-link:green:lan";
22                         gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
23                 };
24
25                 security_red {
26                         label = "tp-link:red:security";
27                         gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
28                 };
29
30                 wlan {
31                         label = "tp-link:green:wlan";
32                         gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
33                         linux,default-trigger = "phy0tpt";
34                 };
35
36                 led_system: system {
37                         label = "tp-link:green:system";
38                         gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
39                 };
40
41                 security_green {
42                         label = "tp-link:green:security";
43                         gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
44                 };
45         };
46
47         keys {
48                 compatible = "gpio-keys";
49
50                 reset {
51                         label = "Reset button";
52                         linux,code = <KEY_RESTART>;
53                         gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
54                         debounce-interval = <60>;
55                 };
56
57                 wps {
58                         label = "WPS button";
59                         linux,code = <KEY_WPS_BUTTON>;
60                         gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
61                         debounce-interval = <60>;
62                 };
63         };
64 };
65
66 &uart {
67         status = "okay";
68 };
69
70 &spi {
71         status = "okay";
72
73         num-cs = <1>;
74
75         flash@0 {
76                 compatible = "jedec,spi-nor";
77                 reg = <0>;
78                 spi-max-frequency = <25000000>;
79
80                 partitions {
81                         compatible = "fixed-partitions";
82                         #address-cells = <1>;
83                         #size-cells = <1>;
84
85                         uboot: partition@0 {
86                                 label = "u-boot";
87                                 reg = <0x000000 0x020000>;
88                                 read-only;
89                         };
90
91                         partition@20000 {
92                                 compatible = "tplink,firmware";
93                                 label = "firmware";
94                                 reg = <0x020000 0x3d0000>;
95                         };
96
97                         art: partition@3f0000 {
98                                 label = "art";
99                                 reg = <0x3f0000 0x010000>;
100                                 read-only;
101                         };
102                 };
103         };
104 };
105
106 &eth0 {
107         status = "okay";
108
109         phy-handle = <&swphy4>;
110
111         mtd-mac-address = <&uboot 0x1fc00>;
112 };
113
114 &eth1 {
115         compatible = "syscon", "simple-mfd";
116 };
117
118 &wmac {
119         status = "okay";
120
121         mtd-cal-data = <&art 0x1000>;
122         mtd-mac-address = <&uboot 0x1fc00>;
123 };