b82b740dcd68c69118945d0251dcfecced2a5fc1
[openwrt/staging/robimarko.git] / target / linux / ramips / dts / mt7628an_wrtnode_wrtnode2p.dts
1 #include "mt7628an_wrtnode_wrtnode2.dtsi"
2
3 / {
4 compatible = "wrtnode,wrtnode2p", "wrtnode,wrtnode2", "mediatek,mt7628an-soc";
5 model = "WRTnode2P";
6
7 aliases {
8 led-boot = &led_indicator;
9 led-failsafe = &led_indicator;
10 led-running = &led_indicator;
11 led-upgrade = &led_indicator;
12 };
13
14 leds {
15 compatible = "gpio-leds";
16
17 led_indicator: indicator {
18 function = LED_FUNCTION_INDICATOR;
19 color = <LED_COLOR_ID_BLUE>;
20 gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
21 };
22 };
23 };
24
25 &state_default {
26 gpio {
27 groups = "i2c", "gpio";
28 function = "gpio";
29 };
30 #include <dt-bindings/leds/common.h>
31
32 };