ramips: add support for ZIO FREEZIO
[oweals/openwrt.git] / target / linux / ramips / dts / mt7621_zio_freezio.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "mt7621_wevo_w2914ns-v2.dtsi"
5
6 / {
7         compatible = "zio,freezio", "mediatek,mt7621-soc";
8         model = "ZIO FREEZIO";
9
10         leds {
11                 compatible = "gpio-leds";
12
13                 usb {
14                         label = "freezio:green:usb";
15                         gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
16                         trigger-sources = <&xhci_ehci_port1>;
17                         linux,default-trigger = "usbport";
18                 };
19         };
20 };