blob: 15c3d29e35f3384526cf5999a690e9501cf07688 (
plain)
1
2
3
4
5
6
7
8
|
// These are arbitrary, but must match declarations in the mainboard config file.
// Values chosen to match SMSC 47B37x.
#define LPC47N217_PP 3 /* Parallel Port */
#define LPC47N217_SP1 4 /* Com1 */
#define LPC47N217_SP2 5 /* Com2 */
#define LPC47N217_MAX_CONFIG_REGISTER 0x39
|