2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2012-01-22 23:47:01 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2012
|
|
|
|
* Texas Instruments, <www.ti.com>
|
|
|
|
*/
|
2013-10-22 09:03:18 +00:00
|
|
|
#ifndef _I2C_AM33XX_H_
|
|
|
|
#define _I2C_AM33XX_H_
|
2012-01-22 23:47:01 +00:00
|
|
|
|
2018-12-07 13:50:42 +00:00
|
|
|
#include <asm/omap_i2c.h>
|
|
|
|
|
2012-01-22 23:47:01 +00:00
|
|
|
#define I2C_BASE1 0x44E0B000
|
|
|
|
#define I2C_BASE2 0x4802A000
|
|
|
|
#define I2C_BASE3 0x4819C000
|
|
|
|
|
|
|
|
#define I2C_DEFAULT_BASE I2C_BASE1
|
|
|
|
|
|
|
|
#define I2C_IP_CLK 48000000
|
2012-05-21 06:46:32 +00:00
|
|
|
#define I2C_INTERNAL_SAMPLING_CLK 12000000
|
2012-01-22 23:47:01 +00:00
|
|
|
|
2013-10-22 09:03:18 +00:00
|
|
|
#endif /* _I2C_AM33XX_H_ */
|