lede/target/linux/ramips/dts/mt7621_zio_freezio.dts
AmadeusGhost bf55ff68c7
ramips: sync from openwrt v19.07 (#2938)
This commit sync ramips from openwrt master, and revert use caldata.sh
so that wireless for some devices can works.
2020-02-05 23:47:49 +08:00

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";
};
};
};