diff options
Diffstat (limited to 'share/man/man4/man4.arm')
| -rw-r--r-- | share/man/man4/man4.arm/Makefile | 6 | ||||
| -rw-r--r-- | share/man/man4/man4.arm/aw_gpio.4 | 102 | ||||
| -rw-r--r-- | share/man/man4/man4.arm/aw_mmc.4 | 73 | ||||
| -rw-r--r-- | share/man/man4/man4.arm/aw_rtc.4 | 68 | ||||
| -rw-r--r-- | share/man/man4/man4.arm/aw_sid.4 | 79 | ||||
| -rw-r--r-- | share/man/man4/man4.arm/aw_spi.4 | 55 | ||||
| -rw-r--r-- | share/man/man4/man4.arm/aw_syscon.4 | 67 | 
7 files changed, 0 insertions, 450 deletions
| diff --git a/share/man/man4/man4.arm/Makefile b/share/man/man4/man4.arm/Makefile index 6b046a1002a2..2be255ad913f 100644 --- a/share/man/man4/man4.arm/Makefile +++ b/share/man/man4/man4.arm/Makefile @@ -1,11 +1,5 @@  MAN=	\  	ar40xx.4 \ -	aw_gpio.4 \ -	aw_mmc.4 \ -	aw_rtc.4 \ -	aw_sid.4 \ -	aw_spi.4 \ -	aw_syscon.4 \  	bcm283x_pwm.4 \  	devcfg.4 \  	imx6_ahci.4 \ diff --git a/share/man/man4/man4.arm/aw_gpio.4 b/share/man/man4/man4.arm/aw_gpio.4 deleted file mode 100644 index ef9fc1fe2733..000000000000 --- a/share/man/man4/man4.arm/aw_gpio.4 +++ /dev/null @@ -1,102 +0,0 @@ -.\"- -.\" Copyright (c) 2017 Emmanuel Vadot <manu@freebsd.org> -.\" -.\" 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. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 October 8, 2024 -.Dt AW_GPIO 4 arm -.Os -.Sh NAME -.Nm aw_gpio -.Nd driver for the GPIO and pin muxing functionalities on Allwinner SoC -.Sh SYNOPSIS -.Cd "device gpio" -.Cd "options SOC_ALLWINNER_A10" -.Cd "options SOC_ALLWINNER_A13" -.Cd "options SOC_ALLWINNER_A20" -.Cd "options SOC_ALLWINNER_A31" -.Cd "options SOC_ALLWINNER_A31S" -.Cd "options SOC_ALLWINNER_A33" -.Cd "options SOC_ALLWINNER_A83T" -.Cd "options SOC_ALLWINNER_H2PLUS" -.Cd "options SOC_ALLWINNER_H3" -.Cd "options SOC_ALLWINNER_A64" -.Cd "options SOC_ALLWINNER_H5" -.Cd "options SOC_ALLWINNER_D1" -.Sh DESCRIPTION -The -.Nm -device driver provides support for the Allwinner pin muxing and GPIO on -Allwinner SoCs. -.Sh HARDWARE -The current version of the -.Nm -driver supports the GPIO/pinmuxing controller with one of the following -compatible strings : -.Pp -.Bl -bullet -compact -.It -allwinner,sun4i-a10-pinctrl -.It -allwinner,sun5i-a13-pinctrl -.It -allwinner,sun7i-a20-pinctrl -.It -allwinner,sun6i-a31-pinctrl -.It -allwinner,sun6i-a31s-pinctrl -.It -allwinner,sun6i-a31-r-pinctrl -.It -allwinner,sun6i-a33-pinctrl -.It -allwinner,sun8i-a83t-pinctrl -.It -allwinner,sun8i-a83t-r-pinctrl -.It -allwinner,sun8i-h3-pinctrl -.It -allwinner,sun50i-h5-pinctrl -.It -allwinner,sun8i-h3-r-pinctrl -.It -allwinner,sun50i-a64-pinctrl -.It -allwinner,sun50i-a64-r-pinctrl -.It -allwinner,sun20i-d1-pinctrl -.El -.Sh SEE ALSO -.Xr fdt 4 , -.Xr gpio 4 -.Sh HISTORY -The -.Nm -device driver first appeared in -.Fx 10.0 . -.Sh AUTHORS -The -.Nm -device driver was originally written by -.An Ganbold Tsagaankhuu Aq Mt ganbold@freebsd.org . -This manual page was written by -.An Emmanuel Vadot Aq Mt manu@freebsd.org . diff --git a/share/man/man4/man4.arm/aw_mmc.4 b/share/man/man4/man4.arm/aw_mmc.4 deleted file mode 100644 index e3f961fa5067..000000000000 --- a/share/man/man4/man4.arm/aw_mmc.4 +++ /dev/null @@ -1,73 +0,0 @@ -.\"- -.\" Copyright (c) 2017 Emmanuel Vadot <manu@freebsd.org> -.\" -.\" 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. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 Dec 25, 2017 -.Dt AW_MMC 4 arm -.Os -.Sh NAME -.Nm aw_mmc -.Nd driver for the SD/MMC controller in Allwinner SoC -.Sh SYNOPSIS -.Cd "device mmc" -.Sh DESCRIPTION -The -.Nm -device driver provides support for the Allwinner SD/MMC host controller. -.Sh HARDWARE -The current version of the -.Nm -driver supports the SD/MMC controller with one of the following compatible strings : -.Pp -.Bl -bullet -compact -.It -allwinner,sun4i-a10-mmc -.It -allwinner,sun5i-a13-mmc -.It -allwinner,sun7i-a20-mmc -.It -allwinner,sun50i-a64-mmc -.El -.Sh SYSCTL VARIABLES -The following read-only variables are available via -.Xr sysctl 8 : -.Bl -tag -width indent -.It Va dev.aw_mmc.req_timeout -Request timeout in seconds (default: 10) . -.El -.Sh SEE ALSO -.Xr fdt 4 , -.Xr mmc 4 -.Sh HISTORY -The -.Nm -device driver first appeared in -.Fx 10.0 . -.Sh AUTHORS -The -.Nm -device driver was originally written by -.An Alexander Fedorov Aq Mt alexander.fedorov@rtlservice.com . -Later work and this manual page was done by -.An Emmanuel Vadot Aq Mt manu@freebsd.org . diff --git a/share/man/man4/man4.arm/aw_rtc.4 b/share/man/man4/man4.arm/aw_rtc.4 deleted file mode 100644 index 87212d85116c..000000000000 --- a/share/man/man4/man4.arm/aw_rtc.4 +++ /dev/null @@ -1,68 +0,0 @@ -.\"- -.\" Copyright (c) 2017 Emmanuel Vadot <manu@freebsd.org> -.\" -.\" 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. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 December 10, 2024 -.Dt AW_RTC 4 arm -.Os -.Sh NAME -.Nm aw_rtc -.Nd driver for the real-time clock (RTC) controller in Allwinner SoC -.Sh DESCRIPTION -The -.Nm -device driver provides support for the Allwinner RTC controller. -.Sh HARDWARE -The current version of the -.Nm -driver supports the RTC controller with any of the following compatible -strings: -.Pp -.Bl -bullet -compact -.It -allwinner,sun4i-a10-rtc -.It -allwinner,sun7i-a20-rtc -.It -allwinner,sun6i-a31-rtc -.It -allwinner,sun8i-h3-rtc -.It -allwinner,sun20i-d1-rtc -.It -allwinner,sun50i-h5-rtc -.It -allwinner,sun50i-h6-rtc -.El -.Sh HISTORY -The -.Nm -device driver first appeared in -.Fx 11.0 . -.Sh AUTHORS -The -.Nm -device driver was written by -.An Vladimir Belian Aq Mt fate10@gmail.com . -This manual page was written by -.An Emmanuel Vadot Aq Mt manu@freebsd.org . diff --git a/share/man/man4/man4.arm/aw_sid.4 b/share/man/man4/man4.arm/aw_sid.4 deleted file mode 100644 index 8b3691259f22..000000000000 --- a/share/man/man4/man4.arm/aw_sid.4 +++ /dev/null @@ -1,79 +0,0 @@ -.\"- -.\" SPDX-License-Identifier: BSD-2-Clause -.\" -.\" Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> -.\" -.\" 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. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 October 8, 2024 -.Dt AW_SID 4 arm -.Os -.Sh NAME -.Nm aw_sid -.Nd driver for the SID controller in Allwinner SoC -.Sh DESCRIPTION -The -.Nm -device driver provides support for the Allwinner SID (Security ID) controller. -This controller provides root security keys that may be used as either a device -unique ID or to generate a MAC address. -.Sh HARDWARE -The -.Nm -driver supports the SID controller with one of the following compatible -strings: -.Pp -.Bl -bullet -compact -.It -allwinner,sun4i-a10-sid -.It -allwinner,sun7i-a20-sid -.It -allwinner,sun50i-a64-sid -.It -allwinner,sun8i-a83t-sid -.It -allwinner,sun8i-h3-sid -.It -allwinner,sun50i-h5-sid -.It -allwinner,sun20i-d1-sid -.El -.Sh SYSCTL VARIABLES -The following read-only variables are available via -.Xr sysctl 8 : -.Bl -tag -width indent -.It Va dev.aw_sid.rootkey -Root security key for this device. -.El -.Sh HISTORY -The -.Nm -device driver first appeared in -.Fx 11.0 . -.Sh AUTHORS -The -.Nm -device driver was written by -.An Jared McNeill Aq Mt jmcneill@invisible.ca . -This manual page was written by -.An Kyle Evans Aq Mt kevans@FreeBSD.org . diff --git a/share/man/man4/man4.arm/aw_spi.4 b/share/man/man4/man4.arm/aw_spi.4 deleted file mode 100644 index d0566a45b54b..000000000000 --- a/share/man/man4/man4.arm/aw_spi.4 +++ /dev/null @@ -1,55 +0,0 @@ -.\"- -.\" Copyright (c) 2018 Emmanuel Vadot <manu@freebsd.org> -.\" -.\" 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. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 May 17, 2018 -.Dt AW_SPI 4 arm -.Os -.Sh NAME -.Nm aw_spi -.Nd driver for the SPI controller in Allwinner SoC -.Sh SYNOPSIS -.Cd "device aw_spi" -.Sh DESCRIPTION -The -.Nm -device driver provides support for the Allwinner SPI host controller. -.Sh HARDWARE -The current version of the -.Nm -driver supports the SPI controller with one of the following compatible strings: -.Pp -.Bl -bullet -compact -.It -allwinner,sun8i-h3-spi -.El -.Sh HISTORY -The -.Nm -device driver first appeared in -.Fx 12.0 . -.Sh AUTHORS -The -.Nm -device driver was written by -.An Emmanuel Vadot Aq Mt manu@freebsd.org . diff --git a/share/man/man4/man4.arm/aw_syscon.4 b/share/man/man4/man4.arm/aw_syscon.4 deleted file mode 100644 index 97f01196a8a6..000000000000 --- a/share/man/man4/man4.arm/aw_syscon.4 +++ /dev/null @@ -1,67 +0,0 @@ -.\"- -.\" SPDX-License-Identifier: BSD-2-Clause -.\" -.\" Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> -.\" -.\" 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. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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 November 11, 2024 -.Dt AW_SYSCON 4 arm -.Os -.Sh NAME -.Nm aw_syscon -.Nd driver for the system controller in Allwinner SoC -.Sh DESCRIPTION -The -.Nm -device driver provides support for the Allwinner system controller. -This controller provides registers for tying together related functionality in a -common space. -.Nm -is required for ethernet functionality on supported devices. -.Sh HARDWARE -The -.Nm -driver supports the system controller with one of the following compatible -strings: -.Pp -.Bl -bullet -compact -.It -allwinner,sun50i-a64-system-controller -.It -allwinner,sun50i-a64-system-control -.It -allwinner,sun8i-a83t-system-controller -.It -allwinner,sun8i-h3-system-controller -.It -allwinner,sun8i-h3-system-control -.It -allwinner,sun50i-h5-system-control -.It -allwinner,sun20i-d1-system-control -.El -.Sh AUTHORS -The -.Nm -device driver was written by -.An Kyle Evans Aq Mt kevans@FreeBSD.org . | 
