mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02:00
arm64: dts: imx95-19x19-evk: Add pca9632 node
Add an I2C controlled 4-bit LED driver PCA9632 under lpi2c3. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
0898ed6832
commit
72961e143d
|
|
@ -310,6 +310,19 @@ i2c3_gpio_expander_20: gpio@20 {
|
|||
reg = <0x20>;
|
||||
vcc-supply = <®_3p3v>;
|
||||
};
|
||||
|
||||
pca9632: pca9632@62 {
|
||||
compatible = "nxp,pca9632";
|
||||
reg = <0x62>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
led_baclklight: led@0 {
|
||||
reg = <0>;
|
||||
label = "backlight";
|
||||
linux,default-trigger = "none";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&lpi2c4 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user