1# MIMX8MQ6 M4 SoC defconfig
2
3# Copyright (c) 2021, Kwon Tae-young <tykwon@m2i.co.kr>
4# Copyright 2024 NXP
5# SPDX-License-Identifier: Apache-2.0
6
7if SOC_MIMX8MQ6_M4
8
9config SYS_CLOCK_HW_CYCLES_PER_SEC
10	default 266000000
11
12config NUM_IRQS
13	# must be >= the highest interrupt number used
14	default 127
15
16endif # SOC_MIMX8MQ6_M4
17