summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Paulo Gonçalves <joao.goncalves@toradex.com>2025-09-29 16:50:13 -0300
committerJoão Paulo Gonçalves <joao.goncalves@toradex.com>2025-10-09 12:42:37 -0300
commit8b75e6bb8b130671f00c07cf650505dc19d73bf1 (patch)
tree8d9384f31049c48fd82b37008c473aad50513c7d
parent4f5402464092b96f19a4969faaca6503b17fec64 (diff)
arm64: dts: freescale: imx95-aquila: Add DSI I2C mux on dev board
Add the I2C Mux (0x70) present on the DSI connector of the Aquila Development Board. Upstream-Status: Pending Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts b/arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts
index 47d52e3ef4fb..56411473c61c 100644
--- a/arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts
+++ b/arch/arm64/boot/dts/freescale/imx95-aquila-dev.dts
@@ -300,6 +300,27 @@
/* Aquila I2C_3_DSI1/I2C_5_CSI2 */
&lpi2c8 {
status = "okay";
+
+ i2c-mux@70 {
+ compatible = "nxp,pca9543";
+ reg = <0x70>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ /* I2C on DSI Connector Pin #4 and #6 */
+ i2c_dsi_0: i2c@0 {
+ reg = <0>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+
+ /* I2C on DSI Connector Pin #52 and #54 */
+ i2c_dsi_1: i2c@1 {
+ reg = <1>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+ };
};
/* Aquila SPI_1 */