arch: arm: nxp: imxrt1015: add device support

- Add SoC information for RT1015

Signed-off-by: Ryan QIAN <jianghao.qian@nxp.com>
This commit is contained in:
Ryan QIAN 2019-03-04 22:59:15 +08:00 committed by Maureen Helm
commit f44514d1e4
4 changed files with 56 additions and 1 deletions

View file

@ -38,7 +38,7 @@ 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
#if defined(CONFIG_SOC_MIMXRT1021) || defined(CONFIG_SOC_MIMXRT1015)
.enableClkOutput500M = true,
#endif
#ifdef CONFIG_ETH_MCUX