Using GPIO bus.
This commit is contained in:
parent
7e4eb63d0d
commit
ad1152f593
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: OPENBLOCKS200,v 1.11 2006/02/05 05:01:49 cube Exp $
|
||||
# $NetBSD: OPENBLOCKS200,v 1.12 2006/03/14 21:59:12 shige Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -151,7 +151,8 @@ options EMAC_EVENT_COUNTERS
|
|||
gpiic0 at opb? addr ? irq ? # On-chip IIC controller
|
||||
iic0 at gpiic? # I2C bus
|
||||
|
||||
ppcgpio0 at opb? addr ? irq ? # On-chip GPIO controller
|
||||
opbgpio0 at opb? addr ? irq ? # On-chip GPIO controller
|
||||
gpio* at opbgpio? # GPIO bus
|
||||
|
||||
pchb0 at plb? # PCI-Host bridges
|
||||
|
||||
|
|
Loading…
Reference in New Issue