diff options
Diffstat (limited to 'target/linux/ramips/dts/VR500.dts')
-rw-r--r-- | target/linux/ramips/dts/VR500.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/VR500.dts b/target/linux/ramips/dts/VR500.dts index 776cc2ac5c..832c61f58a 100644 --- a/target/linux/ramips/dts/VR500.dts +++ b/target/linux/ramips/dts/VR500.dts @@ -9,6 +9,10 @@ compatible = "planex,vr500", "mediatek,mt7621-soc"; model = "Planex VR500"; + aliases { + led-status = &led_power; + }; + memory@0 { device_type = "memory"; reg = <0x0 0x10000000>; @@ -21,7 +25,7 @@ gpio-leds { compatible = "gpio-leds"; - power { + led_power: power { label = "vr500:green:power"; gpios = <&gpio1 13 GPIO_ACTIVE_LOW>; }; |