28a211808a
The ar9342 Ubiquiti WA devices appear to only have two different network setups, based on the number of ethernet ports. Create DTSI files for them to consolidate duplicate definitions. Signed-off-by: Nick Hainke <vincent@systemli.org> [rephrase commit message/title] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
#include "ar9342_ubnt_wa_1port.dtsi"
|
|
|
|
/ {
|
|
compatible = "ubnt,lap-120", "ubnt,wa", "qca,ar9342";
|
|
model = "Ubiquiti LiteAP ac (LAP-120)";
|
|
};
|
|
|
|
&wmac {
|
|
status = "disabled";
|
|
};
|