18 lines
399 B
Plaintext
18 lines
399 B
Plaintext
# ESP32C2 SoC configuration
|
|
|
|
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_ESP32C2
|
|
|
|
config NUM_IRQS
|
|
default 43
|
|
|
|
config FLASH_SIZE
|
|
default $(dt_node_reg_size_int,/soc/flash-controller@60002000/flash@0,0)
|
|
|
|
config FLASH_BASE_ADDRESS
|
|
default $(dt_node_reg_addr_hex,/soc/flash-controller@60002000/flash@0)
|
|
|
|
endif # SOC_SERIES_ESP32C2
|