1# ESP32C2 SoC configuration
2
3# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_SERIES_ESP32C2
7
8config NUM_IRQS
9	default 43
10
11config FLASH_SIZE
12	default $(dt_node_reg_size_int,/soc/flash-controller@60002000/flash@0,0)
13
14config FLASH_BASE_ADDRESS
15	default $(dt_node_reg_addr_hex,/soc/flash-controller@60002000/flash@0)
16
17endif # SOC_SERIES_ESP32C2
18