diff options
Diffstat (limited to 'target/linux/lantiq/dts/P2812HNUF1.dts')
-rw-r--r-- | target/linux/lantiq/dts/P2812HNUF1.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/P2812HNUF1.dts b/target/linux/lantiq/dts/P2812HNUF1.dts index 4dcaf27dab..317499bbdc 100644 --- a/target/linux/lantiq/dts/P2812HNUF1.dts +++ b/target/linux/lantiq/dts/P2812HNUF1.dts @@ -5,6 +5,13 @@ / { model = "P2812HNUF1 - ZyXEL P-2812HNU-F1"; + chosen { + leds { + usb = &usb1; + usb2 = &usb2; + }; + }; + fpi@10000000 { localbus@0 { nand-parts@0 { @@ -42,4 +49,15 @@ compatible = "ralink,eeprom"; ralink,eeprom = "RT3062.eeprom"; }; + + gpio-leds { + usb1: usb1 { + label = "p2812hnuf1:green:usb1"; + gpios = <&gpio 38 1>; + }; + usb2: usb2 { + label = "p2812hnuf1:green:usb2"; + gpios = <&gpio 44 1>; + }; + }; }; |