GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IIC_GPIOMUX(4) FreeBSD Kernel Interfaces Manual IIC_GPIOMUX(4)

iic_gpiomux
driver for I2C mux hardware controlled via GPIO

To compile this driver into the kernel, place the following line in your kernel configuration file:
device iic_gpiomux

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

iic_gpiomux_load="YES"

The iic_gpiomux driver supports any type of I2C bus multiplexer (mux) hardware that is controlled by manipulating the state of one or more GPIO pins. It automatically connects an upstream I2C bus to one of the 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).

On an fdt(4) based system, an iic_gpiomux device node may be defined as a child node of any arbitrary bus in the FDT data. The i2c-parent property indicates the connection to the upstream I2C bus. The children of the iic_gpiomux node are additional i2c buses, which will have their own i2c slave devices described in their child nodes.

The iic_gpiomux driver conforms to the standard i2c/i2c-mux-gpio.txt bindings document.

iicbus(4), iicmux(4),

The iic_gpiomux driver first appeared in FreeBSD 13.0.
January 1, 2020 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.