diff options
Diffstat (limited to 'target/linux/ath79/dts/qca9558_sophos_ap55.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9558_sophos_ap55.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9558_sophos_ap55.dts b/target/linux/ath79/dts/qca9558_sophos_ap55.dts new file mode 100644 index 0000000000..9a3fd61c93 --- /dev/null +++ b/target/linux/ath79/dts/qca9558_sophos_ap55.dts @@ -0,0 +1,21 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT + +#include "qca9558_sophos_ap.dtsi" + +/ { + compatible = "sophos,ap55", "qca,qca9558"; + model = "Sophos AP55"; +}; + +®_usb_vbus { + status = "okay"; +}; + +&usb_phy0 { + status = "okay"; +}; + +&usb0 { + status = "okay"; + dr_mode = "host"; +}; |