blob: d5501ad10e71d91f2c9cfe5295a60a2700c8102c [file] [log] [blame]
Angel Ponse178df22021-02-19 20:08:50 +01001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef _INTELPCH_SMBUS_H_
4#define _INTELPCH_SMBUS_H_
5
Marek Maslanka06798cd2024-01-17 14:57:36 +00006#include <soc/intel/common/tco.h>
Angel Ponse178df22021-02-19 20:08:50 +01007
8/*
9 * Default slave address value for PCH. This value is set to match default
10 * value set by hardware. It is useful since PCH is able to respond even
11 * before CPU is up. This is reset by RSMRST# but not by PLTRST#.
12 */
13#define SMBUS_SLAVE_ADDR 0x44
14
15#endif