aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_zio_freezio.dts
blob: cf194f1ff5cae77cae706ef2b67f3d2355dd5df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;

#include "mt7621_wevo_w2914ns-v2.dtsi"

/ {
	compatible = "zio,freezio", "mediatek,mt7621-soc";
	model = "ZIO FREEZIO";

	leds {
		compatible = "gpio-leds";

		usb {
			label = "freezio:green:usb";
			gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
			trigger-sources = <&xhci_ehci_port1>;
			linux,default-trigger = "usbport";
		};
	};
};