xref: /freebsd/share/man/man4/aw_spi.4 (revision 15c79c6fa60809a9dc627e5051704cf2a556c6db)
1*15c79c6fSMitchell Horne.\"-
2*15c79c6fSMitchell Horne.\" Copyright (c) 2018 Emmanuel Vadot <manu@freebsd.org>
3*15c79c6fSMitchell Horne.\"
4*15c79c6fSMitchell Horne.\" Redistribution and use in source and binary forms, with or without
5*15c79c6fSMitchell Horne.\" modification, are permitted provided that the following conditions
6*15c79c6fSMitchell Horne.\" are met:
7*15c79c6fSMitchell Horne.\" 1. Redistributions of source code must retain the above copyright
8*15c79c6fSMitchell Horne.\"    notice, this list of conditions and the following disclaimer.
9*15c79c6fSMitchell Horne.\" 2. Redistributions in binary form must reproduce the above copyright
10*15c79c6fSMitchell Horne.\"    notice, this list of conditions and the following disclaimer in the
11*15c79c6fSMitchell Horne.\"    documentation and/or other materials provided with the distribution.
12*15c79c6fSMitchell Horne.\"
13*15c79c6fSMitchell Horne.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14*15c79c6fSMitchell Horne.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15*15c79c6fSMitchell Horne.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16*15c79c6fSMitchell Horne.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17*15c79c6fSMitchell Horne.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18*15c79c6fSMitchell Horne.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19*15c79c6fSMitchell Horne.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20*15c79c6fSMitchell Horne.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21*15c79c6fSMitchell Horne.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22*15c79c6fSMitchell Horne.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23*15c79c6fSMitchell Horne.\" SUCH DAMAGE.
24*15c79c6fSMitchell Horne.\"
25*15c79c6fSMitchell Horne.Dd May 17, 2018
26*15c79c6fSMitchell Horne.Dt AW_SPI 4
27*15c79c6fSMitchell Horne.Os
28*15c79c6fSMitchell Horne.Sh NAME
29*15c79c6fSMitchell Horne.Nm aw_spi
30*15c79c6fSMitchell Horne.Nd driver for the SPI controller in Allwinner SoC
31*15c79c6fSMitchell Horne.Sh SYNOPSIS
32*15c79c6fSMitchell Horne.Cd "device aw_spi"
33*15c79c6fSMitchell Horne.Sh DESCRIPTION
34*15c79c6fSMitchell HorneThe
35*15c79c6fSMitchell Horne.Nm
36*15c79c6fSMitchell Hornedevice driver provides support for the Allwinner SPI host controller.
37*15c79c6fSMitchell Horne.Sh HARDWARE
38*15c79c6fSMitchell HorneThe current version of the
39*15c79c6fSMitchell Horne.Nm
40*15c79c6fSMitchell Hornedriver supports the SPI controller with one of the following compatible strings:
41*15c79c6fSMitchell Horne.Pp
42*15c79c6fSMitchell Horne.Bl -bullet -compact
43*15c79c6fSMitchell Horne.It
44*15c79c6fSMitchell Horneallwinner,sun8i-h3-spi
45*15c79c6fSMitchell Horne.El
46*15c79c6fSMitchell Horne.Sh HISTORY
47*15c79c6fSMitchell HorneThe
48*15c79c6fSMitchell Horne.Nm
49*15c79c6fSMitchell Hornedevice driver first appeared in
50*15c79c6fSMitchell Horne.Fx 12.0 .
51*15c79c6fSMitchell Horne.Sh AUTHORS
52*15c79c6fSMitchell HorneThe
53*15c79c6fSMitchell Horne.Nm
54*15c79c6fSMitchell Hornedevice driver was written by
55*15c79c6fSMitchell Horne.An Emmanuel Vadot Aq Mt manu@freebsd.org .
56