> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/navqplus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/gpio/aux-gpio.md).

# AUX - GPIO

## Introduction

The AUX port contain is by default configured for I2C6 + GPIO. Alternative pinmuxing is available on AUX for UART4. Any alternative configurations are not default and need to be configured in the Linux Image and .dtb files

## AUX interface voltage

The signaling from the SOM to the NavQPlus carrier board on J12 is at 3V3&#x20;

Any alternative pinmuxed output configurations on the AUX connector would also be 3V3 signaling. \ <br>

## Aux Locator

<figure><img src="/files/g3yBu2EIflZgxcSp0CjG" alt=""><figcaption></figcaption></figure>

## Schematic

### UART

Note that J11/UART4 is the default location for UART4 signals. Also by default UART4 is assigned to the M7 Core on the i.MX8M Plus. An RTOS such as FreeRTOS or Zephyr would normally use it as the default console to the embedded MCU.

### GPIO

J12 "AUX" is includes two pins for GPIO labelled GPT1\_CAPTURE1 and GPT2\_CAPTURE2

<figure><img src="/files/8tKFLJZc9Wxt4OOhJzOl" alt=""><figcaption></figcaption></figure>

### ESD Protection

All the UART signals are protected from ESD using the Nexperia IP4292CZ components. This is part of an optimized BOM as they are also required for the USB interfaces. In additional to its exceptional performance the board layout may be optimized because of being able to route traces straight under the component. <br>

<figure><img src="/files/DF4wMx9QuZzKVVTxqBQM" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/T5DBPn73zlsMdKK65ilC" alt=""><figcaption><p>ESD Protection components on UARTS</p></figcaption></figure>

## Software

\<TODO- describe how to access these GPT pins in software>&#x20;

##


---

# 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://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/gpio/aux-gpio.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.
