diff options
Diffstat (limited to 'target/linux/ramips/dts/PSG1218B.dts')
-rw-r--r-- | target/linux/ramips/dts/PSG1218B.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/PSG1218B.dts b/target/linux/ramips/dts/PSG1218B.dts index 2dfa7635d1..86b1194b7a 100644 --- a/target/linux/ramips/dts/PSG1218B.dts +++ b/target/linux/ramips/dts/PSG1218B.dts @@ -6,9 +6,13 @@ compatible = "phicomm,psg1218b", "phicomm,psg1218", "ralink,mt7620a-soc"; model = "Phicomm PSG1218 rev.B"; + aliases { + led-status = &led_blue; + }; + gpio-leds { compatible = "gpio-leds"; - blue { + led_blue: blue { label = "psg1218b:blue:status"; gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; }; |