ath79: add TP-Link TL-MR10U port
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9331_tl-mr10u.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "ar9331_tl-wr703n.dtsi"
5
6 / {
7 model = "TP-Link MR10U";
8 compatible = "tplink,tl-mr10u";
9
10 reg_usb_vbus: reg_usb_vbus {
11 compatible = "regulator-fixed";
12 regulator-name = "usb_vbus";
13 regulator-min-microvolt = <5000000>;
14 regulator-max-microvolt = <5000000>;
15 gpio = <&gpio 28 GPIO_ACTIVE_HIGH>;
16 enable-active-high;
17 };
18
19 };