ramips: fix MikroTik 750Gr3 ports MAC addresses
[openwrt/staging/wigyori.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 = <&gpio 27 GPIO_ACTIVE_LOW>;
16 trigger-sources = <&xhci_ehci_port1>;
17 linux,default-trigger = "usbport";
18 };
19 };
20 };