> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/man/man4/chvgpio.4.md).

# chvgpio.4

`chvgpio` — Intel Cherry View SoC GPIO 控制器

## 名称

`chvgpio`

## 概要

`device gpio device chvgpio`

## 描述

`chvgpio` 支持 Intel Cherry View SoC 系列中可找到的 GPIO 控制器。

Cherry View SoC 有 5 个 GPIO 引脚组：NORTH、EAST、SOUTHEAST、SOUTHWEST 和 VIRTUAL。除 VIRTUAL 外，所有组都作为 **/dev/gpiocN** 暴露给用户空间，其中 N 为 0-3。每组中的引脚已预先命名，以匹配 Intel® Atom™ Z8000 处理器系列 Vol 2 中的名称

## 参见

gpio(3), [gpio(4)](/man/man4/gpio.4.md), [gpioctl(8)](/man/man8/gpioctl.8.md)

> "Intel® Atom™ Z8000 Processor Series Vol 1"。

> "Intel® Atom™ Z8000 Processor Series Vol 2"。

## 历史

`chvgpio` 手册页首次出现于 FreeBSD 12。

## 作者

此驱动和手册页由 Tom Jones <tj@enoti.me> 编写。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/man/man4/chvgpio.4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
