summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/man4.aarch64/rk_grf_gpio.4
blob: 2bfbebce1b765ce7ab06ab45e993b2252444efee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.\"
.\" Copyright (c) 2025 Stephen Hurd <shurd@freebsd.org>
.\"
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.Dd March 18, 2025
.Dt RK_GRF_GPIO 4 aarch64
.Os
.Sh NAME
.Nm rk_grf_gpio
.Nd RockChip GPIO_MUTE pin driver
.Sh SYNOPSIS
.Cd "options SOC_ROCKCHIP_rk3328"
.Sh DESCRIPTION
The
.Nm
driver provides a single-pin, output-only
.Xr gpio 3
unit whose single pin is named GPIO_MUTE.
This controls the output of the GPIO_MUTE pin on the SoC.
.Pp
This gpio is usually used to control another device on the board,
so is not usually available for user software.
.Sh HARDWARE
The
.Nm
driver supports the following GRF GPIO controller:
.Pp
.Bl -bullet -compact
.It
rockchip,rk3328-grf-gpio
.El
.Sh HISTORY
The
.Nm
driver first appeared in
.Fx 15.0 .
.Sh AUTHORS
The
.Nm
driver and manual were written by
.An Stephen Hurd Aq Mt shurd@freebsd.org .