Lines Matching +full:clock +full:- +full:lane
6 The i.MX95 EVK (IMX95LPD5EVK-19) board is a platform designed to show the
8 It is an entry-level development board, which helps developers to get familiar
16 - i.MX 95 automotive applications processor
18 - The processor integrates up to six Arm Cortex-A55 cores, and supports
19 functional safety with built-in Arm Cortex-M33 and -M7 cores
21 - DRAM memory: 128-Gbit LPDDR5 DRAM
22 - eMMC: 64 GB Micron eMMC
23 - SPI NOR flash memory: 1 Gbit octal flash memory
24 - USB interface: Two USB ports: Type-A and Type-C
25 - Audio codec interface
27 - One audio codec WM8962BECSN/R with one TX and RX lane
28 - One 3.5 mm 4-pole CTIA standard audio jack
29 - One 4-pin connector to connect speaker
31 - Ethernet interface
33 - ENET2 controller
35 - Connects to a 60-pin Ethernet connector
36 - Supports Ethernet PHY daughter cards that can be configured to operate
39 - ENET1 controller
41 - Supports 100 Mbit/s or 1000 Mbit/s RGMII Ethernet with one RJ45
44 - 10 Gbit Ethernet controller
46 - Supports XFI and USXGMII interfaces with one 10 Gbit RJ45 ICM connected
49 - M.2 interface: One Wi-Fi/Bluetooth Murata Type-2EL module based on NXP AW693
50 chip supporting 2x2 Wi-Fi 6 and Bluetooth 5.2
52 - MIPI CSI interface: Connects to one 36-pin miniSAS connector using x4 lane
54 - MIPI CSIDSI interface: Connects to one 36-pin miniSAS connector using x4 lane
56 - LVDS interface: two mini-SAS connectors each with x4-lane configuration
57 - CAN interface: Two 4-pin CAN headers for external connection
58 - SD card interface: one 4-bit SD3.0 microSD card
59 - I2C interface: I2C1 to I2C7 controllers
60 - FT4232H I2C interface: PCT2075 temperature sensor and current monitoring devices
61 - DMIC interface: two digital microphones (DMIC) providing a single-bit PDM output
62 - ADC interface: two 4-channel ADC header
63 - Audio board interface
65 - Supports PCIe x4 slot for Quantum board connection
66 - Supports PCIe x8 slot for Audio I/O board connection
68 - Debug interface
70 - One USB-to-UART/MPSSE device, FT4232H
71 - One USB 2.0 Type-C connector (J31) for FT4232H provides quad serial ports
78 +-----------+------------+-------------------------------------+
81 | NVIC | on-chip | interrupt controller |
82 +-----------+------------+-------------------------------------+
83 | SYSTICK | on-chip | systick |
84 +-----------+------------+-------------------------------------+
85 | CLOCK | on-chip | clock_control |
86 +-----------+------------+-------------------------------------+
87 | PINMUX | on-chip | pinmux |
88 +-----------+------------+-------------------------------------+
89 | UART | on-chip | serial port |
90 +-----------+------------+-------------------------------------+
91 | I2C | on-chip | i2c |
92 +-----------+------------+-------------------------------------+
93 | TPM | on-chip | tpm |
94 +-----------+------------+-------------------------------------+
99 +-----------+------------+-------------------------------------+
102 | GIC-v4 | on-chip | interrupt controller |
103 +-----------+------------+-------------------------------------+
104 | ARM TIMER | on-chip | system clock |
105 +-----------+------------+-------------------------------------+
106 | CLOCK | on-chip | clock_control |
107 +-----------+------------+-------------------------------------+
108 | PINMUX | on-chip | pinmux |
109 +-----------+------------+-------------------------------------+
110 | UART | on-chip | serial port |
111 +-----------+------------+-------------------------------------+
113 System Clock
114 ------------
116 This board configuration uses a system clock frequency of 24 MHz for Cortex-A55.
117 Cortex-A55 Core runs up to 1.8 GHz.
118 Cortex-M7 Core runs up to 800MHz in which SYSTICK runs on same frequency.
121 -----------
124 CPU's UART1 for Cortex-A55, UART3 for Cortex-M7.
127 ---
139 for example, with the :zephyr:code-sample:`synchronization` sample:
141 1. Build and run the Non-SMP application
143 .. zephyr-app-commands::
144 :zephyr-app: samples/synchronization
145 :host-os: unix
152 plug the SD card into the board. Power it up and stop the u-boot execution at
155 Use U-Boot to load and kick zephyr.bin to Cortex-A55 Core1:
157 .. code-block:: console
162 Or use the following command to kick zephyr.bin to Cortex-A55 Core0:
164 .. code-block:: console
171 .. code-block:: console
173 *** Booting Zephyr OS build v3.6.0-4569-g483c01ca11a7 ***
182 .. zephyr-app-commands::
183 :zephyr-app: samples/synchronization
184 :host-os: unix
191 plug the SD card into the board. Power it up and stop the u-boot execution at
194 Use the following command to kick zephyr.bin to Cortex-A55 Core0:
196 .. code-block:: console
202 .. code-block:: console
204 *** Booting Zephyr OS build v3.7.0-rc3-15-g2f0beaea144a ***
225 Cortex-M33 processor. The Cortex-M33 is the boot core, runs the boot ROM which loads
233 multiple elements required, like ELE+V2X firmware, System Manager, TCM OEI, Cortex-M7
237 MCUXpresso SDK for IMX95LPD5EVK-19.pdf`` in i.MX95 `MCUX SDK release`_. Note that
243 Zephyr supports two M7-based i.MX95 boards: ``imx95_evk/mimx9596/m7`` and
245 used. ``imx95_evk/mimx9596/m7`` uses TCM (ITCM for code and, generally, read-only
248 1. Building the :zephyr:code-sample:`hello_world` application for the TCM-based board
250 .. zephyr-app-commands::
251 :zephyr-app: samples/hello_world
255 2. Building the :zephyr:code-sample:`hello_world` application for the DDR-based board
257 .. zephyr-app-commands::
258 :zephyr-app: samples/hello_world
265 .. code-block:: console
267 *** Booting Zephyr OS build v3.6.0-4569-g483c01ca11a7 ***
272 .. code-block:: console
274 *** Booting Zephyr OS build v3.6.0-4569-g483c01ca11a7 ***
281 …https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/embedded-linux-f…
293 …-and-microcontrollers/arm-processors/i-mx-applications-processors/i-mx-9-processors/i-mx-95-applic…