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:
parent
55a63cadc1
commit
f44514d1e4
4 changed files with 56 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue