blob: bd449832e3a85c982e1d923e5551fdcf2c92e8b0 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#include "mt7621_wevo_w2914ns-v2.dtsi"
2
3/ {
4 compatible = "wevo,w2914ns-v2", "mediatek,mt7621-soc";
5 model = "WeVO W2914NS v2";
6
7 leds {
8 compatible = "gpio-leds";
9
10 usb {
11 label = "green:usb";
12 gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
13 trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>;
14 linux,default-trigger = "usbport";
15 };
16 };
17};