53c474abbd
This target aims to replace ar71xx mid-term. The big part that is still missing is making the MMIO/AHB wifi work using OF. NAND and mikrotik subtargets will follow. Signed-off-by: John Crispin <john@phrozen.org>
21 lines
253 B
Text
21 lines
253 B
Text
// 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";
|
|
};
|