ath79: add support for Compex WPJ531 (16M)
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / dts / qca9531_tplink_tl-wr810n-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca953x_tplink_tl-wr810n.dtsi"
5
6 / {
7 compatible = "tplink,tl-wr810n-v1", "qca,qca9531";
8 model = "TP-Link TL-WR810N v1";
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 8 GPIO_ACTIVE_HIGH>;
16 enable-active-high;
17 };
18 };
19
20 &usb0 {
21 #address-cells = <1>;
22 #size-cells = <0>;
23 vbus-supply = <&reg_usb_vbus>;
24 status = "okay";
25
26 hub_port: port@1 {
27 reg = <1>;
28 #trigger-source-cells = <0>;
29 };
30 };
31
32 &usb_phy {
33 status = "okay";
34 };