0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-02-16 12:45:48 +00:00
openwrt/target/linux/ath79/dts/qca9558_sophos_ap55.dts
Rosen Penev 4abd819683 ath79: remove dr_mode and vbus-supply
ath79 uses the generic-ehci driver, which does not support regulators
using vbus-supply.

dr_mode is also not useful as the driver does not support multiple
modes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17486
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-01-08 14:55:28 +01:00

21 lines
265 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "qca9558_sophos_ap.dtsi"
/ {
compatible = "sophos,ap55", "qca,qca9558";
model = "Sophos AP55";
};
&reg_usb_vbus {
status = "okay";
};
&usb_phy0 {
status = "okay";
};
&usb0 {
status = "okay";
};