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