ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9342_ubnt_bullet-ac.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include "ar9342_ubnt_wa_1port.dtsi"
4
5 / {
6 compatible = "ubnt,bullet-ac", "ubnt,wa", "qca,ar9342";
7 model = "Ubiquiti Bullet AC (2WA)";
8
9 aliases {
10 led-boot = &led_rssi3;
11 led-failsafe = &led_rssi3;
12 led-upgrade = &led_rssi3;
13 };
14
15 leds {
16 compatible = "gpio-leds";
17
18 rssi0 {
19 label = "blue:rssi0";
20 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
21 };
22
23 rssi1 {
24 label = "blue:rssi1";
25 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
26 };
27
28 rssi2 {
29 label = "blue:rssi2";
30 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
31 };
32
33 led_rssi3: rssi3 {
34 label = "blue:rssi3";
35 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
36 };
37 };
38 };