Loading...
# MIMX8MQ6 SoC defconfig # Copyright (c) 2021, Kwon Tae-young <tykwon@m2i.co.kr> # SPDX-License-Identifier: Apache-2.0 if SOC_MIMX8MQ6 config SOC string default "mimx8mq6" config SYS_CLOCK_HW_CYCLES_PER_SEC int default 266000000 if CLOCK_CONTROL config CLOCK_CONTROL_MCUX_CCM default y if HAS_MCUX_CCM endif # CLOCK_CONTROL if PINMUX config PINMUX_MCUX default y endif # PINMUX if SERIAL config UART_MCUX_IUART default y endif # SERIAL endif # SOC_MIMX8MQ6 |