mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
21 lines
392 B
Plaintext
21 lines
392 B
Plaintext
|
// 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 = <&gpio0 27 GPIO_ACTIVE_LOW>;
|
||
|
trigger-sources = <&xhci_ehci_port1>;
|
||
|
linux,default-trigger = "usbport";
|
||
|
};
|
||
|
};
|
||
|
};
|