aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/fsp_baytrail/include/soc/i2c.h
blob: 3a4ff2c32b94963c9ec5fc9d8a638bae41ae2e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * This file is part of the coreboot project.
 *
 * Copyright (C) 2014-2019 Siemens AG
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; version 2 of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#ifndef __SOC_INTEL_FSP_BAYTRAIL_I2C_H__
#define __SOC_INTEL_FSP_BAYTRAIL_I2C_H__

#define I2C_SOFTWARE_RESET	0x804
#define  I2C_RESET_APB		(1 << 1)
#define  I2C_RESET_FUNC		(1 << 0)

#endif	/* __SOC_INTEL_FSP_BAYTRAIL_I2C_H__ */