|
1 | 1 | .. _mimxrt1170_evk:
|
2 | 2 |
|
3 |
| -NXP MIMXRT1170-EVK |
4 |
| -################## |
| 3 | +NXP MIMXRT1170-EVK/EVKB |
| 4 | +####################### |
5 | 5 |
|
6 | 6 | Overview
|
7 | 7 | ********
|
8 | 8 |
|
9 | 9 | The dual core i.MX RT1170 runs on the Cortex-M7 core at 1 GHz and on the Cortex-M4
|
10 | 10 | at 400 MHz. The i.MX RT1170 MCU offers support over a wide temperature range
|
11 |
| -and is qualified for consumer, industrial and automotive markets. |
| 11 | +and is qualified for consumer, industrial and automotive markets. Zephyr |
| 12 | +supports the initial revision of this EVK, as well as EVK rev B. |
12 | 13 |
|
13 | 14 | .. image:: mimxrt1170_evk.jpg
|
14 | 15 | :align: center
|
@@ -86,55 +87,59 @@ Supported Features
|
86 | 87 | NXP considers the MIMXRT1170-EVK as the superset board for the i.MX RT11xx
|
87 | 88 | family of MCUs. This board is a focus for NXP's Full Platform Support for
|
88 | 89 | Zephyr, to better enable the entire RT11xx family. NXP prioritizes enabling
|
89 |
| -this board with new support for Zephyr features. The mimxrt1170_evk board |
90 |
| -configuration supports the following hardware features: |
91 |
| - |
92 |
| -+-----------+------------+-------------------------------------+ |
93 |
| -| Interface | Controller | Driver/Component | |
94 |
| -+===========+============+=====================================+ |
95 |
| -| NVIC | on-chip | nested vector interrupt controller | |
96 |
| -+-----------+------------+-------------------------------------+ |
97 |
| -| SYSTICK | on-chip | systick | |
98 |
| -+-----------+------------+-------------------------------------+ |
99 |
| -| GPIO | on-chip | gpio | |
100 |
| -+-----------+------------+-------------------------------------+ |
101 |
| -| COUNTER | on-chip | counter | |
102 |
| -+-----------+------------+-------------------------------------+ |
103 |
| -| CAN | on-chip | flexcan | |
104 |
| -+-----------+------------+-------------------------------------+ |
105 |
| -| SPI | on-chip | spi | |
106 |
| -+-----------+------------+-------------------------------------+ |
107 |
| -| I2C | on-chip | i2c | |
108 |
| -+-----------+------------+-------------------------------------+ |
109 |
| -| PWM | on-chip | pwm | |
110 |
| -+-----------+------------+-------------------------------------+ |
111 |
| -| ADC | on-chip | adc | |
112 |
| -+-----------+------------+-------------------------------------+ |
113 |
| -| UART | on-chip | serial port-polling; | |
114 |
| -| | | serial port-interrupt | |
115 |
| -+-----------+------------+-------------------------------------+ |
116 |
| -| DMA | on-chip | dma | |
117 |
| -+-----------+------------+-------------------------------------+ |
118 |
| -| GPT | on-chip | gpt | |
119 |
| -+-----------+------------+-------------------------------------+ |
120 |
| -| WATCHDOG | on-chip | watchdog | |
121 |
| -+-----------+------------+-------------------------------------+ |
122 |
| -| ENET | on-chip | ethernet | |
123 |
| -+-----------+------------+-------------------------------------+ |
124 |
| -| SAI | on-chip | i2s | |
125 |
| -+-----------+------------+-------------------------------------+ |
126 |
| -| USB | on-chip | USB Device | |
127 |
| -+-----------+------------+-------------------------------------+ |
128 |
| -| HWINFO | on-chip | Unique device serial number | |
129 |
| -+-----------+------------+-------------------------------------+ |
130 |
| -| DISPLAY | on-chip | display | |
131 |
| -+-----------+------------+-------------------------------------+ |
132 |
| -| ACMP | on-chip | analog comparator | |
133 |
| -+-----------+------------+-------------------------------------+ |
134 |
| -| CAAM RNG | on-chip | entropy | |
135 |
| -+-----------+------------+-------------------------------------+ |
136 |
| -| FLEXSPI | on-chip | flash programming | |
137 |
| -+-----------+------------+-------------------------------------+ |
| 90 | +this board with new support for Zephyr features. Note that this table |
| 91 | +covers two boards: the RT1170 EVK (`mimxrt1170_evk_cm7/cm4`), and |
| 92 | +RT1170 EVKB (`mimxrt1170_evkb_cm7/cm4`) |
| 93 | + |
| 94 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 95 | +| Interface | Controller | Driver/Component | RT1170 EVK | RT1170 EVKB | |
| 96 | ++===========+============+=====================================+=================+=================+ |
| 97 | +| NVIC | on-chip | nested vector interrupt controller | Supported | Supported | |
| 98 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 99 | +| SYSTICK | on-chip | systick | Supported | Supported | |
| 100 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 101 | +| GPIO | on-chip | gpio | Supported | Supported | |
| 102 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 103 | +| COUNTER | on-chip | gpt | Supported | Supported | |
| 104 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 105 | +| CAN | on-chip | flexcan | Supported (M7) | Supported (M7) | |
| 106 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 107 | +| SPI | on-chip | spi | Supported (M7) | No support | |
| 108 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 109 | +| I2C | on-chip | i2c | Supported | No support | |
| 110 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 111 | +| PWM | on-chip | pwm | Supported | Supported | |
| 112 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 113 | +| ADC | on-chip | adc | Supported (M7) | No support | |
| 114 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 115 | +| UART | on-chip | serial port-polling; | Supported | Supported | |
| 116 | +| | | serial port-interrupt; | | | |
| 117 | +| | | serial port-async | | | |
| 118 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 119 | +| DMA | on-chip | dma | Supported | No support | |
| 120 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 121 | +| GPT | on-chip | gpt | Supported | Supported | |
| 122 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 123 | +| WATCHDOG | on-chip | watchdog | Supported (M7) | Supported (M7) | |
| 124 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 125 | +| ENET | on-chip | ethernet | Supported (M7) | No support | |
| 126 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 127 | +| SAI | on-chip | i2s | Supported | No support | |
| 128 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 129 | +| USB | on-chip | USB Device | Supported (M7) | Supported (M7) | |
| 130 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 131 | +| HWINFO | on-chip | Unique device serial number | Supported (M7) | Supported (M7) | |
| 132 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 133 | +| DISPLAY | on-chip | display | Supported (M7) | No support | |
| 134 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 135 | +| ACMP | on-chip | analog comparator | Supported | No support | |
| 136 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 137 | +| CAAM RNG | on-chip | entropy | Supported (M7) | No support | |
| 138 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 139 | +| FLEXSPI | on-chip | flash programming | Supported (M7) | No support | |
| 140 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
| 141 | +| SDHC | on-chip | SD host controller | Supported (M7) | Supported (M7) | |
| 142 | ++-----------+------------+-------------------------------------+-----------------+-----------------+ |
138 | 143 |
|
139 | 144 | The default configuration can be found in the defconfig file:
|
140 | 145 | ``boards/arm/mimxrt1170_evk/mimxrt1170_evk_cm7_defconfig``
|
|
0 commit comments