17 lines
412 B
Plaintext
17 lines
412 B
Plaintext
# $NetBSD: TS7200_LCD,v 1.2 2005/12/11 12:17:06 christos Exp $
|
|
#
|
|
# TS7200_LCD - standard TS7200, but with a 2x24 LCD attached
|
|
# to the LCD header and a 4x4 matrix keypad attached to the DIO
|
|
# header.
|
|
#
|
|
|
|
include "arch/evbarm/conf/TS7200"
|
|
|
|
# HD44780 LCD on LCD header
|
|
tslcd* at tspld?
|
|
wsdisplay* at tslcd? console ?
|
|
|
|
# 4x4 Matrix Keypad on DIO header
|
|
tskp* at tspld?
|
|
wskbd* at tskp? console ? mux 1
|