> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/d2x/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/d2x/d2x-board-rev1/part-list.md).

# Part list

Only the main components are listed for reference.

## Main board

| Part#    | Name                                                                                               | Description                |
| -------- | -------------------------------------------------------------------------------------------------- | -------------------------- |
| U11, U17 | [TJA1100HZN](http://www.nxp.com/documents/data_sheet/TJA1100.pdf)                                  | 2wire Ethernet transceiver |
| U37      | [A7001CMHN1](http://www.nxp.com/documents/short_data_sheet/A710X_FAM_SDS.pdf)                      | security controller        |
| U33, U34 | [TJA1044GTK/3](http://www.nxp.com/documents/data_sheet/TJA1044.pdf)                                | high speed CAN transceiver |
| U10      | [SJA1105P](http://www.nxp.com/documents/data_sheet/SJA1105.pdf)                                    | 5port ethernet switch      |
| U8, U12  | [AR8035](https://media.digikey.com/pdf/Data%20Sheets/CSR%20PDFs/AR8035_DS_\(Atheros\)_Mar2011.pdf) | Ethernet transceiver       |

## Vera RF board

On the RF board the [uBlox Vera-P174](https://www.u-blox.com/en/product/vera-p1-series) transceiver module is used.

## Compute module

As compute module the Technexion [PICO-IMX6](https://www.technexion.com/products/system-on-modules/pico/pico-compute-modules/detail/PICO-IMX6) Quad core is used.

* NXP i.MX6 Quad
* 1.0 GHz
* 1Gb DDR3
* MicroSD Cardslot


---

# 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/d2x/d2x-board-rev1/part-list.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.
