|
NAMEpca954x —
driver for PCA9548A I2C switch
SYNOPSISTo compile this driver into the kernel, place the following line in your kernel configuration file:device pca954x
device iicmux
device iicbus Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): pca954x_load="YES" DESCRIPTIONThepca954x driver supports the PCA9548A I2C bus switch
and compatible chips such as TCA9548A. It automatically connects an upstream
I2C bus to one of several downstream buses as needed when slave devices on the
downstream buses initiate I/O. More information on the automatic switching
behavior is available in
iicmux(4).
FDT CONFIGURATIONOn an FDT(4) based system, anpca954x device node is defined as a
child node of its upstream I2C bus. The children of the
pca954x node are additional I2C buses, which will have
their own I2C slave devices described in their child nodes.
The
The
HINTS CONFIGURATIONOn a device.hints(5) based system, these values are configurable forpca954x :
When configured via hints, the driver automatically adds an iicbus(4) instance for every downstream bus supported by the chip. There is currently no way to indicate used versus unused channels. SEE ALSOiicbus(4), iicmux(4)HISTORYThepca954x driver and this manual page was written by
Andriy Gapon
<avg@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |