openwrt/target/linux/ath79/dts/qca9531_tplink_tl-wr810n-v1.dts
Adrian Schmutzler eeadbabd7e ath79: remove USB port definition for TP-Link TL-WR810N v1
The USB port definition is only needed when it is linked to a USB
LED. Since there is none for this device, we might as well remove
the port definition.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:28 +00:00

28 lines
520 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "qca953x_tplink_tl-wr810n.dtsi"
/ {
compatible = "tplink,tl-wr810n-v1", "qca,qca9531";
model = "TP-Link TL-WR810N v1";
reg_usb_vbus: reg_usb_vbus {
compatible = "regulator-fixed";
regulator-name = "usb_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&gpio 8 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
};
&usb0 {
status = "okay";
vbus-supply = <&reg_usb_vbus>;
};
&usb_phy {
status = "okay";
};