blob: 05723145dc1e85c7c3b42c9885a54e27bba05146 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef X9SCL_H
#define X9SCL_H
#define X9SCL_NCT6776_PNP_BASE 0x002e
#define X9SCL_NCT6776_HWM_BASE 0x0a30
#define X9SCL_NCT6776_GPIO_BASE 0x0a80
#define X9SCL_WPCM450_KCS_BASE 0x0ca2
#define X9SCL_WPCM450_PNP_BASE 0x164e
#endif /* X9SCL_H */
|