Home | History | Annotate | Line # | Download | only in conf
TS7200_LCD revision 1.1
      1  1.1  joff #	$NetBSD: TS7200_LCD,v 1.1 2005/08/14 04:34:41 joff Exp $
      2  1.1  joff #
      3  1.1  joff #	TS7200_LCD - standard TS7200, but with a 2x24 LCD attached
      4  1.1  joff #       to the LCD header and a 4x4 matrix keypad attached to the DIO 
      5  1.1  joff #       header.
      6  1.1  joff #
      7  1.1  joff 
      8  1.1  joff include	"arch/evbarm/conf/TS7200"
      9  1.1  joff 
     10  1.1  joff # HD44780 LCD on LCD header
     11  1.1  joff tslcd*		at tspld?
     12  1.1  joff wsdisplay*	at tslcd? console ?
     13  1.1  joff 
     14  1.1  joff # 4x4 Matrix Keypad on DIO header
     15  1.1  joff tskp*		at tspld?
     16  1.1  joff wskbd*	at tskp? console ? mux 1
     17