aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_tplink_tl-wr1043nd-v4.dts
blob: 5f48e6a5d1f2366df54b2e9ea10eb8eb91065262 (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
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>

#include "qca9563_tplink_tl-wr1043n.dtsi"

/ {
	compatible = "tplink,tl-wr1043nd-v4", "qca,qca9563";
	model = "TP-Link TL-WR1043ND Version 4";
};

&gpio_leds {
	usb {
		label = "tp-link:green:usb";
		gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
		default-state = "off";
		trigger-sources = <&hub_port0>;
		linux,default-trigger = "usbport";
	};
};

&usb_phy0 {
	status = "okay";
};

&usb0 {
	status = "okay";

	hub_port0: port@1 {
		reg = <1>;
		#trigger-source-cells = <0>;
	};
};