i2c: muxes: Add PCA9541 i2c arbitrator driver
authorPadmarao Begari <padmarao.begari@amd.com>
Mon, 23 Jun 2025 08:24:39 +0000 (13:54 +0530)
committerHeiko Schocher <hs@denx.de>
Sat, 12 Jul 2025 05:36:51 +0000 (07:36 +0200)
commit55d6d715a409c0938c33407eae2be9c3351f039d
tree8c85fe92c6746dab1b32175ac3152a5b9caba424
parent4d104f0f5e12694dee56a4eb52bf59c79ff2945d
i2c: muxes: Add PCA9541 i2c arbitrator driver

Add a driver for the PCA9541 i2c bus arbitrator based
on the Linux driver for the same device.

Co-developed-by: Jonathan Stroud <jonathan.stroud@amd.com>
Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com>
Signed-off-by: Padmarao Begari <padmarao.begari@amd.com>
drivers/i2c/muxes/Kconfig
drivers/i2c/muxes/Makefile
drivers/i2c/muxes/pca9541.c [new file with mode: 0644]