Commit 2f40c6df authored by Ravi Gunasekaran's avatar Ravi Gunasekaran Committed by Vignesh Raghavendra

arm64: dts: ti: k3-am654-base-board: Add I2C I/O expander

AM654 baseboard has two TCA9554 I/O expander on the WKUP_I2C0 bus.
The expander at address 0x38 is used to detect daughter cards.
Add a node for this I/O expander.
Signed-off-by: default avatarRavi Gunasekaran <r-gunasekaran@ti.com>
Reviewed-by: default avatarAndrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20230920053834.21399-1-r-gunasekaran@ti.comSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent a1cd710f
...@@ -369,6 +369,13 @@ vdd_mpu: regulator@60 { ...@@ -369,6 +369,13 @@ vdd_mpu: regulator@60 {
ti,enable-vout-discharge; ti,enable-vout-discharge;
}; };
gpio@38 {
compatible = "nxp,pca9554";
reg = <0x38>;
gpio-controller;
#gpio-cells = <2>;
};
pca9554: gpio@39 { pca9554: gpio@39 {
compatible = "nxp,pca9554"; compatible = "nxp,pca9554";
reg = <0x39>; reg = <0x39>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment