ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.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 gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
15 enable-active-high;
16 regulator-always-on;
17 };
18 };
19
20 &usb0 {
21 status = "okay";
22
23 vbus-supply = <&reg_usb_vbus>;
24 };
25
26 &usb_phy {
27 status = "okay";
28 };