diff options
Diffstat (limited to 'roms/u-boot/arch/arm/mach-davinci/include/mach/i2c_defs.h')
-rw-r--r-- | roms/u-boot/arch/arm/mach-davinci/include/mach/i2c_defs.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-davinci/include/mach/i2c_defs.h b/roms/u-boot/arch/arm/mach-davinci/include/mach/i2c_defs.h new file mode 100644 index 000000000..f12460dd5 --- /dev/null +++ b/roms/u-boot/arch/arm/mach-davinci/include/mach/i2c_defs.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2004-2014 + * Texas Instruments, <www.ti.com> + * + * Some changes copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> + */ +#ifndef _I2C_DEFS_H_ +#define _I2C_DEFS_H_ + +#define I2C_BASE 0x01c22000 + +#endif |