hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * (C) Copyright 2004-2014
 * Texas Instruments, <www.ti.com>
 *
 * Some changes copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
 *
 * SPDX-License-Identifier:    GPL-2.0+
 */
#ifndef _I2C_DEFS_H_
#define _I2C_DEFS_H_
 
#ifndef CONFIG_SOC_DA8XX
#define I2C_BASE        0x01c21000
#else
#define I2C_BASE        0x01c22000
#endif
 
#endif