Commit 72961e14 authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo
Browse files

arm64: dts: imx95-19x19-evk: Add pca9632 node



Add an I2C controlled 4-bit LED driver PCA9632 under lpi2c3.

Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0898ed68
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -310,6 +310,19 @@ i2c3_gpio_expander_20: gpio@20 {
		reg = <0x20>;
		vcc-supply = <&reg_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 {