Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 2 | /* |
Karicheri, Muralidharan | f89c87f | 2014-04-04 13:16:51 -0400 | [diff] [blame] | 3 | * (C) Copyright 2004-2014 |
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 4 | * Texas Instruments, <www.ti.com> |
5 | * | ||||
6 | * Some changes copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> | ||||
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 7 | */ |
Karicheri, Muralidharan | f89c87f | 2014-04-04 13:16:51 -0400 | [diff] [blame] | 8 | #ifndef _I2C_DEFS_H_ |
9 | #define _I2C_DEFS_H_ | ||||
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 10 | |
Nick Thompson | 4c1e509 | 2009-11-12 11:06:08 -0500 | [diff] [blame] | 11 | #define I2C_BASE 0x01c22000 |
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 12 | |
Sergey Kubushyn | e8f3912 | 2007-08-10 20:26:18 +0200 | [diff] [blame] | 13 | #endif |