Support for NXP MIMXRT1176AVM8A MCU variant #95024
-
Hi, We are preparing bringup of a custom board based on the MIMXRT1176AVM8A variant and recently stumbled upon https://github.com/zephyrproject-rtos/zephyr/issues/69316 . Based on https://github.com/zephyrproject-rtos/zephyr/pull/92203 it is unclear whether a board specific clock config override is still required? Would the device tree entry:
be sufficient to achieve the 800MHz, or? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @mnsgs , So yes, you can use the devicetree like that to configure the frequency. Best regards |
Beta Was this translation helpful? Give feedback.
-
Thanks for the prompt reply @DerekSnell 👍 |
Beta Was this translation helpful? Give feedback.
Hi @mnsgs ,
Good point, thank you for raising this. The issue you found is outdated, and like you found, the ARM PLL is now configured by devicetree. I updated #69316 (comment) and closed that issue.
So yes, you can use the devicetree like that to configure the frequency. Best regards