blob: 0465109bc3a3a55d69a3d70615992db4e32ec92e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "ar9331_alfa-network_ap121f.dtsi"
/ {
model = "ALFA Network AP121F";
compatible = "alfa-network,ap121f", "qca,ar9331";
};
&usb {
dr_mode = "host";
};
|