2018-05-07 08:10:49 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
2018-05-06 08:20:11 +00:00
|
|
|
|
2020-03-11 01:06:02 +00:00
|
|
|
#include "ar7241.dtsi"
|
|
|
|
#include "ar724x_ubnt_xm.dtsi"
|
|
|
|
#include "ar724x_ubnt_xm_outdoor.dtsi"
|
2018-05-06 08:20:11 +00:00
|
|
|
|
|
|
|
/ {
|
2018-12-06 10:16:47 +00:00
|
|
|
compatible = "ubnt,rocket-m", "ubnt,xm", "qca,ar7241";
|
2020-07-15 16:41:57 +00:00
|
|
|
model = "Ubiquiti Rocket M (XM)";
|
2018-05-06 08:20:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
ð1 {
|
2018-07-17 09:09:14 +00:00
|
|
|
compatible = "syscon", "simple-mfd";
|
2018-05-06 08:20:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usb_phy {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb {
|
|
|
|
status = "okay";
|
|
|
|
};
|