ath79: add support for Compex WPJ531 (16M)
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / dts / qca9563_dlink_dir-842-c3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9563_dlink_dir-842-c.dtsi"
5
6 / {
7 compatible = "dlink,dir-842-c3", "qca,qca9563";
8 model = "D-Link DIR-842 C3";
9
10 aliases {
11 led-boot = &led_power;
12 led-failsafe = &led_power;
13 led-running = &led_power;
14 led-upgrade = &led_power;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 led_power: power {
21 label = "dir-842-c3:green:power";
22 gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
23 };
24
25 wps {
26 label = "dir-842-c3:green:wps";
27 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
28 };
29
30 wlan {
31 label = "dir-842-c3:green:wlan";
32 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
33 linux,default-trigger = "phy0tpt";
34 };
35 };
36 };