ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9531_tplink_tl-wr810n-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca953x_tplink_tl-wr810n.dtsi"
4
5 / {
6 compatible = "tplink,tl-wr810n-v1", "qca,qca9531";
7 model = "TP-Link TL-WR810N v1";
8
9 reg_usb_vbus: reg_usb_vbus {
10 compatible = "regulator-fixed";
11 regulator-name = "usb_vbus";
12 regulator-min-microvolt = <5000000>;
13 regulator-max-microvolt = <5000000>;
14 gpio = <&gpio 8 GPIO_ACTIVE_HIGH>;
15 enable-active-high;
16 };
17 };
18
19 &usb0 {
20 status = "okay";
21
22 vbus-supply = <&reg_usb_vbus>;
23 };
24
25 &usb_phy {
26 status = "okay";
27 };