diff options
Diffstat (limited to 'target/linux/ramips/dts/WRTNODE2R.dts')
-rw-r--r-- | target/linux/ramips/dts/WRTNODE2R.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WRTNODE2R.dts b/target/linux/ramips/dts/WRTNODE2R.dts index abcbc73775..469d65c350 100644 --- a/target/linux/ramips/dts/WRTNODE2R.dts +++ b/target/linux/ramips/dts/WRTNODE2R.dts @@ -6,10 +6,14 @@ compatible = "wrtnode,wrtnode2r", "wrtnode,wrtnode2", "mediatek,mt7628an-soc"; model = "WRTnode2R"; + aliases { + led-status = &led_indicator; + }; + gpio-leds { compatible = "gpio-leds"; - indicator { + led_indicator: indicator { label = "wrtnode:blue:indicator"; gpios = <&gpio1 12 GPIO_ACTIVE_LOW>; }; |