|
NAMEimx_spi —
device driver for the NXP i.MX family Serial Peripheral
Interface (SPI)
SYNOPSISTo compile this driver into the kernel, place the following line in your kernel configuration file:device imx_spi Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): imx_spi_load="YES" DESCRIPTIONTheimx_spi driver provides support for the
‘ECSPI’ (Enhanced Configurable SPI) hardware present on the NXP
i.MX family of processors. While the ECSPI hardware supports both master and
slave mode, this driver currently operates only in master mode.
Due to hardware quirks, the SYSCTL VARIABLESThe following variables are available via sysctl(8), and as loader(8) tunables:
SEE ALSOfdt(4), fdt_pinctrl(4), sysctl(8)HISTORYTheimx_spi driver first appeared in
FreeBSD 12.0.
Visit the GSP FreeBSD Man Page Interface. |