mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 02:29:01 +00:00
22 lines
253 B
Plaintext
22 lines
253 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "ar7241_ubnt-xm.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "ubnt,rm", "qca,ar7241";
|
||
|
model = "Ubiquiti Rocket M";
|
||
|
};
|
||
|
|
||
|
ð1 {
|
||
|
compatible = "syscon";
|
||
|
};
|
||
|
|
||
|
&usb_phy {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&usb {
|
||
|
status = "okay";
|
||
|
};
|