arch: arm: nxp: imxrt1021: add device support
- Add Soc information for RT1020 Signed-off-by: Ryan QIAN <jianghao.qian@nxp.com>
This commit is contained in:
parent
7cd79d8207
commit
b416758e9f
3 changed files with 80 additions and 0 deletions
|
@ -37,7 +37,11 @@ const clock_usb_pll_config_t usb1PllConfig = {
|
|||
#ifdef CONFIG_INIT_ENET_PLL
|
||||
/* ENET PLL configuration for RUN mode */
|
||||
const clock_enet_pll_config_t ethPllConfig = {
|
||||
#ifdef CONFIG_SOC_MIMXRT1021
|
||||
.enableClkOutput500M = true,
|
||||
#else
|
||||
.enableClkOutput = true,
|
||||
#endif
|
||||
.enableClkOutput25M = false,
|
||||
.loopDivider = 1,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue