ath79: airtight c-75: use second flash chip
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9341_tplink_tl-wa901nd-v3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar9341_tplink_tl-wa.dtsi"
4
5 / {
6 model = "TP-Link TL-WA901ND v3";
7 compatible = "tplink,tl-wa901nd-v3", "qca,ar9341";
8
9 aliases {
10 led-boot = &led_system;
11 led-failsafe = &led_system;
12 led-running = &led_system;
13 led-upgrade = &led_system;
14 };
15
16 keys {
17 compatible = "gpio-keys";
18
19 reset {
20 label = "Reset";
21 linux,code = <KEY_RESTART>;
22 gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
23 debounce-interval = <60>;
24 };
25 };
26
27 leds {
28 compatible = "gpio-leds";
29
30 lan {
31 label = "green:lan";
32 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
33 };
34
35 wlan {
36 label = "green:wlan";
37 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
38 linux,default-trigger = "phy0tpt";
39 };
40
41 qss {
42 label = "green:qss";
43 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
44 };
45
46 led_system: system {
47 label = "green:system";
48 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
49 };
50 };
51 };