mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "ar9331_alfa-network_ap121f.dtsi"
|
|
|
|
/ {
|
|
model = "ALFA Network AP121FE";
|
|
compatible = "alfa-network,ap121fe", "qca,ar9331";
|
|
};
|
|
|
|
&usb {
|
|
dr_mode = "peripheral";
|
|
};
|