blob: e0342ec08d4f232fe70432a07f761415fd400219 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "ar7241.dtsi"
#include "ar724x_ubnt_xm.dtsi"
#include "ar724x_ubnt_xm_outdoor.dtsi"
/ {
compatible = "ubnt,rocket-m", "ubnt,xm", "qca,ar7241";
model = "Ubiquiti Rocket M (XM)";
};
ð1 {
compatible = "syscon", "simple-mfd";
};
&usb_phy {
status = "okay";
};
&usb {
status = "okay";
};
|