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:
Armando Visconti 2018-07-03 17:11:36 +02:00 committed by Kumar Gala
commit ef33b79d58
3 changed files with 13 additions and 0 deletions

View file

@ -95,4 +95,10 @@
&i2c3 {
status = "ok";
clock-frequency = <I2C_BITRATE_STANDARD>;
lp3943@60 {
compatible = "ti,lp3943";
reg = <0x60>;
label = "LP3943";
};
};