blob: d4256526cc7101141ed88d9e442c58bb06cb533a [file] [log] [blame]
Vitaly Andrianov7bcf4d62014-04-04 13:16:53 -04001/*
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