blob: a4d0366bf6ec782d56d8c8fab4ed620d3da365b2 [file] [log] [blame]
Marc Jones43882f12010-09-10 22:13:34 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2010 Marc Jones <marcj303@gmail.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
Marc Jones43882f12010-09-10 22:13:34 +000015 */
16
Edward O'Callaghan6d51f6b2014-04-23 17:01:45 +100017#ifndef SUPERIO_FINTEK_F71859_H
18#define SUPERIO_FINTEK_F71859_H
Marc Jones43882f12010-09-10 22:13:34 +000019
Uwe Hermann7fa08192010-11-08 20:55:24 +000020/* Logical Device Numbers (LDN). */
Marc Jones43882f12010-09-10 22:13:34 +000021#define F71859_SP1 0x03 /* UART1 */
22
Edward O'Callaghan6d51f6b2014-04-23 17:01:45 +100023#endif /* SUPERIO_FINTEK_F71859_H */