ath79: move dts-v1 statement to ath79.dtsi
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9132_tplink_tl-wr1043nd-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include "ar9132.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "tplink,tl-wr1043nd-v1", "qca,ar9132";
10 model = "TP-Link TL-WR1043ND v1";
11
12 aliases {
13 led-boot = &led_system;
14 led-failsafe = &led_system;
15 led-running = &led_system;
16 led-upgrade = &led_system;
17 label-mac-device = &eth0;
18 };
19
20 extosc: ref {
21 compatible = "fixed-clock";
22 #clock-cells = <0>;
23 clock-frequency = <40000000>;
24 };
25
26 keys {
27 compatible = "gpio-keys";
28
29 reset {
30 label = "reset";
31 linux,code = <KEY_RESTART>;
32 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
33 debounce-interval = <60>;
34 };
35
36 qss {
37 label = "qss";
38 linux,code = <KEY_WPS_BUTTON>;
39 gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
40 debounce-interval = <60>;
41 };
42 };
43
44 leds {
45 compatible = "gpio-leds";
46
47 usb {
48 label = "tp-link:green:usb";
49 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
50 trigger-sources = <&hub_port>;
51 linux,default-trigger = "usbport";
52 };
53
54 led_system: system {
55 label = "tp-link:green:system";
56 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
57 linux,default-trigger = "heartbeat";
58 };
59
60 qss {
61 label = "tp-link:green:qss";
62 gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
63 };
64
65 wlan {
66 label = "tp-link:green:wlan";
67 gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
68 linux,default-trigger = "phy0tpt";
69 };
70 };
71
72 rtl8366rb {
73 compatible = "realtek,rtl8366rb";
74 gpio-sda = <&gpio 18 GPIO_ACTIVE_HIGH>;
75 gpio-sck = <&gpio 19 GPIO_ACTIVE_HIGH>;
76
77 resets = <&rst 8>;
78 reset-names = "switch";
79 };
80 };
81
82 &uart {
83 status = "okay";
84 };
85
86 &pll {
87 clocks = <&extosc>;
88 };
89
90 &usb {
91 #address-cells = <1>;
92 #size-cells = <0>;
93 status = "okay";
94
95 hub_port: port@1 {
96 reg = <1>;
97 #trigger-source-cells = <0>;
98 };
99 };
100
101 &usb_phy {
102 status = "okay";
103 };
104
105 &spi {
106 status = "okay";
107
108 num-cs = <1>;
109
110 flash@0 {
111 compatible = "jedec,spi-nor";
112 reg = <0>;
113 spi-max-frequency = <25000000>;
114 m25p,fast-read;
115
116 partitions {
117 compatible = "fixed-partitions";
118 #address-cells = <1>;
119 #size-cells = <1>;
120
121 uboot: partition@0 {
122 label = "u-boot";
123 reg = <0x000000 0x020000>;
124 read-only;
125 };
126
127 partition@20000 {
128 compatible = "tplink,firmware";
129 label = "firmware";
130 reg = <0x020000 0x7D0000>;
131 };
132
133 art: partition@7F0000 {
134 label = "art";
135 reg = <0x7F0000 0x010000>;
136 read-only;
137 };
138 };
139 };
140 };
141
142 &eth0 {
143 status = "okay";
144
145 phy-mode = "rgmii";
146 mtd-mac-address = <&uboot 0x1fc00>;
147
148 fixed-link {
149 speed = <1000>;
150 full-duplex;
151 };
152 };
153
154 &wmac {
155 status = "okay";
156
157 mtd-cal-data = <&art 0x1000>;
158 mtd-mac-address = <&uboot 0x1fc00>;
159 };