1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/target/linux/ramips/dts/mt7621_zio_freezio.dts

20 lines
373 B
Plaintext
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "mt7621_wevo_w2914ns-v2.dtsi"
/ {
compatible = "zio,freezio", "mediatek,mt7621-soc";
model = "ZIO FREEZIO";
leds {
compatible = "gpio-leds";
usb {
label = "green:usb";
gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
trigger-sources = <&xhci_ehci_port1>;
linux,default-trigger = "usbport";
};
};
};