xref: /netbsd-src/sys/arch/arm/gemini/lpc_com.h (revision 2842dccfaa34860728cb9975a17f92c88c9bac50)
1 /*	$NetBSD: lpc_com.h,v 1.1 2008/11/09 09:15:42 cliff Exp $	*/
2 
3 #ifndef _ARM_GEMINI_LPC_COM_H
4 #define _ARM_GEMINI_LPC_COM_H
5 
6 #define IT8712F_UART_SIZE	8
7 
8 #define IT8712F_COM_FREQ	(24000000 / 13)
9 
10 #endif /* _ARM_GEMINI_LPC_COM_H */
11 
12