specify irq numbers for rkiic so we can avoid polled mode when possible

This commit is contained in:
jmcneill 2014-12-30 17:28:52 +00:00
parent eb139c05f1
commit 211b6cbf4d
1 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ROCKCHIP,v 1.6 2014/12/30 17:16:29 jmcneill Exp $
# $NetBSD: ROCKCHIP,v 1.7 2014/12/30 17:28:52 jmcneill Exp $
#
# Rockchip RK3066/RK3188 based SBC (Single Board Computer)
#
@ -179,11 +179,11 @@ com0 at obio0 addr 0x20064000 size 0x400 intr 68 mult 4 # UART2 (console)
options CONSADDR=0x20064000, CONSPEED=115200
# I2C controllers
rkiic0 at obio0 addr 0x2002c000 size 0x2000 port 0
rkiic1 at obio0 addr 0x2002e000 size 0x2000 port 1
rkiic2 at obio0 addr 0x20054000 size 0x4000 port 2
rkiic3 at obio0 addr 0x20058000 size 0x4000 port 3
rkiic4 at obio0 addr 0x2005c000 size 0x4000 port 4
rkiic0 at obio0 addr 0x2002c000 size 0x2000 intr 72 port 0
rkiic1 at obio0 addr 0x2002e000 size 0x2000 intr 73 port 1
rkiic2 at obio0 addr 0x20054000 size 0x4000 intr 74 port 2
rkiic3 at obio0 addr 0x20058000 size 0x4000 intr 75 port 3
rkiic4 at obio0 addr 0x2005c000 size 0x4000 intr 84 port 4
iic* at rkiic?
# SD/MMC