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:
Ryan QIAN 2019-01-08 08:27:52 +08:00 committed by Maureen Helm
commit b416758e9f
3 changed files with 80 additions and 0 deletions

View file

@ -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,
};