diff options
Diffstat (limited to 'target/linux/ramips/dts/OY-0001.dts')
-rw-r--r-- | target/linux/ramips/dts/OY-0001.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/OY-0001.dts b/target/linux/ramips/dts/OY-0001.dts index 0fe372dd3a..a982477244 100644 --- a/target/linux/ramips/dts/OY-0001.dts +++ b/target/linux/ramips/dts/OY-0001.dts @@ -9,6 +9,10 @@ compatible = "ohyeah,oy-0001", "ralink,mt7620a-soc"; model = "OY-0001"; + aliases { + led-status = &led_power; + }; + chosen { bootargs = "console=ttyS0,115200"; }; @@ -16,7 +20,7 @@ gpio-leds { compatible = "gpio-leds"; - powerled { + led_power: powerled { label = "oy-0001:green:power"; gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; }; |