blob: 55251ee7f0a8a6d4f19cbd4c1090c6a6606d64c3 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -04002/*
3 * keystone: i2c driver definitions
4 *
5 * (C) Copyright 2014
6 * Texas Instruments Incorporated, <www.ti.com>
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -04007 */
8#ifndef _I2C_DEFS_H_
9#define _I2C_DEFS_H_
10
11#define I2C0_BASE 0x02530000
12#define I2C1_BASE 0x02530400
13#define I2C2_BASE 0x02530800
14#define I2C_BASE I2C0_BASE
15
16#endif