]> Git Repo - J-u-boot.git/blame - arch/arm/include/asm/omap_i2c.h
gpio: do not include <asm/arch/gpio.h> on ARCH_QEMU
[J-u-boot.git] / arch / arm / include / asm / omap_i2c.h
CommitLineData
5f97ae68
JJH
1/* SPDX-License-Identifier: GPL-2.0 */
2
3#ifndef _OMAP_I2C_H
4#define _OMAP_I2C_H
5
5f97ae68
JJH
6#ifdef CONFIG_DM_I2C
7
8/* Information about a GPIO bank */
8a8d24bd 9struct omap_i2c_plat {
5f97ae68
JJH
10 ulong base; /* address of registers in physical memory */
11 int speed;
12 int ip_rev;
13};
14
15#endif
16
17enum {
18 OMAP_I2C_REV_V1 = 0,
19 OMAP_I2C_REV_V2 = 1,
20};
21
22#endif /* _OMAP_I2C_H */
This page took 0.280782 seconds and 4 git commands to generate.