diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 14:02:27 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 14:02:27 -0400 |
| commit | 6d8bdc65446a704d0750217efd05532fc641ea7d (patch) | |
| tree | 8ae6d698b3c9801750a8b117b3842fb369872a3a /static/openbsd/man4/man4.armv7 | |
| parent | 2f467bd7ff8f8db0dafa40426166491d7f57f368 (diff) | |
docs: OpenBSD Man Pages Added
Diffstat (limited to 'static/openbsd/man4/man4.armv7')
33 files changed, 1423 insertions, 0 deletions
diff --git a/static/openbsd/man4/man4.armv7/Makefile b/static/openbsd/man4/man4.armv7/Makefile new file mode 100644 index 00000000..cbbc42c1 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/Makefile @@ -0,0 +1,35 @@ +MAN = agtimer.4 \ + amdisplay.4 \ + ampintc.4 \ + amptimer.4 \ + armliicc.4 \ + cortex.4 \ + cpsw.4 \ + dmtimer.4 \ + edma.4 \ + gptimer.4 \ + imxtemp.4 \ + intc.4 \ + intro.4 \ + mvodog.4 \ + mvortc.4 \ + omap.4 \ + omclock.4 \ + omcm.4 \ + omdog.4 \ + omgpio.4 \ + ommmc.4 \ + omrng.4 \ + omsysc.4 \ + omwugen.4 \ + prcm.4 \ + sxie.4 \ + sxiintc.4 \ + sxitimer.4 \ + sxits.4 \ + sysreg.4 \ + zqclock.4 \ + zqreset.4 + +include ../../../mandoc.mk + diff --git a/static/openbsd/man4/man4.armv7/agtimer.4 b/static/openbsd/man4/man4.armv7/agtimer.4 new file mode 100644 index 00000000..b1f9d307 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/agtimer.4 @@ -0,0 +1,33 @@ +.\" $OpenBSD: agtimer.4,v 1.1 2016/09/18 07:03:37 jsg Exp $ +.\" +.\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: September 18 2016 $ +.Dt AGTIMER 4 armv7 +.Os +.Sh NAME +.Nm agtimer +.Nd ARM generic timer +.Sh SYNOPSIS +.Cd "agtimer* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the ARM generic timer, an optional extension +to the ARM architecture. +.Sh SEE ALSO +.Rs +.%T ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition +.Re diff --git a/static/openbsd/man4/man4.armv7/amdisplay.4 b/static/openbsd/man4/man4.armv7/amdisplay.4 new file mode 100644 index 00000000..4c34a607 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/amdisplay.4 @@ -0,0 +1,76 @@ +.\" $OpenBSD: amdisplay.4,v 1.4 2019/05/29 19:37:06 fcambus Exp $ +.\" +.\" Copyright (c) 2017 Ian Sutton <ians@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: May 29 2019 $ +.Dt AMDISPLAY 4 armv7 +.Os +.Sh NAME +.Nm amdisplay , +.Nm nxphdmi +.Nd Texas Instruments AM335x LCD display driver +.Sh SYNOPSIS +.Nm "amdisplay* at simplebus0" +.Nm "nxphdmi* at iic*" +.Nm "wsdisplay* at amdisplay*" +.Sh DESCRIPTION +The +.Nm +driver supports the LCD controller integrated in Texas Instruments' line of +AM335x SoCs. +The LCDC reads a framebuffer from memory via DMA and scans it out +at the proper frequency to suit a display (along with the necessary +hsync/vsync/etc. signals) to a PHY transmitter. +The BeagleBone Black uses NXP/Freescale's TDA19988 HDMI transmitter, +which is additionally supported by the +.Nm nxphdmi +driver. +.Sh SEE ALSO +.Xr intro 4 , +.Xr wsdisplay 4 , +.Xr wsfb 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.2 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Ian Sutton Aq Mt ians@openbsd.org . +The +.Nm nxphdmi +driver was written by +.An Oleksandr Tymoshenko Aq Mt gonzo@freebsd.org +and later ported to +.Ox . +.Sh CAVEATS +On the BeagleBone Black, the LCDC and onboard eMMC NAND chip share the same set +of pads such that only one can be wired and used at a time. +To boot from or use the onboard storage, disable +.Nm +via +.Xr config 8 +in the kernel. +.Pp +A display must be attached at boot time, otherwise +.Nm +will fail to configure. +.Pp +Hotplugging is not supported. +.Pp +Only 16-bit color depth is supported due to a silicon bug. diff --git a/static/openbsd/man4/man4.armv7/ampintc.4 b/static/openbsd/man4/man4.armv7/ampintc.4 new file mode 100644 index 00000000..1e1141c8 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/ampintc.4 @@ -0,0 +1,36 @@ +.\" $OpenBSD: ampintc.4,v 1.2 2022/10/20 08:52:22 jsg Exp $ +.\" +.\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: October 20 2022 $ +.Dt AMPINTC 4 armv7 +.Os +.Sh NAME +.Nm ampintc , +.Nm ampintcmsi +.Nd Arm generic interrupt controller v1/v2 +.Sh SYNOPSIS +.Cd "ampintc* at fdt?" +.Cd "ampintcmsi* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Arm Generic Interrupt Controller (GIC) +version 1 and version 2. +.Sh SEE ALSO +.Rs +.%T ARM Generic Interrupt Controller Architecture Specification +.%N ARM IHI 0048 +.Re diff --git a/static/openbsd/man4/man4.armv7/amptimer.4 b/static/openbsd/man4/man4.armv7/amptimer.4 new file mode 100644 index 00000000..f6edcf03 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/amptimer.4 @@ -0,0 +1,30 @@ +.\" $OpenBSD: amptimer.4,v 1.1 2016/09/18 07:03:37 jsg Exp $ +.\" +.\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: September 18 2016 $ +.Dt AMPTIMER 4 armv7 +.Os +.Sh NAME +.Nm amptimer +.Nd ARM global timer +.Sh SYNOPSIS +.Cd "amptimer* at cortex?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the ARM global timer on Cortex-A9. +.Sh SEE ALSO +.Xr cortex 4 diff --git a/static/openbsd/man4/man4.armv7/armliicc.4 b/static/openbsd/man4/man4.armv7/armliicc.4 new file mode 100644 index 00000000..a3dff1e5 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/armliicc.4 @@ -0,0 +1,34 @@ +.\" $OpenBSD: armliicc.4,v 1.1 2016/09/18 07:03:37 jsg Exp $ +.\" +.\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: September 18 2016 $ +.Dt ARMLIICC 4 armv7 +.Os +.Sh NAME +.Nm armliicc +.Nd ARM PL310 L2 cache controller +.Sh SYNOPSIS +.Cd "armliicc* at cortex?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the ARM PL310 level two cache controller +integrated into Cortex-A9. +.Sh SEE ALSO +.Xr cortex 4 +.Rs +.%T PL310 Cache Controller Technical Reference Manual +.Re diff --git a/static/openbsd/man4/man4.armv7/cortex.4 b/static/openbsd/man4/man4.armv7/cortex.4 new file mode 100644 index 00000000..81447d09 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/cortex.4 @@ -0,0 +1,28 @@ +.\" $OpenBSD: cortex.4,v 1.1 2016/09/18 07:03:37 jsg Exp $ +.\" +.\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: September 18 2016 $ +.Dt CORTEX 4 armv7 +.Os +.Sh NAME +.Nm cortex +.Nd ARM MPCore complex +.Sh SYNOPSIS +.Cd "cortex0 at mainbus?" +.Sh DESCRIPTION +The +.Nm +driver is used to group the attachment of ARM MPCore peripherals. diff --git a/static/openbsd/man4/man4.armv7/cpsw.4 b/static/openbsd/man4/man4.armv7/cpsw.4 new file mode 100644 index 00000000..00d6b7f0 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/cpsw.4 @@ -0,0 +1,49 @@ +.\" $OpenBSD: cpsw.4,v 1.3 2016/06/26 09:06:35 jsg Exp $ +.\" Copyright (c) 2013 Brandon Mercer <bmercer@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: June 26 2016 $ +.Dt CPSW 4 armv7 +.Os +.Sh NAME +.Nm cpsw +.Nd Texas Instruments CPSW Ethernet device +.Sh SYNOPSIS +.Cd "cpsw* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Texas Instruments CPSW Ethernet device. +For more information on configuring this device, see +.Xr ifconfig 8 . +.Sh SEE ALSO +.Xr ifmedia 4 , +.Xr mii 4 , +.Xr hostname.if 5 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.4 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Jonathan A. Kollasch Aq Mt jakllsch@NetBSD.org +and ported to +.Ox +by +.An Brandon Mercer Aq Mt bmercer@openbsd.org . diff --git a/static/openbsd/man4/man4.armv7/dmtimer.4 b/static/openbsd/man4/man4.armv7/dmtimer.4 new file mode 100644 index 00000000..df8b6a46 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/dmtimer.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: dmtimer.4,v 1.3 2014/09/19 17:17:04 jmc Exp $ +.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: September 19 2014 $ +.Dt DMTIMER 4 armv7 +.Os +.Sh NAME +.Nm dmtimer +.Nd Texas Instruments dual mode timer device +.Sh SYNOPSIS +.Cd "dmtimer* at omap?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the dual mode timer device integrated in +AM335X SoCs. +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.4 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Dale Rahn Aq Mt drahn@dalerahn.com . diff --git a/static/openbsd/man4/man4.armv7/edma.4 b/static/openbsd/man4/man4.armv7/edma.4 new file mode 100644 index 00000000..f841af3c --- /dev/null +++ b/static/openbsd/man4/man4.armv7/edma.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: edma.4,v 1.3 2017/03/01 04:39:57 jsg Exp $ +.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: March 1 2017 $ +.Dt EDMA 4 armv7 +.Os +.Sh NAME +.Nm edma +.Nd Texas Instruments enhanced DMA device +.Sh SYNOPSIS +.Cd "edma* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the enhanced Direct Memory Access device integrated +in AM335X SoCs. +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.4 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Sylvestre Gallon Aq Mt syl@openbsd.org . diff --git a/static/openbsd/man4/man4.armv7/gptimer.4 b/static/openbsd/man4/man4.armv7/gptimer.4 new file mode 100644 index 00000000..c7770312 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/gptimer.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: gptimer.4,v 1.3 2014/09/19 17:17:04 jmc Exp $ +.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: September 19 2014 $ +.Dt GPTIMER 4 armv7 +.Os +.Sh NAME +.Nm gptimer +.Nd Texas Instruments general purpose timer device +.Sh SYNOPSIS +.Cd "gptimer* at omap?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the general purpose timer device integrated in +OMAP SoCs. +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.4 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Dale Rahn Aq Mt drahn@dalerahn.com . diff --git a/static/openbsd/man4/man4.armv7/imxtemp.4 b/static/openbsd/man4/man4.armv7/imxtemp.4 new file mode 100644 index 00000000..6835b0a5 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/imxtemp.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: imxtemp.4,v 1.5 2020/06/20 21:16:14 jmc Exp $ +.\" +.\" Copyright (c) 2016 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: June 20 2020 $ +.Dt IMXTEMP 4 armv7 +.Os +.Sh NAME +.Nm imxtemp +.Nd i.MX6 temperature monitor +.Sh SYNOPSIS +.Cd "imxtemp* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the temperature sensor found on the +Freescale i.MX6 SoC processors. +.Pp +Sensor values are made available through the +.Xr sysctl 8 +interface. +.Sh SEE ALSO +.Xr intro 4 , +.Xr sensorsd 8 , +.Xr sysctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.1 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Patrick Wildt Aq Mt patrick@blueri.se +and +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.armv7/intc.4 b/static/openbsd/man4/man4.armv7/intc.4 new file mode 100644 index 00000000..e94b01dc --- /dev/null +++ b/static/openbsd/man4/man4.armv7/intc.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: intc.4,v 1.3 2016/08/06 10:07:45 jsg Exp $ +.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: August 6 2016 $ +.Dt INTC 4 armv7 +.Os +.Sh NAME +.Nm intc +.Nd Texas Instruments interrupt controller device +.Sh SYNOPSIS +.Cd "intc* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the interrupt controller device integrated in OMAP and +AM335X SoCs. +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.4 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Dale Rahn Aq Mt drahn@dalerahn.com . diff --git a/static/openbsd/man4/man4.armv7/intro.4 b/static/openbsd/man4/man4.armv7/intro.4 new file mode 100644 index 00000000..fdad4a2a --- /dev/null +++ b/static/openbsd/man4/man4.armv7/intro.4 @@ -0,0 +1,117 @@ +.\" $OpenBSD: intro.4,v 1.7 2023/05/03 22:03:17 jmc Exp $ +.\" +.\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> +.\" Copyright (c) 1983, 1986, 1991 Regents of the University of California. +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. Neither the name of the University nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.Dd $Mdocdate: May 3 2023 $ +.Dt INTRO 4 armv7 +.Os +.Sh NAME +.Nm intro +.Nd introduction to special files and hardware support +.Sh DESCRIPTION +The manual pages in section 4 describe the special files, +related driver functions, and networking support +available in the system. +In this part of the manual, the SYNOPSIS section of +each configurable device gives a sample specification +for use in constructing a system description for the +.Xr config 8 +program. +The DIAGNOSTICS section lists messages which may appear on the console +and/or in the system error log +.Pa /var/log/messages +due to errors in device operation; +see +.Xr syslogd 8 +for more information. +.Pp +This section contains both devices +which may be configured into the system +and network related information. +The networking support is introduced in +.Xr netintro 4 . +.Sh DEVICE SUPPORT +This section describes the hardware supported on the armv7 +platform. +Software support for these devices comes in two forms. +A hardware device may be supported with a character or block +.Em device driver , +or it may be used within the networking subsystem and have a +.Em network interface driver . +Block and character devices are accessed through files in the file +system of a special type; see +.Xr mknod 8 . +Network interfaces are indirectly accessed through the interprocess +communication facilities provided by the system; see +.Xr socket 2 . +.Pp +A hardware device is identified to the system at configuration time +and the appropriate device or network interface driver is then compiled +into the system. +When the resultant system is booted, the autoconfiguration facilities +in the system probe for the device and, if found, enable the software +support for it. +If a device does not respond at autoconfiguration +time, it is not accessible at any time afterwards. +To enable a device which did not autoconfigure, +the system will have to be rebooted. +.Pp +The configuration system is described in +.Xr autoconf 4 . +.Sh LIST OF DEVICES +A complete list of available devices is contained within the pages +describing the system buses and controllers. +For example, a PCI device would be listed in the +.Xr pci 4 +man page. +The following buses and controllers list these devices: +.Pp +.Bl -tag -width 8n -offset 3n -compact +.It Xr iic 4 +Inter IC (I2C) bus +.It Xr omap 4 +omap3, omap4, am335x SoCs device bus +.It Xr onewire 4 +1-Wire bus +.It Xr pci 4 +introduction to PCI bus support +.It Xr usb 4 +introduction to Universal Serial Bus support +.It Xr virtio 4 +VirtIO support driver +.El +.Sh SEE ALSO +.Xr autoconf 4 , +.Xr config 8 +.Sh HISTORY +The +armv7 +.Nm +first appeared in +.Ox 5.7 . diff --git a/static/openbsd/man4/man4.armv7/mvodog.4 b/static/openbsd/man4/man4.armv7/mvodog.4 new file mode 100644 index 00000000..103ae8b0 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/mvodog.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: mvodog.4,v 1.2 2023/03/02 11:56:25 jsg Exp $ +.\" +.\" Copyright (c) 2019 Patrick Wildt <patrick@blueri.se> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: March 2 2023 $ +.Dt MVODOG 4 armv7 +.Os +.Sh NAME +.Nm mvodog +.Nd Marvell Armada 38x watchdog timer +.Sh SYNOPSIS +.Cd "mvodog* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the integrated watchdog timer in Marvell Armada +38x SoCs. +.Sh SEE ALSO +.Xr intro 4 , +.Xr watchdog 4 , +.Xr watchdogd 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 7.3 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Jonathan Matthew Aq Mt jmatthew@openbsd.org . diff --git a/static/openbsd/man4/man4.armv7/mvortc.4 b/static/openbsd/man4/man4.armv7/mvortc.4 new file mode 100644 index 00000000..4d23c040 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/mvortc.4 @@ -0,0 +1,41 @@ +.\" $OpenBSD: mvortc.4,v 1.2 2023/03/02 11:56:25 jsg Exp $ +.\" +.\" Copyright (c) 2018 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: March 2 2023 $ +.Dt MVORTC 4 armv7 +.Os +.Sh NAME +.Nm mvortc +.Nd Marvell Armada 38x real-time clock +.Sh SYNOPSIS +.Cd "mvortc* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the RTC found on Marvell Armada 38x SoCs. +.Sh SEE ALSO +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 7.3 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Jonathan Matthew Aq Mt jmatthew@openbsd.org . diff --git a/static/openbsd/man4/man4.armv7/omap.4 b/static/openbsd/man4/man4.armv7/omap.4 new file mode 100644 index 00000000..cee66275 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/omap.4 @@ -0,0 +1,49 @@ +.\" $OpenBSD: omap.4,v 1.8 2020/04/05 19:39:21 jmc Exp $ +.\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 5 2020 $ +.Dt OMAP 4 armv7 +.Os +.Sh NAME +.Nm omap +.Nd omap3, omap4, am335x SoCs device bus +.Sh SYNOPSIS +.Cd "omap0 at mainbus?" +.Sh DESCRIPTION +The +.Nm +interface serves as an abstraction used by the autoconfiguration +system to help find and attach devices integrated on Texas Instruments SoC +processors. +.Pp +.Nm +provides support for the following devices: +.Pp +.Bl -tag -width 12n -offset indent -compact +.It Xr dmtimer 4 +Texas Instruments dual mode timer device +.It Xr gptimer 4 +Texas Instruments general purpose timer device +.It Xr prcm 4 +Texas Instruments power, reset and clock management device +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr mainbus 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.5 . diff --git a/static/openbsd/man4/man4.armv7/omclock.4 b/static/openbsd/man4/man4.armv7/omclock.4 new file mode 100644 index 00000000..29884433 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/omclock.4 @@ -0,0 +1,43 @@ +.\" $OpenBSD: omclock.4,v 1.1 2020/04/10 22:26:46 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 10 2020 $ +.Dt OMCLOCK 4 armv7 +.Os +.Sh NAME +.Nm omclock +.Nd OMAP clock module +.Sh SYNOPSIS +.Cd "omclock* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the clock controllers found on TI OMAP3, +OMAP4 and AM335x SoCs. +.Sh SEE ALSO +.Xr intro 4 , +.Xr omcm 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.7 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.armv7/omcm.4 b/static/openbsd/man4/man4.armv7/omcm.4 new file mode 100644 index 00000000..c8ee1702 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/omcm.4 @@ -0,0 +1,43 @@ +.\" $OpenBSD: omcm.4,v 1.1 2020/04/10 22:26:46 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 10 2020 $ +.Dt OMCM 4 armv7 +.Os +.Sh NAME +.Nm omcm +.Nd OMAP clock module +.Sh SYNOPSIS +.Cd "omcm* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the clock modules found on TI OMAP3, OMAP4 +and AM335x SoCs. +.Sh SEE ALSO +.Xr intro 4 , +.Xr omclock 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.7 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.armv7/omdog.4 b/static/openbsd/man4/man4.armv7/omdog.4 new file mode 100644 index 00000000..3962c051 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/omdog.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: omdog.4,v 1.4 2016/06/26 05:16:33 jsg Exp $ +.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: June 26 2016 $ +.Dt OMDOG 4 armv7 +.Os +.Sh NAME +.Nm omdog +.Nd Texas Instruments watchdog timer device +.Sh SYNOPSIS +.Cd "omdog* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the watchdog timer device integrated in OMAP and +AM335X SoCs. +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.4 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Dale Rahn Aq Mt drahn@dalerahn.com . diff --git a/static/openbsd/man4/man4.armv7/omgpio.4 b/static/openbsd/man4/man4.armv7/omgpio.4 new file mode 100644 index 00000000..0098b03b --- /dev/null +++ b/static/openbsd/man4/man4.armv7/omgpio.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: omgpio.4,v 1.3 2016/08/11 04:33:06 jsg Exp $ +.\" +.\" Copyright (c) 2013 Raphael Graf <r@undefined.ch> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: August 11 2016 $ +.Dt OMGPIO 4 armv7 +.Os +.Sh NAME +.Nm omgpio +.Nd omap3, omap4 and am335x GPIO controller +.Sh SYNOPSIS +.Cd "omgpio* at fdt?" +.Cd "gpio* at omgpio?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the GPIO controllers found on omap3, omap4 and +am335x SoCs. +The devices have 32 pins which can be configured as either inputs or outputs, +and accessed using +.Xr gpioctl 8 . +.\" Both values are made available through the +.\" .Xr sysctl 8 +.\" interface. +.Sh SEE ALSO +.Xr gpio 4 , +.Xr gpioctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.5 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Dale Rahn Aq Mt drahn@dalerahn.com . diff --git a/static/openbsd/man4/man4.armv7/ommmc.4 b/static/openbsd/man4/man4.armv7/ommmc.4 new file mode 100644 index 00000000..51a70eb3 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/ommmc.4 @@ -0,0 +1,51 @@ +.\" $OpenBSD: ommmc.4,v 1.2 2016/06/18 05:59:26 jsg Exp $ +.\" Copyright (c) 2013 Raphael Graf <rapha@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.\" +.\" Uwe Stuehler, 2007. Public Domain. +.\" +.Dd $Mdocdate: June 18 2016 $ +.Dt OMMMC 4 armv7 +.Os +.Sh NAME +.Nm ommmc +.Nd MMC/SD/SDIO controller +.Sh SYNOPSIS +.Cd "ommmc* at fdt?" +.Cd "sdmmc* at ommmc?" +.Sh DESCRIPTION +The +.Nm +driver supports the MMC/SD/SDIO controller integrated in OMAP and +AM335X processors. +.Pp +The +.Xr sdmmc 4 +subsystem performs SD/MMC transactions to communicate with whatever +MMC/SD/SDIO devices are inserted into the card slot. +.Sh SEE ALSO +.Xr intro 4 , +.Xr sdmmc 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.4 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Dale Rahn Aq Mt drahn@dalerahn.com . diff --git a/static/openbsd/man4/man4.armv7/omrng.4 b/static/openbsd/man4/man4.armv7/omrng.4 new file mode 100644 index 00000000..574e710b --- /dev/null +++ b/static/openbsd/man4/man4.armv7/omrng.4 @@ -0,0 +1,47 @@ +.\" $OpenBSD: omrng.4,v 1.2 2020/04/05 19:37:55 jmc Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 5 2020 $ +.Dt OMRNG 4 armv7 +.Os +.Sh NAME +.Nm omrng +.Nd OMAP random number generator +.Sh SYNOPSIS +.Cd "omrng* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the random number generator found on TI +OMAP3, OMAP4 and AM335x SoCs. +.Pp +It feeds the random subsystem's entropy pool with 64 bits of random +data every second. +.Sh SEE ALSO +.Xr intro 4 , +.Xr random 4 , +.Xr arc4random 9 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.7 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.armv7/omsysc.4 b/static/openbsd/man4/man4.armv7/omsysc.4 new file mode 100644 index 00000000..dafd60b6 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/omsysc.4 @@ -0,0 +1,42 @@ +.\" $OpenBSD: omsysc.4,v 1.1 2020/04/10 22:26:46 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 10 2020 $ +.Dt OMSYSC 4 armv7 +.Os +.Sh NAME +.Nm omsysc +.Nd OMAP interconnect target module +.Sh SYNOPSIS +.Cd "omsysc* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the interconnect target modules found on +TI OMAP3, OMAP4 and AM335x SoCs. +.Sh SEE ALSO +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.7 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.armv7/omwugen.4 b/static/openbsd/man4/man4.armv7/omwugen.4 new file mode 100644 index 00000000..b87a70df --- /dev/null +++ b/static/openbsd/man4/man4.armv7/omwugen.4 @@ -0,0 +1,30 @@ +.\" $OpenBSD: omwugen.4,v 1.2 2016/09/15 22:38:17 jmc Exp $ +.\" +.\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: September 15 2016 $ +.Dt OMWUGEN 4 armv7 +.Os +.Sh NAME +.Nm omwugen +.Nd OMAP wake-up generator +.Sh SYNOPSIS +.Cd "omwugen* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver handles the wake-up generator logic present in OMAP4 and OMAP5 SoCs +which routes interrupts to +.Xr ampintc 4 . diff --git a/static/openbsd/man4/man4.armv7/prcm.4 b/static/openbsd/man4/man4.armv7/prcm.4 new file mode 100644 index 00000000..853835cd --- /dev/null +++ b/static/openbsd/man4/man4.armv7/prcm.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: prcm.4,v 1.2 2014/09/19 17:17:04 jmc Exp $ +.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: September 19 2014 $ +.Dt PRCM 4 armv7 +.Os +.Sh NAME +.Nm prcm +.Nd Texas Instruments power, reset and clock management device +.Sh SYNOPSIS +.Cd "prcm* at omap?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Texas Instruments power, reset and clock +management device. +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.4 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Dale Rahn Aq Mt drahn@dalerahn.com . diff --git a/static/openbsd/man4/man4.armv7/sxie.4 b/static/openbsd/man4/man4.armv7/sxie.4 new file mode 100644 index 00000000..f97ba78d --- /dev/null +++ b/static/openbsd/man4/man4.armv7/sxie.4 @@ -0,0 +1,41 @@ +.\" $OpenBSD: sxie.4,v 1.4 2016/06/26 10:12:29 jsg Exp $ +.\" +.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: June 26 2016 $ +.Dt SXIE 4 armv7 +.Os +.Sh NAME +.Nm sxie +.Nd A1X/A20 EMAC 10/100 Ethernet device +.Sh SYNOPSIS +.Cd "sxie* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the EMAC 10/100 Ethernet device integrated in +Allwinner Technology A1X/A20 SoCs. +For more information on configuring this device, see +.Xr ifconfig 8 . +.Sh SEE ALSO +.Xr ifmedia 4 , +.Xr mii 4 , +.Xr hostname.if 5 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.5 . diff --git a/static/openbsd/man4/man4.armv7/sxiintc.4 b/static/openbsd/man4/man4.armv7/sxiintc.4 new file mode 100644 index 00000000..6abc6374 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/sxiintc.4 @@ -0,0 +1,34 @@ +.\" $OpenBSD: sxiintc.4,v 1.2 2016/08/06 00:16:50 jsg Exp $ +.\" +.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: August 6 2016 $ +.Dt SXIINTC 4 armv7 +.Os +.Sh NAME +.Nm sxiintc +.Nd A1X interrupt controller device +.Sh SYNOPSIS +.Cd "sxiintc* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the interrupt controller device integrated in +Allwinner Technology A1X SoCs. +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.5 . diff --git a/static/openbsd/man4/man4.armv7/sxitimer.4 b/static/openbsd/man4/man4.armv7/sxitimer.4 new file mode 100644 index 00000000..e873a67d --- /dev/null +++ b/static/openbsd/man4/man4.armv7/sxitimer.4 @@ -0,0 +1,34 @@ +.\" $OpenBSD: sxitimer.4,v 1.3 2019/02/01 01:30:07 jsg Exp $ +.\" +.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: February 1 2019 $ +.Dt SXITIMER 4 armv7 +.Os +.Sh NAME +.Nm sxitimer +.Nd A1X/A20 timer device +.Sh SYNOPSIS +.Cd "sxitimer* at fdt? early 1" +.Sh DESCRIPTION +The +.Nm +driver provides support for the timer devices integrated in Allwinner Technology +A1X/A20 SoCs. +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.5 . diff --git a/static/openbsd/man4/man4.armv7/sxits.4 b/static/openbsd/man4/man4.armv7/sxits.4 new file mode 100644 index 00000000..6a32ec08 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/sxits.4 @@ -0,0 +1,48 @@ +.\" $OpenBSD: sxits.4,v 1.3 2020/06/20 21:16:14 jmc Exp $ +.\" +.\" Copyright (c) 2018 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: June 20 2020 $ +.Dt SXITS 4 armv7 +.Os +.Sh NAME +.Nm sxits +.Nd Allwinner touchpad controller +.Sh SYNOPSIS +.Cd "sxits* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the temperature sensor found on the +touchpad controller of the Allwinner A10, A10s/A13 and A20 SoCs. +.Pp +Sensor values are made available through the +.Xr sysctl 8 +interface. +.Sh SEE ALSO +.Xr intro 4 , +.Xr sensorsd 8 , +.Xr sysctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.3 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/static/openbsd/man4/man4.armv7/sysreg.4 b/static/openbsd/man4/man4.armv7/sysreg.4 new file mode 100644 index 00000000..37458fc7 --- /dev/null +++ b/static/openbsd/man4/man4.armv7/sysreg.4 @@ -0,0 +1,36 @@ +.\" $OpenBSD: sysreg.4,v 1.2 2016/10/08 06:45:02 jsg Exp $ +.\" +.\" Copyright (c) 2015 Jonathan Gray <jsg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: October 8 2016 $ +.Dt SYSREG 4 armv7 +.Os +.Sh NAME +.Nm sysreg +.Nd ARM Motherboard Express microATX system registers +.Sh SYNOPSIS +.Cd "sysreg* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver supports the ARM Motherboard Express microATX system registers. +.Rs +.%T ARM Motherboard Express microATX Technical Reference Manual +.Re +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.8 . diff --git a/static/openbsd/man4/man4.armv7/zqclock.4 b/static/openbsd/man4/man4.armv7/zqclock.4 new file mode 100644 index 00000000..da5754fa --- /dev/null +++ b/static/openbsd/man4/man4.armv7/zqclock.4 @@ -0,0 +1,37 @@ +.\" $OpenBSD: zqclock.4,v 1.2 2021/04/30 13:52:12 jmc Exp $ +.\" +.\" Copyright (c) 2021 Visa Hankala +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 30 2021 $ +.Dt ZQCLOCK 4 armv7 +.Os +.Sh NAME +.Nm zqclock +.Nd Xilinx Zynq-7000 clock controller +.Sh SYNOPSIS +.Cd "zqclock* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver controls the clock signals for the integrated components +of Zynq-7000 SoCs. +.Sh SEE ALSO +.Xr intro 4 , +.Xr zqreset 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 7.0 . diff --git a/static/openbsd/man4/man4.armv7/zqreset.4 b/static/openbsd/man4/man4.armv7/zqreset.4 new file mode 100644 index 00000000..ac7fde7f --- /dev/null +++ b/static/openbsd/man4/man4.armv7/zqreset.4 @@ -0,0 +1,37 @@ +.\" $OpenBSD: zqreset.4,v 1.2 2021/04/30 13:52:12 jmc Exp $ +.\" +.\" Copyright (c) 2021 Visa Hankala +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 30 2021 $ +.Dt ZQRESET 4 armv7 +.Os +.Sh NAME +.Nm zqreset +.Nd Xilinx Zynq-7000 reset controller +.Sh SYNOPSIS +.Cd "zqreset* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver controls the reset signals for the integrated components +of Zynq-7000 SoCs. +.Sh SEE ALSO +.Xr intro 4 , +.Xr zqclock 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 7.0 . |
