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