> 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.md).

# NavQPlus HW Reference

- [Schematics](https://nxp.gitbook.io/navqplus/hardware/schematics.md): Unofficial Schematics for NavQPlus SOM and Carrier
- [Hardware interfaces usage](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces.md)
- [CAN Bus](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/can-bus.md): Using the CAN bus
- [Network Management](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/network-management.md)
- [IX Industrial Ethernet](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/ix-industrial-ethernet.md)
- [MIPI CSI (Camera)](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/mipi-csi.md)
- [MIPI-CSI interface RevA vs RevB rework](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/mipi-csi/mipi-csi-interface-reva-vs-revb-rework.md)
- [100BaseT1 "2-Wire" Ethernet](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/t1-2-wire-automotive-ethernet.md): 100BaseT1 Ethernet interface
- [Available 100BaseT1 hardware](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/t1-2-wire-automotive-ethernet/t1-2-wire-automotive-ethernet.md): Other boards with 100BaseT1 Ethernet interface
- [I2C](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/i2c.md)
- [UARTS](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/uart.md): Multiple UARTs are available on NavPlus
- [UART1 (Bluetooth)](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/uart/uart1-bluetooth.md): UART1 - Bluetooth
- [UART2 (A53 Debug)](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/uart/uart2-a53-debug.md): UART2 - A53 Debug
- [UART3 (SPI)](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/uart/uart3.md): UART3 for users
- [UART4 (M7 MCU Core)](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/uart/uart4-m7-core.md): UART3 for users
- [USB-C](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/usb-c.md): Using the USB-C interface
- [PCIe](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/pcie.md)
- [GPIO](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/gpio.md)
- [AUX - GPIO](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/gpio/aux-gpio.md): GPIO on the AUX connection
- [Miscellaneous GPIO pins](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/gpio/miscellaneous-gpio-pins.md): DRAFT DRAFTD
- [External RTC - Timestamp inputs](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/external-rtc-timestamp-inputs.md)
- [Micro-HDMI](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/micro-hdmi.md)
- [LVDS](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/lvds.md)
- [MIPI DSI](https://nxp.gitbook.io/navqplus/hardware/hardware-interfaces/mipi-dsi.md)


---

# 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.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.
