blob: 68832bc1215f3f5cc1afdb61aa032d3c55d9ca34 [file] [log] [blame]
# i.MX RT1010
# Copyright (c) 2019, NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_MIMXRT1011
config SOC
string
default "mimxrt1011"
config HAS_ARM_DIV
default n
config NUM_IRQS
default 80
config ARM_DIV
default 0
config AHB_DIV
default 0
config IPG_DIV
default 3
config DCDC_VALUE
default 0x12
config GPIO
default y
config FLEXSPI_CONFIG_BLOCK_OFFSET
default 0x400
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 500000000 if CORTEX_M_SYSTICK
endif # SOC_MIMXRT1010