boards: stm32: argonkey: Add support to led controller
The ArgonKey board has 12 leds controlled by TI LP3943 led controller. Add the support in the BSP. Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
parent
059952c8e1
commit
ef33b79d58
3 changed files with 13 additions and 0 deletions
|
@ -95,4 +95,10 @@
|
|||
&i2c3 {
|
||||
status = "ok";
|
||||
clock-frequency = <I2C_BITRATE_STANDARD>;
|
||||
|
||||
lp3943@60 {
|
||||
compatible = "ti,lp3943";
|
||||
reg = <0x60>;
|
||||
label = "LP3943";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue