-
Notifications
You must be signed in to change notification settings - Fork 7.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boards: nxp: add mcx_n9xx_evk #87639
base: main
Are you sure you want to change the base?
Conversation
@hakehuang , can you please run your tests on this new board? Thank you |
f5aafa2
to
7d2a090
Compare
@DerekSnell sure, I kick a full testing, will feedback once done in 1 day. |
7d2a090
to
93b5cca
Compare
Resolved build errors found with Twister.
|
Another board for the MCXN947 SOC, very similar to FRDM-MCXN947 Signed-off-by: Derek Snell <derek.snell@nxp.com>
93b5cca
to
f17478a
Compare
Rebased to use major NXL_HAL update in #84423 . |
All build and board test PASS |
pinctrl-0 = <&pinmux_usdhc0>; | ||
pinctrl-1 = <&pinmux_usdhc0>; | ||
pinctrl-2 = <&pinmux_usdhc0>; | ||
cd-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
according to the schematic P0_11/SD_VDDEN-SD_CARD need to pull high
pwr-gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
The MCX-N9XX-EVK board configuration supports the following hardware features: | ||
|
||
+-----------+------------+-------------------------------------+ | ||
| Interface | Controller | Driver/Component | | ||
+===========+============+=====================================+ | ||
| NVIC | on-chip | nested vector interrupt controller | | ||
+-----------+------------+-------------------------------------+ | ||
| SYSTICK | on-chip | systick | | ||
+-----------+------------+-------------------------------------+ | ||
| PINMUX | on-chip | pinmux | | ||
+-----------+------------+-------------------------------------+ | ||
| GPIO | on-chip | gpio | | ||
+-----------+------------+-------------------------------------+ | ||
| UART | on-chip | serial port-polling; | | ||
| | | serial port-interrupt | | ||
+-----------+------------+-------------------------------------+ | ||
| SPI | on-chip | spi | | ||
+-----------+------------+-------------------------------------+ | ||
| DMA | on-chip | dma | | ||
+-----------+------------+-------------------------------------+ | ||
| I2C | on-chip | i2c | | ||
+-----------+------------+-------------------------------------+ | ||
| I3C | on-chip | i3c | | ||
+-----------+------------+-------------------------------------+ | ||
| CLOCK | on-chip | clock_control | | ||
+-----------+------------+-------------------------------------+ | ||
| FLASH | on-chip | soc flash | | ||
+-----------+------------+-------------------------------------+ | ||
| FLEXSPI | on-chip | flash programming | | ||
+-----------+------------+-------------------------------------+ | ||
| DAC | on-chip | dac | | ||
+-----------+------------+-------------------------------------+ | ||
| ENET QOS | on-chip | ethernet | | ||
+-----------+------------+-------------------------------------+ | ||
| WATCHDOG | on-chip | watchdog | | ||
+-----------+------------+-------------------------------------+ | ||
| PWM | on-chip | pwm | | ||
+-----------+------------+-------------------------------------+ | ||
| SCTimer | on-chip | pwm | | ||
+-----------+------------+-------------------------------------+ | ||
| CTIMER | on-chip | counter | | ||
+-----------+------------+-------------------------------------+ | ||
| USDHC | on-chip | sdhc | | ||
+-----------+------------+-------------------------------------+ | ||
| VREF | on-chip | regulator | | ||
+-----------+------------+-------------------------------------+ | ||
| ADC | on-chip | adc | | ||
+-----------+------------+-------------------------------------+ | ||
| HWINFO | on-chip | Unique device serial number | | ||
+-----------+------------+-------------------------------------+ | ||
| USBHS | on-chip | USB High-Speed device | | ||
+-----------+------------+-------------------------------------+ | ||
| USBFS | on-chip | USB Full-Speed device | | ||
+-----------+------------+-------------------------------------+ | ||
| LPCMP | on-chip | sensor(comparator) | | ||
+-----------+------------+-------------------------------------+ | ||
| FLEXCAN | on-chip | CAN | | ||
+-----------+------------+-------------------------------------+ | ||
| LPTMR | on-chip | counter | | ||
+-----------+------------+-------------------------------------+ | ||
| FLEXIO | on-chip | flexio | | ||
+-----------+------------+-------------------------------------+ | ||
| SAI | on-chip | i2s | | ||
+-----------+------------+-------------------------------------+ | ||
| DISPLAY | on-chip | flexio; MIPI-DBI. Tested with | | ||
| | | :ref:`lcd_par_s035` | | ||
+-----------+------------+-------------------------------------+ | ||
| MRT | on-chip | counter | | ||
+-----------+------------+-------------------------------------+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switch to new directive :)
- :zephyr_file:`samples/subsys/ipc/ipc_service/static_vrings` | ||
- :zephyr_file:`samples/subsys/ipc/openamp` | ||
- :zephyr_file:`samples/drivers/mbox` | ||
- :zephyr_file:`samples/drivers/mbox_data` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use :zephyr:code-sample:
to reference code samples by name
Another board for the MCXN947 SOC, very similar to FRDM-MCXN947. Nearly all of these files were copied from the FRDM-MCXN947 board.
Sharing as a draft until more tests are validated.
Using mcuboot with the
qspi
board variant requires mcu-tools/mcuboot#2246 . And then this build command works well:Samples and tests tested on this board:
Known Issues: