aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_dlink_dir-842-c1.dts
blob: 4df4e8a96903edf293fcf61765a9dc6c4b580cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;

#include "qca9563_dlink_dir-842-c.dtsi"

/ {
	compatible = "dlink,dir-842-c1", "qca,qca9563";
	model = "D-Link DIR-842 C1";

	aliases {
		led-boot = &led_power;
		led-failsafe = &led_power;
		led-running = &led_power;
		led-upgrade = &led_power;
	};

	leds {
		compatible = "gpio-leds";

		wps {
			label = "dir-842-c1:green:wps";
			gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
		};

		led_power: power {
			label = "dir-842-c1:green:power";
			gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
		};

		internet {
			label = "dir-842-c1:green:internet";
			gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
		};

		wlan {
			label = "dir-842-c1:green:wlan";
			gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
			linux,default-trigger = "phy0tpt";
		};
	};
};