diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/usr9108.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/usr9108.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/usr9108.dts b/target/linux/brcm63xx/dts/usr9108.dts index 40d7e1c548..b50d597f43 100644 --- a/target/linux/brcm63xx/dts/usr9108.dts +++ b/target/linux/brcm63xx/dts/usr9108.dts @@ -5,6 +5,19 @@ / { model = "USRobotics 9108"; compatible = "usr,9108", "brcm,bcm6348"; + + gpio-leds { + compatible = "gpio-leds"; + + usb { + label = "96348GW-A::usb"; + gpios = <&gpio0 0 1>; + }; + dsl { + label = "96348GW-A::adsl"; + gpios = <&gpio0 3 1>; + }; + }; }; &pflash { |