xref: /openbsd-src/share/man/man4/man4.armv7/omap.4 (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1.\" $OpenBSD: omap.4,v 1.6 2016/08/11 04:33:06 jsg Exp $
2.\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org>
3.\"
4.\" Permission to use, copy, modify, and distribute this software for any
5.\" purpose with or without fee is hereby granted, provided that the above
6.\" copyright notice and this permission notice appear in all copies.
7.\"
8.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\"
16.Dd $Mdocdate: August 11 2016 $
17.Dt OMAP 4 armv7
18.Os
19.Sh NAME
20.Nm omap
21.Nd omap3, omap4, am335x SoCs device bus
22.Sh SYNOPSIS
23.Cd "omap0 at mainbus?"
24.Sh DESCRIPTION
25The
26.Nm
27interface serves as an abstraction used by the autoconfiguration
28system to help find and attach devices integrated on Texas Instruments SoC
29processors.
30.Pp
31.Nm
32provides support for the following devices:
33.Pp
34.Bl -tag -width 12n -offset indent -compact
35.It Xr dmtimer 4
36Texas Instruments dual mode timer device
37.It Xr edma 4
38Texas Instruments enhanced DMA device
39.It Xr gptimer 4
40Texas Instruments general purpose timer device
41.It Xr prcm 4
42Texas Instruments power, reset and clock management device
43.It Xr sitaracm 4
44Sitara ARM control module device
45.El
46.Sh SEE ALSO
47.Xr intro 4 ,
48.Xr mainbus 4
49.Sh HISTORY
50The
51.Nm
52driver first appeared in
53.Ox 5.5 .
54