ARM: dts: blanche: add support for general purpose LEDs
Add support for the general purpose LEDs on the Blanche board. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
9e1019c690
commit
996453571b
|
@ -159,6 +159,23 @@
|
|||
};
|
||||
};
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
led17 {
|
||||
gpios = <&gpio10 10 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
led18 {
|
||||
gpios = <&gpio10 11 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
led19 {
|
||||
gpios = <&gpio10 12 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
led20 {
|
||||
gpios = <&gpio10 23 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
|
||||
vcc_sdhi0: regulator-vcc-sdhi0 {
|
||||
compatible = "regulator-fixed";
|
||||
|
||||
|
|
Loading…
Reference in New Issue