repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
minix
/
drivers
/
bus
/
i2c
/
arch
/
earm
/
i2c.conf
blob
6112f91c735b5d85299237a2dc36e289cdd18212
1
service i2c
2
{
3
system
4
PRIVCTL # 4
5
IRQCTL # 19
6
PADCONF # 57
7
;
8
irq
9
# DM37XX (BeagleBoard-xM)
10
56 # I2C module 1
11
57 # I2C module 2
12
61 # I2C module 3
13
# AM335X (BeagleBone)
14
70 # I2C module 1
15
71 # I2C module 2
16
30 # I2C module 3
17
;
18
ipc SYSTEM RS DS;
19
};
20