summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/files.i2c
blob: 525810c1c2e6b1e5434c464c005bda9ab1726e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $OpenBSD: files.i2c,v 1.6 2005/11/12 22:59:06 kettenis Exp $
#	$NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $

define	i2c {[addr = -1], [size = -1]}
device	iic: i2c
attach	iic at i2cbus
file	dev/i2c/i2c.c				iic | i2cbus
file	dev/i2c/i2c_exec.c			iic | i2cbus | i2cexec

# Common module for bit-bang'ing an I2C bus
file	dev/i2c/i2c_bitbang.c			i2c_bitbang

#
# I2C client devices
#

# National Semiconductor LM75/LM77 temperature sensor
device	lmtemp
attach	lmtemp at i2c
file	dev/i2c/lm75.c				lmtemp