stfpinctrl(4)
authorkettenis <kettenis@openbsd.org>
Wed, 8 Jun 2022 10:49:08 +0000 (10:49 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 8 Jun 2022 10:49:08 +0000 (10:49 +0000)
share/man/man4/man4.riscv64/Makefile
share/man/man4/man4.riscv64/stfpinctrl.4 [new file with mode: 0644]

index d284f7e..188cd19 100644 (file)
@@ -1,7 +1,7 @@
-#      $OpenBSD: Makefile,v 1.8 2022/06/06 22:28:57 kettenis Exp $
+#      $OpenBSD: Makefile,v 1.9 2022/06/08 10:49:08 kettenis Exp $
 
 MAN=   intro.4 mpfclock.4 mpfgpio.4 mpfiic.4 plic.4 \
-       sfcc.4 sfclock.4 sfgpio.4 sfuart.4 stfclock.4
+       sfcc.4 sfclock.4 sfgpio.4 sfuart.4 stfclock.4 stfpinctrl.4
 
 MANSUBDIR=riscv64
 
diff --git a/share/man/man4/man4.riscv64/stfpinctrl.4 b/share/man/man4/man4.riscv64/stfpinctrl.4
new file mode 100644 (file)
index 0000000..a39eebb
--- /dev/null
@@ -0,0 +1,42 @@
+.\"    $OpenBSD: stfpinctrl.4,v 1.1 2022/06/08 10:49:08 kettenis Exp $
+.\"
+.\" Copyright (c) 2022 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 8 2022 $
+.Dt STFPINCTRL 4 riscv64
+.Os
+.Sh NAME
+.Nm stfpinctrl
+.Nd StarFive JH7100 pin configuration
+.Sh SYNOPSIS
+.Cd "stfpinctrl* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver uses pin control data from the device tree to configure
+pins on the StarFire JH7100 SoC.
+.Sh SEE ALSO
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 7.2 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .