mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 19:55:55 +00:00
Modify and reorganize SoC to meet updated hal. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com> Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_ESP32S3
|
|
|
|
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_ESP32S3
|