summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_dlink_dir-1960-a1.dts
blob: a818400342ad6ef4df723d73a60e6312a076f57d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "mt7621_dlink_dir_nand_128m.dtsi"

/ {
	compatible = "dlink,dir-1960-a1", "mediatek,mt7621-soc";
	model = "D-Link DIR-1960 A1";
};

&leds {
	usb_white {
		function = LED_FUNCTION_USB;
		color = <LED_COLOR_ID_WHITE>;
		gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
		trigger-sources = <&xhci_ehci_port1>;
		linux,default-trigger = "usbport";
	};
};