Add MAX32655 Kconfig and dts files Co-authored-by: Maureen Helm <maureen.helm@analog.com> Co-authored-by: Okan Sahin <okan.sahin@analog.com> Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
14 lines
286 B
Text
14 lines
286 B
Text
# Analog Devices MAX32655 MCU
|
|
|
|
# Copyright (c) 2023-2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_MAX32655
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default $(dt_node_int_prop_int,/clocks/clk_ipo,clock-frequency)
|
|
|
|
config NUM_IRQS
|
|
default 110
|
|
|
|
endif # SOC_MAX32655
|