blob: f0c18a9e0020763aeb7162438e3948588f63780f (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_FINTEK_F71859_H
#define SUPERIO_FINTEK_F71859_H
/* Logical Device Numbers (LDN). */
#define F71859_SP1 0x03 /* UART1 */
#endif /* SUPERIO_FINTEK_F71859_H */
|