mspm0 family of SoC series is split into three category, mspm0g - high performance mspm0l - low power mspm0c - entry level With G already part added, add support for L series of SoC's. Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
# TI MSPM0L series
|
|
|
|
# Copyright (c) 2025 Texas Instruments
|
|
# Copyright (c) 2025 Linumiz GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_MSPM0L
|
|
|
|
config NUM_IRQS
|
|
default 32
|
|
|
|
endif # SOC_SERIES_MSPM0L
|