ath79: qca955x: remove redundant phy-mode
[openwrt/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 "qca953x.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
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 = "green:lan";
22 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
23 };
24
25 security_red {
26 label = "red:security";
27 gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
28 };
29
30 wlan {
31 label = "green:wlan";
32 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
33 linux,default-trigger = "phy0tpt";
34 };
35
36 led_system: system {
37 label = "green:system";
38 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
39 };
40
41 security_green {
42 label = "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 flash@0 {
74 compatible = "jedec,spi-nor";
75 reg = <0>;
76 spi-max-frequency = <25000000>;
77
78 partitions {
79 compatible = "fixed-partitions";
80 #address-cells = <1>;
81 #size-cells = <1>;
82
83 uboot: partition@0 {
84 label = "u-boot";
85 reg = <0x000000 0x020000>;
86 read-only;
87 };
88
89 partition@20000 {
90 compatible = "tplink,firmware";
91 label = "firmware";
92 reg = <0x020000 0x3d0000>;
93 };
94
95 art: partition@3f0000 {
96 label = "art";
97 reg = <0x3f0000 0x010000>;
98 read-only;
99 };
100 };
101 };
102 };
103
104 &eth0 {
105 status = "okay";
106
107 phy-handle = <&swphy4>;
108
109 mtd-mac-address = <&uboot 0x1fc00>;
110 };
111
112 &eth1 {
113 compatible = "syscon", "simple-mfd";
114 };
115
116 &wmac {
117 status = "okay";
118
119 mtd-cal-data = <&art 0x1000>;
120 mtd-mac-address = <&uboot 0x1fc00>;
121 };