diff options
Diffstat (limited to 'target/linux/ramips/dts/PBR-D1.dts')
-rw-r--r-- | target/linux/ramips/dts/PBR-D1.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/PBR-D1.dts b/target/linux/ramips/dts/PBR-D1.dts index 78a36577c0..e9a71f90ee 100644 --- a/target/linux/ramips/dts/PBR-D1.dts +++ b/target/linux/ramips/dts/PBR-D1.dts @@ -9,6 +9,10 @@ compatible = "d-team,pbr-d1", "mediatek,mt7628an-soc"; model = "PBR-D1"; + aliases { + led-status = &led_power; + }; + chosen { bootargs = "console=ttyS0,115200"; }; @@ -31,7 +35,7 @@ default-state = "off"; }; - power { + led_power: power { label = "pbr-d1:orange:power"; gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; default-state = "on"; |