ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar9344_mikrotik_routerboard-911-lite.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 model = "MikroTik RouterBOARD 911-2Hn/5Hn (Lite2/Lite5)";
10 compatible = "mikrotik,routerboard-911-lite", "qca,ar9344";
11 };
12
13 &leds {
14 pinctrl-names = "default";
15 pinctrl-0 = <&enable_gpio_20>;
16
17 lan {
18 function = LED_FUNCTION_LAN;
19 color = <LED_COLOR_ID_GREEN>;
20 gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
21 };
22
23 power {
24 function = LED_FUNCTION_POWER;
25 color = <LED_COLOR_ID_GREEN>;
26 gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
27 default-state = "on";
28 };
29
30 led_user: user {
31 label = "green:user";
32 gpios = <&gpio 3 (GPIO_ACTIVE_LOW|GPIO_OPEN_DRAIN)>;
33 };
34 };
35
36 &pinmux {
37 enable_gpio_20: pinmux_gpio_out_function5 {
38 pinctrl-single,bits = <0x14 0x0 0xff>;
39 };
40 };