ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9344_mikrotik_routerboard-lhg-5nd.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "ar9344_mikrotik_routerboard.dtsi"
6 #include "ar9344_mikrotik_routerboard-16m-nor.dtsi"
7
8 / {
9 compatible = "mikrotik,routerboard-lhg-5nd", "qca,ar9344";
10 model = "MikroTik RouterBOARD LHG 5nD";
11 };
12
13 &leds {
14 power {
15 function = LED_FUNCTION_POWER;
16 color = <LED_COLOR_ID_BLUE>;
17 gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
18 default-state = "on";
19 };
20
21 led_user: user {
22 label = "white:user";
23 gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
24 };
25
26 lan {
27 function = LED_FUNCTION_LAN;
28 color = <LED_COLOR_ID_GREEN>;
29 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
30 };
31 };