mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
22 lines
284 B
Plaintext
22 lines
284 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";
|
||
|
};
|
||
|
|
||
|
®_usb_vbus {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&usb_phy0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&usb0 {
|
||
|
status = "okay";
|
||
|
dr_mode = "host";
|
||
|
};
|