]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-keystone/i2c_defs.h
Merge remote-tracking branch 'u-boot/master' into test
[karo-tx-uboot.git] / arch / arm / include / asm / arch-keystone / i2c_defs.h
1 /*
2  * keystone: i2c driver definitions
3  *
4  * (C) Copyright 2014
5  *     Texas Instruments Incorporated, <www.ti.com>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9 #ifndef _I2C_DEFS_H_
10 #define _I2C_DEFS_H_
11
12 #define I2C0_BASE               0x02530000
13 #define I2C1_BASE               0x02530400
14 #define I2C2_BASE               0x02530800
15 #define I2C_BASE                I2C0_BASE
16
17 #endif