Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Patil, Rachna | 5f70c51 | 2012-01-22 23:47:01 +0000 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2012 |
| 4 | * Texas Instruments, <www.ti.com> |
Patil, Rachna | 5f70c51 | 2012-01-22 23:47:01 +0000 | [diff] [blame] | 5 | */ |
Heiko Schocher | f53f2b8 | 2013-10-22 11:03:18 +0200 | [diff] [blame] | 6 | #ifndef _I2C_AM33XX_H_ |
| 7 | #define _I2C_AM33XX_H_ |
Patil, Rachna | 5f70c51 | 2012-01-22 23:47:01 +0000 | [diff] [blame] | 8 | |
Jean-Jacques Hiblot | 58994fc | 2018-12-07 14:50:42 +0100 | [diff] [blame] | 9 | #include <asm/omap_i2c.h> |
| 10 | |
Patil, Rachna | 5f70c51 | 2012-01-22 23:47:01 +0000 | [diff] [blame] | 11 | #define I2C_BASE1 0x44E0B000 |
| 12 | #define I2C_BASE2 0x4802A000 |
| 13 | #define I2C_BASE3 0x4819C000 |
Patil, Rachna | 5f70c51 | 2012-01-22 23:47:01 +0000 | [diff] [blame] | 14 | |
| 15 | #define I2C_DEFAULT_BASE I2C_BASE1 |
| 16 | |
Patil, Rachna | 5f70c51 | 2012-01-22 23:47:01 +0000 | [diff] [blame] | 17 | #define I2C_IP_CLK 48000000 |
Tom Rini | 74349c6 | 2012-05-21 06:46:32 +0000 | [diff] [blame] | 18 | #define I2C_INTERNAL_SAMPLING_CLK 12000000 |
Patil, Rachna | 5f70c51 | 2012-01-22 23:47:01 +0000 | [diff] [blame] | 19 | |
Heiko Schocher | f53f2b8 | 2013-10-22 11:03:18 +0200 | [diff] [blame] | 20 | #endif /* _I2C_AM33XX_H_ */ |