tn3399_openwrt/target/linux/ath79/dts/ar9342_ubnt_lap-120.dts
Nick Hainke 28a211808a ath79: create DTSI files for ubnt WA 1-/2-port devices
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>
2020-11-03 18:34:10 +01:00

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";
};