mirror of https://github.com/F-Stack/f-stack.git
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
# Dallas Semiconductor DS1672 RTC sitting on the I2C bus
|
||
|
hint.ds1672_rtc.0.at="iicbus0"
|
||
|
hint.ds1672_rtc.0.addr=0xd0
|
||
|
|
||
|
# National Semiconductor LM75 temperature sensor sitting on the I2C bus
|
||
|
hint.lm75.0.at="iicbus0"
|
||
|
hint.lm75.0.addr=0x9e
|
||
|
|
||
|
# Atmel SPIflash sitting on the spibus
|
||
|
hint.at45d.0.at="spibus0"
|
||
|
hint.at45d.0.addr=0x00
|