mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
21 lines
265 B
Plaintext
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";
|
||
|
};
|
||
|
|
||
|
®_usb_vbus {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&usb_phy0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&usb0 {
|
||
|
status = "okay";
|
||
|
};
|