diff options
| author | 2018-07-26 10:59:07 +0000 | |
|---|---|---|
| committer | 2018-07-26 10:59:07 +0000 | |
| commit | f1906b62da9c47ea23ad743a0487f3a8fce102c2 (patch) | |
| tree | 60f5ab7669ddb92a5130a70e8d228662da8db443 /sys/dev/fdt/files.fdt | |
| parent | Implement calculating the SPI controller frequency in imxccm(4). (diff) | |
| download | wireguard-openbsd-f1906b62da9c47ea23ad743a0487f3a8fce102c2.tar.xz wireguard-openbsd-f1906b62da9c47ea23ad743a0487f3a8fce102c2.zip | |
Add imxspi(4), a driver for the i.MX SPI controller. This is the first
SPI controller in our tree. Add a basic generic SPI infrastructure as
well.
ok kettenis@
Diffstat (limited to 'sys/dev/fdt/files.fdt')
| -rw-r--r-- | sys/dev/fdt/files.fdt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index 372ba82dc2d..f65d9c3a5b8 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.65 2018/07/02 12:46:20 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.66 2018/07/26 10:59:07 patrick Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -250,6 +250,11 @@ device fec: ether, ifnet, mii, ifmedia attach fec at fdt file dev/fdt/if_fec.c fec +define spi {} +device imxspi: spi +attach imxspi at fdt +file dev/fdt/imxspi.c imxspi + attach ccp at fdt with ccp_fdt file dev/fdt/ccp_fdt.c ccp_fdt |
