diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-05-07 20:10:27 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2017-05-10 16:16:09 +0200 |
commit | 6def1b24d537e9444b2d63bde0862b3572ca9d05 (patch) | |
tree | 935017bff23d4a03cf28f7e8377cb8372d7e3940 /arch/mips/dts/comtrend,ar-5387un.dts | |
parent | 65a7c955fa6504afdc24164cbc60525d1452ca5e (diff) |
mips: bmips: add Comtrend AR-5387un bcm6328-leds
This board has several LEDs attached to its BCM6328 led controller.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/mips/dts/comtrend,ar-5387un.dts')
-rw-r--r-- | arch/mips/dts/comtrend,ar-5387un.dts | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/mips/dts/comtrend,ar-5387un.dts b/arch/mips/dts/comtrend,ar-5387un.dts index 73f3be457c..73f2b49b76 100644 --- a/arch/mips/dts/comtrend,ar-5387un.dts +++ b/arch/mips/dts/comtrend,ar-5387un.dts @@ -21,6 +21,36 @@ }; }; +&leds { + status = "okay"; + + led@1 { + reg = <1>; + label = "AR-5387un:red:inet"; + }; + + led@4 { + reg = <4>; + label = "AR-5387un:red:power"; + }; + + led@7 { + reg = <7>; + label = "AR-5387un:green:inet"; + }; + + led@8 { + reg = <8>; + label = "AR-5387un:green:power"; + }; + + led@11 { + reg = <11>; + active-low; + label = "AR-5387un:green:dsl"; + }; +}; + &uart0 { u-boot,dm-pre-reloc; status = "okay"; |