Lines Matching +full:bcm2835 +full:- +full:i2c
2 * bcm2708 aka bcm2835/2836 aka Raspberry Pi/Pi2 SoC platform defines
5 * arch/arm/mach-{bcm2708,bcm2709}/include/mach/platform.h
25 * https://github.com/hermanhermitage/videocoreiv/wiki/MMIO-Register-map
34 /* Registered machine type (matches RPi Foundation bootloader and U-Boot) */
37 #define TYPE_RASPI_BASE_MACHINE MACHINE_TYPE_NAME("raspi-base")
73 #define MPHI_OFFSET 0x6000 /* Message-based Parallel Host Intf. */
74 #define DMA_OFFSET 0x7000 /* DMA controller, channels 0-14 */
92 #define BSC0_OFFSET 0x205000 /* BSC0 I2C/TWI */
114 #define BSC1_OFFSET 0x804000 /* BSC1 I2C/TWI */
115 #define BSC2_OFFSET 0x805000 /* BSC2 I2C/TWI */
213 * TODO: this is really SoC-specific; we might want to
214 * set it per-SoC if it turns out any guests care.