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

```
GET https://nxp.gitbook.io/navqplus/hardware.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
