Add the Raspberry Pi BSC (I2C compliant) controller driver. Reviewed by: rpaulo MFC r256961: Enable the build of OFW I2C bus for FDT systems. MFC r258045: As all the IIC controllers on system uses the same 'iichb' prefix we cannot rely only on checking the device unit to indentify the BSC unit we are attaching to. Make use of the device base address to identify our BSC unit. MFC r259127: Bring the RPi I2C driver in line with ti_i2c. Make it treat any slave address as a 7-bit address. Approved by: adrian (mentor)
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
# $FreeBSD$
|
|
|
|
arm/broadcom/bcm2835/bcm2835_bsc.c optional bcm2835_bsc
|
|
arm/broadcom/bcm2835/bcm2835_dma.c standard
|
|
arm/broadcom/bcm2835/bcm2835_fb.c optional sc
|
|
arm/broadcom/bcm2835/bcm2835_gpio.c optional gpio
|
|
arm/broadcom/bcm2835/bcm2835_intr.c standard
|
|
arm/broadcom/bcm2835/bcm2835_machdep.c standard
|
|
arm/broadcom/bcm2835/bcm2835_mbox.c standard
|
|
arm/broadcom/bcm2835/bcm2835_sdhci.c optional sdhci
|
|
arm/broadcom/bcm2835/bcm2835_spi.c optional bcm2835_spi
|
|
arm/broadcom/bcm2835/bcm2835_systimer.c standard
|
|
arm/broadcom/bcm2835/bcm2835_wdog.c standard
|
|
arm/broadcom/bcm2835/bus_space.c optional fdt
|
|
arm/broadcom/bcm2835/common.c optional fdt
|
|
arm/broadcom/bcm2835/dwc_otg_brcm.c optional dwcotg
|
|
|
|
arm/arm/bus_space_generic.c standard
|
|
arm/arm/bus_space_asm_generic.S standard
|
|
arm/arm/cpufunc_asm_arm11.S standard
|
|
arm/arm/cpufunc_asm_arm11x6.S standard
|
|
arm/arm/cpufunc_asm_armv5.S standard
|
|
arm/arm/cpufunc_asm_armv6.S standard
|
|
arm/arm/irq_dispatch.S standard
|
|
|
|
kern/kern_clocksource.c standard
|
|
|
|
dev/mbox/mbox_if.m standard
|