summaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/monolith/onboard.h
blob: ddd0b71d9da6dd9ef7b6c29ecd3adc40cd530eb0 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef ONBOARD_H
#define ONBOARD_H

#define ITE8528_CMD_PORT	0x6E
#define ITE8528_DATA_PORT	0x6F

#endif