diff options
Diffstat (limited to 'target/linux/ramips/dts/kn.dts')
-rw-r--r-- | target/linux/ramips/dts/kn.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/kn.dts b/target/linux/ramips/dts/kn.dts index 77b047c094..e31d38e54e 100644 --- a/target/linux/ramips/dts/kn.dts +++ b/target/linux/ramips/dts/kn.dts @@ -9,6 +9,10 @@ compatible = "zyxel,keenetic", "ralink,rt3052-soc"; model = "ZyXEL Keenetic"; + aliases { + led-status = &led_power; + }; + cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; @@ -44,7 +48,7 @@ gpio-leds { compatible = "gpio-leds"; - power { + led_power: power { label = "kn:green:power"; gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; |