diff --git a/components/soc/dport_access_common.c b/components/soc/dport_access_common.c index 9cc09f21aa3..68d79fbc39a 100644 --- a/components/soc/dport_access_common.c +++ b/components/soc/dport_access_common.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32/adc_periph.c b/components/soc/esp32/adc_periph.c index 78243a6439a..ae260bab545 100644 --- a/components/soc/esp32/adc_periph.c +++ b/components/soc/esp32/adc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/adc_periph.h" diff --git a/components/soc/esp32/dac_periph.c b/components/soc/esp32/dac_periph.c index 2e503c40609..15391b6bef6 100644 --- a/components/soc/esp32/dac_periph.c +++ b/components/soc/esp32/dac_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/dac_periph.h" diff --git a/components/soc/esp32/dport_access.c b/components/soc/esp32/dport_access.c index eb21d398fea..e3221b2cd50 100644 --- a/components/soc/esp32/dport_access.c +++ b/components/soc/esp32/dport_access.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32/gpio_periph.c b/components/soc/esp32/gpio_periph.c index b2940e378ff..50af2e1b60d 100644 --- a/components/soc/esp32/gpio_periph.c +++ b/components/soc/esp32/gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32/include/soc/adc_channel.h b/components/soc/esp32/include/soc/adc_channel.h index c47b42c7b11..b214d9fd786 100644 --- a/components/soc/esp32/include/soc/adc_channel.h +++ b/components/soc/esp32/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/bb_reg.h b/components/soc/esp32/include/soc/bb_reg.h index 51ae751d0f8..211a2189d92 100644 --- a/components/soc/esp32/include/soc/bb_reg.h +++ b/components/soc/esp32/include/soc/bb_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BB_REG_H_ diff --git a/components/soc/esp32/include/soc/boot_mode.h b/components/soc/esp32/include/soc/boot_mode.h index 28ab835864f..39435592b4c 100644 --- a/components/soc/esp32/include/soc/boot_mode.h +++ b/components/soc/esp32/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BOOT_MODE_H_ diff --git a/components/soc/esp32/include/soc/clk_tree_defs.h b/components/soc/esp32/include/soc/clk_tree_defs.h index a770f9a4936..0d5d3b71c14 100644 --- a/components/soc/esp32/include/soc/clk_tree_defs.h +++ b/components/soc/esp32/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/clkout_channel.h b/components/soc/esp32/include/soc/clkout_channel.h index 89548d2f459..ca0ac0d4a9e 100644 --- a/components/soc/esp32/include/soc/clkout_channel.h +++ b/components/soc/esp32/include/soc/clkout_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/dac_channel.h b/components/soc/esp32/include/soc/dac_channel.h index d37ddb20076..0ae12367604 100644 --- a/components/soc/esp32/include/soc/dac_channel.h +++ b/components/soc/esp32/include/soc/dac_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/dport_access.h b/components/soc/esp32/include/soc/dport_access.h index 2c5f71b502f..7b5f4058fb3 100644 --- a/components/soc/esp32/include/soc/dport_access.h +++ b/components/soc/esp32/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _DPORT_ACCESS_H_ diff --git a/components/soc/esp32/include/soc/efuse_defs.h b/components/soc/esp32/include/soc/efuse_defs.h index 182e5f0a20e..6b4f5798b79 100644 --- a/components/soc/esp32/include/soc/efuse_defs.h +++ b/components/soc/esp32/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/ext_mem_defs.h b/components/soc/esp32/include/soc/ext_mem_defs.h index f4d026b0cf6..ebb11df7ce0 100644 --- a/components/soc/esp32/include/soc/ext_mem_defs.h +++ b/components/soc/esp32/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _CACHE_MEMORY_H_ #define _CACHE_MEMORY_H_ diff --git a/components/soc/esp32/include/soc/gpio_num.h b/components/soc/esp32/include/soc/gpio_num.h index 03d61e4c352..2a0846958ca 100644 --- a/components/soc/esp32/include/soc/gpio_num.h +++ b/components/soc/esp32/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/gpio_pins.h b/components/soc/esp32/include/soc/gpio_pins.h index aeac0770697..40533bddbd8 100644 --- a/components/soc/esp32/include/soc/gpio_pins.h +++ b/components/soc/esp32/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/hwcrypto_reg.h b/components/soc/esp32/include/soc/hwcrypto_reg.h index aaae7010614..4dd85dfbf5a 100644 --- a/components/soc/esp32/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef __HWCRYPTO_REG_H__ #define __HWCRYPTO_REG_H__ diff --git a/components/soc/esp32/include/soc/interrupts.h b/components/soc/esp32/include/soc/interrupts.h index cfde796fdc0..b5451132dae 100644 --- a/components/soc/esp32/include/soc/interrupts.h +++ b/components/soc/esp32/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/mmu.h b/components/soc/esp32/include/soc/mmu.h index 16401c52532..3d1b670db1b 100644 --- a/components/soc/esp32/include/soc/mmu.h +++ b/components/soc/esp32/include/soc/mmu.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/nrx_reg.h b/components/soc/esp32/include/soc/nrx_reg.h index 16e6e148497..3fcdb6a7127 100644 --- a/components/soc/esp32/include/soc/nrx_reg.h +++ b/components/soc/esp32/include/soc/nrx_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/periph_defs.h b/components/soc/esp32/include/soc/periph_defs.h index f76453d92b6..e9e7808fd12 100644 --- a/components/soc/esp32/include/soc/periph_defs.h +++ b/components/soc/esp32/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/pid.h b/components/soc/esp32/include/soc/pid.h index a38c0329b1b..228a7661033 100644 --- a/components/soc/esp32/include/soc/pid.h +++ b/components/soc/esp32/include/soc/pid.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_PID_H_ #define _SOC_PID_H_ diff --git a/components/soc/esp32/include/soc/regi2c_apll.h b/components/soc/esp32/include/soc/regi2c_apll.h index 6787c0ca7b5..f87ab9aec65 100644 --- a/components/soc/esp32/include/soc/regi2c_apll.h +++ b/components/soc/esp32/include/soc/regi2c_apll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/regi2c_bbpll.h b/components/soc/esp32/include/soc/regi2c_bbpll.h index b2d07574ab4..232bbb95598 100644 --- a/components/soc/esp32/include/soc/regi2c_bbpll.h +++ b/components/soc/esp32/include/soc/regi2c_bbpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/regi2c_defs.h b/components/soc/esp32/include/soc/regi2c_defs.h index 1f7d121ae87..0c396203862 100644 --- a/components/soc/esp32/include/soc/regi2c_defs.h +++ b/components/soc/esp32/include/soc/regi2c_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/rtc_io_channel.h b/components/soc/esp32/include/soc/rtc_io_channel.h index aaad6ab2214..2ac1d41daf9 100644 --- a/components/soc/esp32/include/soc/rtc_io_channel.h +++ b/components/soc/esp32/include/soc/rtc_io_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_IO_CHANNEL_H diff --git a/components/soc/esp32/include/soc/sdio_slave_pins.h b/components/soc/esp32/include/soc/sdio_slave_pins.h index 51ee6d6e76c..55fdd887bb1 100644 --- a/components/soc/esp32/include/soc/sdio_slave_pins.h +++ b/components/soc/esp32/include/soc/sdio_slave_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/soc.h b/components/soc/esp32/include/soc/soc.h index 6fe8afa7316..b6dfce3956d 100644 --- a/components/soc/esp32/include/soc/soc.h +++ b/components/soc/esp32/include/soc/soc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/soc_caps.h b/components/soc/esp32/include/soc/soc_caps.h index 39c9bd8fc9a..bda61534455 100644 --- a/components/soc/esp32/include/soc/soc_caps.h +++ b/components/soc/esp32/include/soc/soc_caps.h @@ -2,7 +2,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32/include/soc/soc_caps_full.h b/components/soc/esp32/include/soc/soc_caps_full.h index 5eaba84584c..5ab98ae2882 100644 --- a/components/soc/esp32/include/soc/soc_caps_full.h +++ b/components/soc/esp32/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/soc_pins.h b/components/soc/esp32/include/soc/soc_pins.h index 0d0107e6e66..3edba16fe46 100644 --- a/components/soc/esp32/include/soc/soc_pins.h +++ b/components/soc/esp32/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32/include/soc/spi_pins.h b/components/soc/esp32/include/soc/spi_pins.h index 2603bb381b3..f7a095f978a 100644 --- a/components/soc/esp32/include/soc/spi_pins.h +++ b/components/soc/esp32/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/system_intr.h b/components/soc/esp32/include/soc/system_intr.h index 9289296b49a..f9e3b24e2e9 100644 --- a/components/soc/esp32/include/soc/system_intr.h +++ b/components/soc/esp32/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/touch_sensor_channel.h b/components/soc/esp32/include/soc/touch_sensor_channel.h index fb538423708..ce2a1993dc1 100644 --- a/components/soc/esp32/include/soc/touch_sensor_channel.h +++ b/components/soc/esp32/include/soc/touch_sensor_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_TOUCH_CHANNEL_H diff --git a/components/soc/esp32/include/soc/tracemem_config.h b/components/soc/esp32/include/soc/tracemem_config.h index 4d73ecfe518..877e8aec550 100644 --- a/components/soc/esp32/include/soc/tracemem_config.h +++ b/components/soc/esp32/include/soc/tracemem_config.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/uart_channel.h b/components/soc/esp32/include/soc/uart_channel.h index 89c6a8956cc..c6194008450 100644 --- a/components/soc/esp32/include/soc/uart_channel.h +++ b/components/soc/esp32/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32. diff --git a/components/soc/esp32/include/soc/uart_pins.h b/components/soc/esp32/include/soc/uart_pins.h index 85561453949..9c01dfaf3ff 100644 --- a/components/soc/esp32/include/soc/uart_pins.h +++ b/components/soc/esp32/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/include/soc/wdev_reg.h b/components/soc/esp32/include/soc/wdev_reg.h index aa2a1628fd8..4d9c1033c51 100644 --- a/components/soc/esp32/include/soc/wdev_reg.h +++ b/components/soc/esp32/include/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/interrupts.c b/components/soc/esp32/interrupts.c index ef9be42e7e8..4f1294d8216 100644 --- a/components/soc/esp32/interrupts.c +++ b/components/soc/esp32/interrupts.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32/ld/esp32.peripherals.ld b/components/soc/esp32/ld/esp32.peripherals.ld index 9d7b49fe283..ac4790c33d3 100644 --- a/components/soc/esp32/ld/esp32.peripherals.ld +++ b/components/soc/esp32/ld/esp32.peripherals.ld @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ PROVIDE ( UART0 = 0x3ff40000 ); PROVIDE ( SPI1 = 0x3ff42000 ); diff --git a/components/soc/esp32/ledc_periph.c b/components/soc/esp32/ledc_periph.c index d3b2fca7983..140ad209a68 100644 --- a/components/soc/esp32/ledc_periph.c +++ b/components/soc/esp32/ledc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32/mpi_periph.c b/components/soc/esp32/mpi_periph.c index e5c277c5128..9b436dedd54 100644 --- a/components/soc/esp32/mpi_periph.c +++ b/components/soc/esp32/mpi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/hwcrypto_reg.h" diff --git a/components/soc/esp32/pcnt_periph.c b/components/soc/esp32/pcnt_periph.c index a85d7c4b945..fb1b1d7630b 100644 --- a/components/soc/esp32/pcnt_periph.c +++ b/components/soc/esp32/pcnt_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "hal/pcnt_periph.h" diff --git a/components/soc/esp32/power_supply_periph.c b/components/soc/esp32/power_supply_periph.c index 95498a03d54..243757aac6e 100644 --- a/components/soc/esp32/power_supply_periph.c +++ b/components/soc/esp32/power_supply_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/power_supply_periph.h" diff --git a/components/soc/esp32/register/soc/apb_ctrl_reg.h b/components/soc/esp32/register/soc/apb_ctrl_reg.h index 0227daab68a..4e5d120b833 100644 --- a/components/soc/esp32/register/soc/apb_ctrl_reg.h +++ b/components/soc/esp32/register/soc/apb_ctrl_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_APB_CTRL_REG_H_ #define _SOC_APB_CTRL_REG_H_ diff --git a/components/soc/esp32/register/soc/apb_ctrl_struct.h b/components/soc/esp32/register/soc/apb_ctrl_struct.h index 0e803270bfa..1c67dfacace 100644 --- a/components/soc/esp32/register/soc/apb_ctrl_struct.h +++ b/components/soc/esp32/register/soc/apb_ctrl_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_APB_CTRL_STRUCT_H_ #define _SOC_APB_CTRL_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/dport_reg.h b/components/soc/esp32/register/soc/dport_reg.h index 3761f1e9ed1..3bc5fba670f 100644 --- a/components/soc/esp32/register/soc/dport_reg.h +++ b/components/soc/esp32/register/soc/dport_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/efuse_reg.h b/components/soc/esp32/register/soc/efuse_reg.h index aef43236242..a64e10e3574 100644 --- a/components/soc/esp32/register/soc/efuse_reg.h +++ b/components/soc/esp32/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/efuse_struct.h b/components/soc/esp32/register/soc/efuse_struct.h index f8d78500a3a..9da1417f253 100644 --- a/components/soc/esp32/register/soc/efuse_struct.h +++ b/components/soc/esp32/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/emac_dma_struct.h b/components/soc/esp32/register/soc/emac_dma_struct.h index 6460337af9e..5c834af32cf 100644 --- a/components/soc/esp32/register/soc/emac_dma_struct.h +++ b/components/soc/esp32/register/soc/emac_dma_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/emac_ext_struct.h b/components/soc/esp32/register/soc/emac_ext_struct.h index bf256469a36..329bae55504 100644 --- a/components/soc/esp32/register/soc/emac_ext_struct.h +++ b/components/soc/esp32/register/soc/emac_ext_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/emac_mac_struct.h b/components/soc/esp32/register/soc/emac_mac_struct.h index c35275792da..da2a05f08b6 100644 --- a/components/soc/esp32/register/soc/emac_mac_struct.h +++ b/components/soc/esp32/register/soc/emac_mac_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/gpio_reg.h b/components/soc/esp32/register/soc/gpio_reg.h index 906a2a0b7c9..c0821e85816 100644 --- a/components/soc/esp32/register/soc/gpio_reg.h +++ b/components/soc/esp32/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_REG_H_ #define _SOC_GPIO_REG_H_ diff --git a/components/soc/esp32/register/soc/gpio_sd_reg.h b/components/soc/esp32/register/soc/gpio_sd_reg.h index 97a02410d1b..eee93345e51 100644 --- a/components/soc/esp32/register/soc/gpio_sd_reg.h +++ b/components/soc/esp32/register/soc/gpio_sd_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/gpio_sd_struct.h b/components/soc/esp32/register/soc/gpio_sd_struct.h index a24e8f5ec3c..5dcc1a0df19 100644 --- a/components/soc/esp32/register/soc/gpio_sd_struct.h +++ b/components/soc/esp32/register/soc/gpio_sd_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/gpio_struct.h b/components/soc/esp32/register/soc/gpio_struct.h index 8b77549dda2..326a071a9cd 100644 --- a/components/soc/esp32/register/soc/gpio_struct.h +++ b/components/soc/esp32/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_STRUCT_H_ #define _SOC_GPIO_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/i2c_reg.h b/components/soc/esp32/register/soc/i2c_reg.h index dd7cf0a50de..f79fad1ed98 100644 --- a/components/soc/esp32/register/soc/i2c_reg.h +++ b/components/soc/esp32/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_I2C_REG_H_ #define _SOC_I2C_REG_H_ diff --git a/components/soc/esp32/register/soc/i2c_struct.h b/components/soc/esp32/register/soc/i2c_struct.h index 0c7e9822685..b9b24087924 100644 --- a/components/soc/esp32/register/soc/i2c_struct.h +++ b/components/soc/esp32/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_I2C_STRUCT_H_ #define _SOC_I2C_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/i2s_reg.h b/components/soc/esp32/register/soc/i2s_reg.h index 1af259d79d0..3e9d3a781c8 100644 --- a/components/soc/esp32/register/soc/i2s_reg.h +++ b/components/soc/esp32/register/soc/i2s_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/i2s_struct.h b/components/soc/esp32/register/soc/i2s_struct.h index 5f37cf79170..b289151721c 100644 --- a/components/soc/esp32/register/soc/i2s_struct.h +++ b/components/soc/esp32/register/soc/i2s_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/io_mux_reg.h b/components/soc/esp32/register/soc/io_mux_reg.h index 01608eb8009..522f6604c43 100644 --- a/components/soc/esp32/register/soc/io_mux_reg.h +++ b/components/soc/esp32/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_IO_MUX_REG_H_ #define _SOC_IO_MUX_REG_H_ diff --git a/components/soc/esp32/register/soc/ledc_reg.h b/components/soc/esp32/register/soc/ledc_reg.h index ddf333d3659..68dae4a4c4d 100644 --- a/components/soc/esp32/register/soc/ledc_reg.h +++ b/components/soc/esp32/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_LEDC_REG_H_ #define _SOC_LEDC_REG_H_ diff --git a/components/soc/esp32/register/soc/ledc_struct.h b/components/soc/esp32/register/soc/ledc_struct.h index 42b5b1896cf..16d34244b95 100644 --- a/components/soc/esp32/register/soc/ledc_struct.h +++ b/components/soc/esp32/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_LEDC_STRUCT_H_ #define _SOC_LEDC_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/mcpwm_reg.h b/components/soc/esp32/register/soc/mcpwm_reg.h index c8e749dac0c..c199c590e75 100644 --- a/components/soc/esp32/register/soc/mcpwm_reg.h +++ b/components/soc/esp32/register/soc/mcpwm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/mcpwm_struct.h b/components/soc/esp32/register/soc/mcpwm_struct.h index 9040142e67e..c62621c5a94 100644 --- a/components/soc/esp32/register/soc/mcpwm_struct.h +++ b/components/soc/esp32/register/soc/mcpwm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/pcnt_reg.h b/components/soc/esp32/register/soc/pcnt_reg.h index d40b1a039a3..f87678cb98e 100644 --- a/components/soc/esp32/register/soc/pcnt_reg.h +++ b/components/soc/esp32/register/soc/pcnt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/pcnt_struct.h b/components/soc/esp32/register/soc/pcnt_struct.h index f2a89471847..503d449fe0b 100644 --- a/components/soc/esp32/register/soc/pcnt_struct.h +++ b/components/soc/esp32/register/soc/pcnt_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/reg_base.h b/components/soc/esp32/register/soc/reg_base.h index 7205809a951..34b51b414e4 100644 --- a/components/soc/esp32/register/soc/reg_base.h +++ b/components/soc/esp32/register/soc/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #define DR_REG_DPORT_BASE 0x3ff00000 #define DR_REG_AES_BASE 0x3ff01000 diff --git a/components/soc/esp32/register/soc/rmt_reg.h b/components/soc/esp32/register/soc/rmt_reg.h index bcce797b402..3a03055ca3f 100644 --- a/components/soc/esp32/register/soc/rmt_reg.h +++ b/components/soc/esp32/register/soc/rmt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/rmt_struct.h b/components/soc/esp32/register/soc/rmt_struct.h index 85b7d47e019..1dd875a392f 100644 --- a/components/soc/esp32/register/soc/rmt_struct.h +++ b/components/soc/esp32/register/soc/rmt_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/rtc_cntl_reg.h b/components/soc/esp32/register/soc/rtc_cntl_reg.h index 969b5d927ba..242535a86b0 100644 --- a/components/soc/esp32/register/soc/rtc_cntl_reg.h +++ b/components/soc/esp32/register/soc/rtc_cntl_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_CNTL_REG_H_ #define _SOC_RTC_CNTL_REG_H_ diff --git a/components/soc/esp32/register/soc/rtc_cntl_struct.h b/components/soc/esp32/register/soc/rtc_cntl_struct.h index 8276ac16e7d..e215dc0e5fa 100644 --- a/components/soc/esp32/register/soc/rtc_cntl_struct.h +++ b/components/soc/esp32/register/soc/rtc_cntl_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_CNTL_STRUCT_H_ #define _SOC_RTC_CNTL_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/rtc_i2c_reg.h b/components/soc/esp32/register/soc/rtc_i2c_reg.h index b006adab9d3..3cee4efe81d 100644 --- a/components/soc/esp32/register/soc/rtc_i2c_reg.h +++ b/components/soc/esp32/register/soc/rtc_i2c_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2016-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2016-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/rtc_io_reg.h b/components/soc/esp32/register/soc/rtc_io_reg.h index 3581c6e6cc8..cfaeaea95b7 100644 --- a/components/soc/esp32/register/soc/rtc_io_reg.h +++ b/components/soc/esp32/register/soc/rtc_io_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_IO_REG_H_ #define _SOC_RTC_IO_REG_H_ diff --git a/components/soc/esp32/register/soc/rtc_io_struct.h b/components/soc/esp32/register/soc/rtc_io_struct.h index 69aa73a038d..2e9c68be7a2 100644 --- a/components/soc/esp32/register/soc/rtc_io_struct.h +++ b/components/soc/esp32/register/soc/rtc_io_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_IO_STRUCT_H_ #define _SOC_RTC_IO_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/sdio_hinf_reg.h b/components/soc/esp32/register/soc/sdio_hinf_reg.h index d46af1ac48c..c18488895e3 100644 --- a/components/soc/esp32/register/soc/sdio_hinf_reg.h +++ b/components/soc/esp32/register/soc/sdio_hinf_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_HINF_REG_H_ #define _SOC_HINF_REG_H_ diff --git a/components/soc/esp32/register/soc/sdio_hinf_struct.h b/components/soc/esp32/register/soc/sdio_hinf_struct.h index 8ac4ffd81aa..26b9ed330a0 100644 --- a/components/soc/esp32/register/soc/sdio_hinf_struct.h +++ b/components/soc/esp32/register/soc/sdio_hinf_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_HINF_STRUCT_H_ #define _SOC_HINF_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/sdio_slc_host_reg.h b/components/soc/esp32/register/soc/sdio_slc_host_reg.h index aac80afa986..02981f19ee5 100644 --- a/components/soc/esp32/register/soc/sdio_slc_host_reg.h +++ b/components/soc/esp32/register/soc/sdio_slc_host_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_HOST_REG_H_ #define _SOC_HOST_REG_H_ diff --git a/components/soc/esp32/register/soc/sdio_slc_host_struct.h b/components/soc/esp32/register/soc/sdio_slc_host_struct.h index f1974fd7290..4695c87ac4b 100644 --- a/components/soc/esp32/register/soc/sdio_slc_host_struct.h +++ b/components/soc/esp32/register/soc/sdio_slc_host_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_HOST_STRUCT_H_ #define _SOC_HOST_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/sdio_slc_reg.h b/components/soc/esp32/register/soc/sdio_slc_reg.h index efb19057f13..6eb8ec64024 100644 --- a/components/soc/esp32/register/soc/sdio_slc_reg.h +++ b/components/soc/esp32/register/soc/sdio_slc_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SLC_REG_H_ #define _SOC_SLC_REG_H_ diff --git a/components/soc/esp32/register/soc/sdio_slc_struct.h b/components/soc/esp32/register/soc/sdio_slc_struct.h index 0a7733f6b32..c0f99002c75 100644 --- a/components/soc/esp32/register/soc/sdio_slc_struct.h +++ b/components/soc/esp32/register/soc/sdio_slc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SLC_STRUCT_H_ #define _SOC_SLC_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/sdmmc_reg.h b/components/soc/esp32/register/soc/sdmmc_reg.h index 0cdb0272d7c..b8429d45ed4 100644 --- a/components/soc/esp32/register/soc/sdmmc_reg.h +++ b/components/soc/esp32/register/soc/sdmmc_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SDMMC_REG_H_ #define _SOC_SDMMC_REG_H_ diff --git a/components/soc/esp32/register/soc/sdmmc_struct.h b/components/soc/esp32/register/soc/sdmmc_struct.h index 0139b2d3af1..fc4e9bb62a0 100644 --- a/components/soc/esp32/register/soc/sdmmc_struct.h +++ b/components/soc/esp32/register/soc/sdmmc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SDMMC_STRUCT_H_ #define _SOC_SDMMC_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/sens_reg.h b/components/soc/esp32/register/soc/sens_reg.h index 426b4b127b9..41d207d8461 100644 --- a/components/soc/esp32/register/soc/sens_reg.h +++ b/components/soc/esp32/register/soc/sens_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SENS_REG_H_ #define _SOC_SENS_REG_H_ diff --git a/components/soc/esp32/register/soc/sens_struct.h b/components/soc/esp32/register/soc/sens_struct.h index f54b19b7e25..5294aee02c6 100644 --- a/components/soc/esp32/register/soc/sens_struct.h +++ b/components/soc/esp32/register/soc/sens_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SENS_STRUCT_H_ #define _SOC_SENS_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/spi_reg.h b/components/soc/esp32/register/soc/spi_reg.h index 387ddb7c7d0..cb17147cc0d 100644 --- a/components/soc/esp32/register/soc/spi_reg.h +++ b/components/soc/esp32/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef __SPI_REG_H__ #define __SPI_REG_H__ diff --git a/components/soc/esp32/register/soc/spi_struct.h b/components/soc/esp32/register/soc/spi_struct.h index 320df8e9489..033458f155d 100644 --- a/components/soc/esp32/register/soc/spi_struct.h +++ b/components/soc/esp32/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_STRUCT_H_ #define _SOC_SPI_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/syscon_reg.h b/components/soc/esp32/register/soc/syscon_reg.h index 81cd51d8b8f..0f5c9d852e6 100644 --- a/components/soc/esp32/register/soc/syscon_reg.h +++ b/components/soc/esp32/register/soc/syscon_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSCON_REG_H_ #define _SOC_SYSCON_REG_H_ diff --git a/components/soc/esp32/register/soc/syscon_struct.h b/components/soc/esp32/register/soc/syscon_struct.h index 9c640aefd76..0824e368ebb 100644 --- a/components/soc/esp32/register/soc/syscon_struct.h +++ b/components/soc/esp32/register/soc/syscon_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSCON_STRUCT_H_ #define _SOC_SYSCON_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/timer_group_reg.h b/components/soc/esp32/register/soc/timer_group_reg.h index 773759260fc..d7e52eb1e9f 100644 --- a/components/soc/esp32/register/soc/timer_group_reg.h +++ b/components/soc/esp32/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/timer_group_struct.h b/components/soc/esp32/register/soc/timer_group_struct.h index a35f9183c3c..9529655ef51 100644 --- a/components/soc/esp32/register/soc/timer_group_struct.h +++ b/components/soc/esp32/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/twai_struct.h b/components/soc/esp32/register/soc/twai_struct.h index 6cff59b23c4..b95ec2196f0 100644 --- a/components/soc/esp32/register/soc/twai_struct.h +++ b/components/soc/esp32/register/soc/twai_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32/register/soc/uart_reg.h b/components/soc/esp32/register/soc/uart_reg.h index 415c16610ef..d91977171e2 100644 --- a/components/soc/esp32/register/soc/uart_reg.h +++ b/components/soc/esp32/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef __UART_REG_H__ #define __UART_REG_H__ diff --git a/components/soc/esp32/register/soc/uart_struct.h b/components/soc/esp32/register/soc/uart_struct.h index 21cfb49428a..cc214f113fd 100644 --- a/components/soc/esp32/register/soc/uart_struct.h +++ b/components/soc/esp32/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_UART_STRUCT_H_ #define _SOC_UART_STRUCT_H_ diff --git a/components/soc/esp32/register/soc/uhci_reg.h b/components/soc/esp32/register/soc/uhci_reg.h index 87c0f3e40e3..9449e012738 100644 --- a/components/soc/esp32/register/soc/uhci_reg.h +++ b/components/soc/esp32/register/soc/uhci_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_UHCI_REG_H_ #define _SOC_UHCI_REG_H_ diff --git a/components/soc/esp32/register/soc/uhci_struct.h b/components/soc/esp32/register/soc/uhci_struct.h index b70f323bfd4..9f0c6e1e8fd 100644 --- a/components/soc/esp32/register/soc/uhci_struct.h +++ b/components/soc/esp32/register/soc/uhci_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_UHCI_STRUCT_H_ #define _SOC_UHCI_STRUCT_H_ diff --git a/components/soc/esp32/rtc_io_periph.c b/components/soc/esp32/rtc_io_periph.c index 73e7651af96..d4b2eb29b05 100644 --- a/components/soc/esp32/rtc_io_periph.c +++ b/components/soc/esp32/rtc_io_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rtc_periph.h" diff --git a/components/soc/esp32/sdio_slave_periph.c b/components/soc/esp32/sdio_slave_periph.c index d8a7982ea29..af08cd58e87 100644 --- a/components/soc/esp32/sdio_slave_periph.c +++ b/components/soc/esp32/sdio_slave_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32/sdm_periph.c b/components/soc/esp32/sdm_periph.c index 41072082055..ce40074e4db 100644 --- a/components/soc/esp32/sdm_periph.c +++ b/components/soc/esp32/sdm_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdm_periph.h" diff --git a/components/soc/esp32/sdmmc_periph.c b/components/soc/esp32/sdmmc_periph.c index e7e7403f9f7..eced0608fa8 100644 --- a/components/soc/esp32/sdmmc_periph.c +++ b/components/soc/esp32/sdmmc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdmmc_periph.h" diff --git a/components/soc/esp32/spi_periph.c b/components/soc/esp32/spi_periph.c index ef1a28181e4..7d331ab71c9 100644 --- a/components/soc/esp32/spi_periph.c +++ b/components/soc/esp32/spi_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/spi_periph.h" diff --git a/components/soc/esp32/touch_sensor_periph.c b/components/soc/esp32/touch_sensor_periph.c index 3e70d77e5b8..3432d64002d 100644 --- a/components/soc/esp32/touch_sensor_periph.c +++ b/components/soc/esp32/touch_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/touch_sensor_channel.h" diff --git a/components/soc/esp32/twai_periph.c b/components/soc/esp32/twai_periph.c index 805918142bf..2137f6718ad 100644 --- a/components/soc/esp32/twai_periph.c +++ b/components/soc/esp32/twai_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/soc.h" diff --git a/components/soc/esp32/uart_periph.c b/components/soc/esp32/uart_periph.c index 4afcaa5e212..472151b3580 100644 --- a/components/soc/esp32/uart_periph.c +++ b/components/soc/esp32/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32c2/adc_periph.c b/components/soc/esp32c2/adc_periph.c index 57d916e86b4..cffa3f6b0a5 100644 --- a/components/soc/esp32c2/adc_periph.c +++ b/components/soc/esp32c2/adc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/adc_periph.h" diff --git a/components/soc/esp32c2/dedic_gpio_periph.c b/components/soc/esp32c2/dedic_gpio_periph.c index 4c3f6b93e0e..5e4c097c741 100644 --- a/components/soc/esp32c2/dedic_gpio_periph.c +++ b/components/soc/esp32c2/dedic_gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_sig_map.h" diff --git a/components/soc/esp32c2/gpio_periph.c b/components/soc/esp32c2/gpio_periph.c index 00e258d0874..b9bb9748fc8 100644 --- a/components/soc/esp32c2/gpio_periph.c +++ b/components/soc/esp32c2/gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32c2/include/soc/adc_channel.h b/components/soc/esp32c2/include/soc/adc_channel.h index 9531805f879..2494e51e18c 100644 --- a/components/soc/esp32c2/include/soc/adc_channel.h +++ b/components/soc/esp32c2/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/bb_reg.h b/components/soc/esp32c2/include/soc/bb_reg.h index cd950c4da9d..35abb406bdc 100644 --- a/components/soc/esp32c2/include/soc/bb_reg.h +++ b/components/soc/esp32c2/include/soc/bb_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/boot_mode.h b/components/soc/esp32c2/include/soc/boot_mode.h index e34acfab76e..520282ebea2 100644 --- a/components/soc/esp32c2/include/soc/boot_mode.h +++ b/components/soc/esp32c2/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BOOT_MODE_H_ diff --git a/components/soc/esp32c2/include/soc/clk_tree_defs.h b/components/soc/esp32c2/include/soc/clk_tree_defs.h index 98e7febe0d7..11008f39be3 100644 --- a/components/soc/esp32c2/include/soc/clk_tree_defs.h +++ b/components/soc/esp32c2/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/clkout_channel.h b/components/soc/esp32c2/include/soc/clkout_channel.h index 7b185e0c2cf..03a095c1a71 100644 --- a/components/soc/esp32c2/include/soc/clkout_channel.h +++ b/components/soc/esp32c2/include/soc/clkout_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/dport_access.h b/components/soc/esp32c2/include/soc/dport_access.h index e499a791bdd..18450f68141 100644 --- a/components/soc/esp32c2/include/soc/dport_access.h +++ b/components/soc/esp32c2/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _DPORT_ACCESS_H_ diff --git a/components/soc/esp32c2/include/soc/dport_reg.h b/components/soc/esp32c2/include/soc/dport_reg.h index 1fcf518d3d9..15299b9b8a1 100644 --- a/components/soc/esp32c2/include/soc/dport_reg.h +++ b/components/soc/esp32c2/include/soc/dport_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_DPORT_REG_H_ #define _SOC_DPORT_REG_H_ diff --git a/components/soc/esp32c2/include/soc/efuse_defs.h b/components/soc/esp32c2/include/soc/efuse_defs.h index 55f3abff560..68b975d730c 100644 --- a/components/soc/esp32c2/include/soc/efuse_defs.h +++ b/components/soc/esp32c2/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/ext_mem_defs.h b/components/soc/esp32c2/include/soc/ext_mem_defs.h index c8f481cd096..356731c961d 100644 --- a/components/soc/esp32c2/include/soc/ext_mem_defs.h +++ b/components/soc/esp32c2/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/fe_reg.h b/components/soc/esp32c2/include/soc/fe_reg.h index 52bd44bd49c..c429ba84e52 100644 --- a/components/soc/esp32c2/include/soc/fe_reg.h +++ b/components/soc/esp32c2/include/soc/fe_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/gpio_num.h b/components/soc/esp32c2/include/soc/gpio_num.h index 91b3e2bf311..e6a99706043 100644 --- a/components/soc/esp32c2/include/soc/gpio_num.h +++ b/components/soc/esp32c2/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/gpio_pins.h b/components/soc/esp32c2/include/soc/gpio_pins.h index e3a704eca28..fe177d0bdef 100644 --- a/components/soc/esp32c2/include/soc/gpio_pins.h +++ b/components/soc/esp32c2/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/gpio_sig_map.h b/components/soc/esp32c2/include/soc/gpio_sig_map.h index 3ad4981dbbb..d4076d5ec1d 100644 --- a/components/soc/esp32c2/include/soc/gpio_sig_map.h +++ b/components/soc/esp32c2/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_SIG_MAP_H_ #define _SOC_GPIO_SIG_MAP_H_ diff --git a/components/soc/esp32c2/include/soc/hwcrypto_reg.h b/components/soc/esp32c2/include/soc/hwcrypto_reg.h index cefa90bca23..460997637f7 100644 --- a/components/soc/esp32c2/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32c2/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef __HWCRYPTO_REG_H__ #define __HWCRYPTO_REG_H__ diff --git a/components/soc/esp32c2/include/soc/interrupt_reg.h b/components/soc/esp32c2/include/soc/interrupt_reg.h index d02c2d5c20c..125adf2628a 100644 --- a/components/soc/esp32c2/include/soc/interrupt_reg.h +++ b/components/soc/esp32c2/include/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/interrupts.h b/components/soc/esp32c2/include/soc/interrupts.h index c1c01fb4710..2cd753e99b2 100644 --- a/components/soc/esp32c2/include/soc/interrupts.h +++ b/components/soc/esp32c2/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/mmu.h b/components/soc/esp32c2/include/soc/mmu.h index 9e2ec0f8cfd..228624afdb6 100644 --- a/components/soc/esp32c2/include/soc/mmu.h +++ b/components/soc/esp32c2/include/soc/mmu.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/nrx_reg.h b/components/soc/esp32c2/include/soc/nrx_reg.h index 2e5b56fdb8f..3fcdb6a7127 100644 --- a/components/soc/esp32c2/include/soc/nrx_reg.h +++ b/components/soc/esp32c2/include/soc/nrx_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/periph_defs.h b/components/soc/esp32c2/include/soc/periph_defs.h index 23665dd3170..dd9e5d3515e 100644 --- a/components/soc/esp32c2/include/soc/periph_defs.h +++ b/components/soc/esp32c2/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/regi2c_bbpll.h b/components/soc/esp32c2/include/soc/regi2c_bbpll.h index e71072f55a9..91e5a192023 100644 --- a/components/soc/esp32c2/include/soc/regi2c_bbpll.h +++ b/components/soc/esp32c2/include/soc/regi2c_bbpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/regi2c_bias.h b/components/soc/esp32c2/include/soc/regi2c_bias.h index 67dcd770a6a..368370c0d51 100644 --- a/components/soc/esp32c2/include/soc/regi2c_bias.h +++ b/components/soc/esp32c2/include/soc/regi2c_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/regi2c_brownout.h b/components/soc/esp32c2/include/soc/regi2c_brownout.h index 76c943b2046..19583589909 100644 --- a/components/soc/esp32c2/include/soc/regi2c_brownout.h +++ b/components/soc/esp32c2/include/soc/regi2c_brownout.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/regi2c_defs.h b/components/soc/esp32c2/include/soc/regi2c_defs.h index b91a4fd2e1f..69bb29361cc 100644 --- a/components/soc/esp32c2/include/soc/regi2c_defs.h +++ b/components/soc/esp32c2/include/soc/regi2c_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/regi2c_dig_reg.h b/components/soc/esp32c2/include/soc/regi2c_dig_reg.h index b8519186b92..7b9179f71b2 100644 --- a/components/soc/esp32c2/include/soc/regi2c_dig_reg.h +++ b/components/soc/esp32c2/include/soc/regi2c_dig_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/regi2c_lp_bias.h b/components/soc/esp32c2/include/soc/regi2c_lp_bias.h index 693de751e43..3df898c5725 100644 --- a/components/soc/esp32c2/include/soc/regi2c_lp_bias.h +++ b/components/soc/esp32c2/include/soc/regi2c_lp_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/regi2c_saradc.h b/components/soc/esp32c2/include/soc/regi2c_saradc.h index dd235565272..09b205496cd 100644 --- a/components/soc/esp32c2/include/soc/regi2c_saradc.h +++ b/components/soc/esp32c2/include/soc/regi2c_saradc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/reset_reasons.h b/components/soc/esp32c2/include/soc/reset_reasons.h index ffe7ac60b5b..9bafce1b61b 100644 --- a/components/soc/esp32c2/include/soc/reset_reasons.h +++ b/components/soc/esp32c2/include/soc/reset_reasons.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/soc.h b/components/soc/esp32c2/include/soc/soc.h index 8f3945dac9d..a81dcfe1c27 100644 --- a/components/soc/esp32c2/include/soc/soc.h +++ b/components/soc/esp32c2/include/soc/soc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/soc_caps.h b/components/soc/esp32c2/include/soc/soc_caps.h index e12c2d482cc..6b6fab2fcb6 100644 --- a/components/soc/esp32c2/include/soc/soc_caps.h +++ b/components/soc/esp32c2/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32c2/include/soc/soc_caps_full.h b/components/soc/esp32c2/include/soc/soc_caps_full.h index 185c9ed19f9..30bbcb0e9d4 100644 --- a/components/soc/esp32c2/include/soc/soc_caps_full.h +++ b/components/soc/esp32c2/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/soc_pins.h b/components/soc/esp32c2/include/soc/soc_pins.h index 05a7c3b4168..2f504dac867 100644 --- a/components/soc/esp32c2/include/soc/soc_pins.h +++ b/components/soc/esp32c2/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32c2/include/soc/spi_pins.h b/components/soc/esp32c2/include/soc/spi_pins.h index c72957a1ee2..113fb191de9 100644 --- a/components/soc/esp32c2/include/soc/spi_pins.h +++ b/components/soc/esp32c2/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/system_intr.h b/components/soc/esp32c2/include/soc/system_intr.h index 9289296b49a..f9e3b24e2e9 100644 --- a/components/soc/esp32c2/include/soc/system_intr.h +++ b/components/soc/esp32c2/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/uart_channel.h b/components/soc/esp32c2/include/soc/uart_channel.h index 8d1d2927a5e..0492474970f 100644 --- a/components/soc/esp32c2/include/soc/uart_channel.h +++ b/components/soc/esp32c2/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32C2. diff --git a/components/soc/esp32c2/include/soc/uart_pins.h b/components/soc/esp32c2/include/soc/uart_pins.h index be50d7555b7..9d12399007a 100644 --- a/components/soc/esp32c2/include/soc/uart_pins.h +++ b/components/soc/esp32c2/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/include/soc/wdev_reg.h b/components/soc/esp32c2/include/soc/wdev_reg.h index b90c9ad0137..46698e8664f 100644 --- a/components/soc/esp32c2/include/soc/wdev_reg.h +++ b/components/soc/esp32c2/include/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/interrupts.c b/components/soc/esp32c2/interrupts.c index 1d1d2d4e453..b4dfcd64af7 100644 --- a/components/soc/esp32c2/interrupts.c +++ b/components/soc/esp32c2/interrupts.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32c2/ld/esp32c2.peripherals.ld b/components/soc/esp32c2/ld/esp32c2.peripherals.ld index a7133c0f505..b03b48329f9 100644 --- a/components/soc/esp32c2/ld/esp32c2.peripherals.ld +++ b/components/soc/esp32c2/ld/esp32c2.peripherals.ld @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ PROVIDE ( UART0 = 0x60000000 ); PROVIDE ( UART1 = 0x60010000 ); diff --git a/components/soc/esp32c2/ledc_periph.c b/components/soc/esp32c2/ledc_periph.c index bba8416cf49..f18c6a68d12 100644 --- a/components/soc/esp32c2/ledc_periph.c +++ b/components/soc/esp32c2/ledc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32c2/power_supply_periph.c b/components/soc/esp32c2/power_supply_periph.c index 95498a03d54..243757aac6e 100644 --- a/components/soc/esp32c2/power_supply_periph.c +++ b/components/soc/esp32c2/power_supply_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/power_supply_periph.h" diff --git a/components/soc/esp32c2/register/soc/apb_saradc_reg.h b/components/soc/esp32c2/register/soc/apb_saradc_reg.h index 2122cd8d9a8..288fed0a7e7 100644 --- a/components/soc/esp32c2/register/soc/apb_saradc_reg.h +++ b/components/soc/esp32c2/register/soc/apb_saradc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/apb_saradc_struct.h b/components/soc/esp32c2/register/soc/apb_saradc_struct.h index aa39a163bee..df58ba5c154 100644 --- a/components/soc/esp32c2/register/soc/apb_saradc_struct.h +++ b/components/soc/esp32c2/register/soc/apb_saradc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/assist_debug_reg.h b/components/soc/esp32c2/register/soc/assist_debug_reg.h index bee2070557c..317adcde8e9 100644 --- a/components/soc/esp32c2/register/soc/assist_debug_reg.h +++ b/components/soc/esp32c2/register/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/ecc_mult_reg.h b/components/soc/esp32c2/register/soc/ecc_mult_reg.h index cb4bf5797b9..383385dc7b0 100644 --- a/components/soc/esp32c2/register/soc/ecc_mult_reg.h +++ b/components/soc/esp32c2/register/soc/ecc_mult_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/efuse_reg.h b/components/soc/esp32c2/register/soc/efuse_reg.h index 8471fef930a..f17d0272b92 100644 --- a/components/soc/esp32c2/register/soc/efuse_reg.h +++ b/components/soc/esp32c2/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/efuse_struct.h b/components/soc/esp32c2/register/soc/efuse_struct.h index fa1800be944..6d67e9a36a2 100644 --- a/components/soc/esp32c2/register/soc/efuse_struct.h +++ b/components/soc/esp32c2/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/extmem_reg.h b/components/soc/esp32c2/register/soc/extmem_reg.h index f975487e681..4f9e36eeb4e 100644 --- a/components/soc/esp32c2/register/soc/extmem_reg.h +++ b/components/soc/esp32c2/register/soc/extmem_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/gdma_reg.h b/components/soc/esp32c2/register/soc/gdma_reg.h index 643009e6e8b..dd2abf12f9b 100644 --- a/components/soc/esp32c2/register/soc/gdma_reg.h +++ b/components/soc/esp32c2/register/soc/gdma_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/gdma_struct.h b/components/soc/esp32c2/register/soc/gdma_struct.h index 3697f9488b2..051f1bcb33c 100644 --- a/components/soc/esp32c2/register/soc/gdma_struct.h +++ b/components/soc/esp32c2/register/soc/gdma_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/gpio_reg.h b/components/soc/esp32c2/register/soc/gpio_reg.h index 5372b926600..62f4c5218ce 100644 --- a/components/soc/esp32c2/register/soc/gpio_reg.h +++ b/components/soc/esp32c2/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/gpio_struct.h b/components/soc/esp32c2/register/soc/gpio_struct.h index 97ab45e9280..db8b8564bc3 100644 --- a/components/soc/esp32c2/register/soc/gpio_struct.h +++ b/components/soc/esp32c2/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/i2c_reg.h b/components/soc/esp32c2/register/soc/i2c_reg.h index 8c07a7398f1..e88e8e8bed7 100644 --- a/components/soc/esp32c2/register/soc/i2c_reg.h +++ b/components/soc/esp32c2/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/i2c_struct.h b/components/soc/esp32c2/register/soc/i2c_struct.h index a40ad248dba..09805bb68c3 100644 --- a/components/soc/esp32c2/register/soc/i2c_struct.h +++ b/components/soc/esp32c2/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/interrupt_core0_reg.h b/components/soc/esp32c2/register/soc/interrupt_core0_reg.h index fa1653620ac..186fc68868c 100644 --- a/components/soc/esp32c2/register/soc/interrupt_core0_reg.h +++ b/components/soc/esp32c2/register/soc/interrupt_core0_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/io_mux_reg.h b/components/soc/esp32c2/register/soc/io_mux_reg.h index 8177c22d551..4d12c309074 100644 --- a/components/soc/esp32c2/register/soc/io_mux_reg.h +++ b/components/soc/esp32c2/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_IO_MUX_REG_H_ #define _SOC_IO_MUX_REG_H_ diff --git a/components/soc/esp32c2/register/soc/ledc_reg.h b/components/soc/esp32c2/register/soc/ledc_reg.h index 11795ddd0ca..6cc252b169e 100644 --- a/components/soc/esp32c2/register/soc/ledc_reg.h +++ b/components/soc/esp32c2/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/ledc_struct.h b/components/soc/esp32c2/register/soc/ledc_struct.h index f5f427e236d..efba6e12efb 100644 --- a/components/soc/esp32c2/register/soc/ledc_struct.h +++ b/components/soc/esp32c2/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/modem_clkrst_reg.h b/components/soc/esp32c2/register/soc/modem_clkrst_reg.h index 172de0b263b..ca1145107ef 100644 --- a/components/soc/esp32c2/register/soc/modem_clkrst_reg.h +++ b/components/soc/esp32c2/register/soc/modem_clkrst_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/reg_base.h b/components/soc/esp32c2/register/soc/reg_base.h index 34b56a9d95b..7c508d1a1a5 100644 --- a/components/soc/esp32c2/register/soc/reg_base.h +++ b/components/soc/esp32c2/register/soc/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #define DR_REG_SYSTEM_BASE 0x600c0000 #define DR_REG_SENSITIVE_BASE 0x600c1000 diff --git a/components/soc/esp32c2/register/soc/rtc_cntl_reg.h b/components/soc/esp32c2/register/soc/rtc_cntl_reg.h index 2a9a5659f7f..5bbd9c984a7 100644 --- a/components/soc/esp32c2/register/soc/rtc_cntl_reg.h +++ b/components/soc/esp32c2/register/soc/rtc_cntl_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_CNTL_REG_H_ #define _SOC_RTC_CNTL_REG_H_ diff --git a/components/soc/esp32c2/register/soc/rtc_cntl_struct.h b/components/soc/esp32c2/register/soc/rtc_cntl_struct.h index 5252040c3f0..f254c624a5b 100644 --- a/components/soc/esp32c2/register/soc/rtc_cntl_struct.h +++ b/components/soc/esp32c2/register/soc/rtc_cntl_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/sensitive_reg.h b/components/soc/esp32c2/register/soc/sensitive_reg.h index e63b9fcc2db..49fab2b0e71 100644 --- a/components/soc/esp32c2/register/soc/sensitive_reg.h +++ b/components/soc/esp32c2/register/soc/sensitive_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/sensitive_struct.h b/components/soc/esp32c2/register/soc/sensitive_struct.h index 015d8d81906..90bbdac208f 100644 --- a/components/soc/esp32c2/register/soc/sensitive_struct.h +++ b/components/soc/esp32c2/register/soc/sensitive_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/spi_mem_reg.h b/components/soc/esp32c2/register/soc/spi_mem_reg.h index 8eeb65b014f..b38de402156 100644 --- a/components/soc/esp32c2/register/soc/spi_mem_reg.h +++ b/components/soc/esp32c2/register/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_MEM_REG_H_ #define _SOC_SPI_MEM_REG_H_ diff --git a/components/soc/esp32c2/register/soc/spi_mem_struct.h b/components/soc/esp32c2/register/soc/spi_mem_struct.h index 230c292b4b2..58777f2f607 100644 --- a/components/soc/esp32c2/register/soc/spi_mem_struct.h +++ b/components/soc/esp32c2/register/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/spi_reg.h b/components/soc/esp32c2/register/soc/spi_reg.h index 29293c94699..8368c675fd9 100644 --- a/components/soc/esp32c2/register/soc/spi_reg.h +++ b/components/soc/esp32c2/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_REG_H_ #define _SOC_SPI_REG_H_ diff --git a/components/soc/esp32c2/register/soc/spi_struct.h b/components/soc/esp32c2/register/soc/spi_struct.h index 08920a09e6a..0bbd2917e97 100644 --- a/components/soc/esp32c2/register/soc/spi_struct.h +++ b/components/soc/esp32c2/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_STRUCT_H_ #define _SOC_SPI_STRUCT_H_ diff --git a/components/soc/esp32c2/register/soc/syscon_reg.h b/components/soc/esp32c2/register/soc/syscon_reg.h index 3bebe8268ee..8b55564b685 100644 --- a/components/soc/esp32c2/register/soc/syscon_reg.h +++ b/components/soc/esp32c2/register/soc/syscon_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSCON_REG_H_ #define _SOC_SYSCON_REG_H_ diff --git a/components/soc/esp32c2/register/soc/syscon_struct.h b/components/soc/esp32c2/register/soc/syscon_struct.h index fba1acfad18..ddac96838fc 100644 --- a/components/soc/esp32c2/register/soc/syscon_struct.h +++ b/components/soc/esp32c2/register/soc/syscon_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/system_reg.h b/components/soc/esp32c2/register/soc/system_reg.h index 1b55d4246cd..3f0cfcb6e21 100644 --- a/components/soc/esp32c2/register/soc/system_reg.h +++ b/components/soc/esp32c2/register/soc/system_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/system_struct.h b/components/soc/esp32c2/register/soc/system_struct.h index feaa3f1d2e4..d07ae67ccff 100644 --- a/components/soc/esp32c2/register/soc/system_struct.h +++ b/components/soc/esp32c2/register/soc/system_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/systimer_reg.h b/components/soc/esp32c2/register/soc/systimer_reg.h index 1b0899828a5..04633058dbd 100644 --- a/components/soc/esp32c2/register/soc/systimer_reg.h +++ b/components/soc/esp32c2/register/soc/systimer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/systimer_struct.h b/components/soc/esp32c2/register/soc/systimer_struct.h index 33fb9906915..b29ad373753 100644 --- a/components/soc/esp32c2/register/soc/systimer_struct.h +++ b/components/soc/esp32c2/register/soc/systimer_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/timer_group_reg.h b/components/soc/esp32c2/register/soc/timer_group_reg.h index 67cf62862a7..081a0bba1a8 100644 --- a/components/soc/esp32c2/register/soc/timer_group_reg.h +++ b/components/soc/esp32c2/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/timer_group_struct.h b/components/soc/esp32c2/register/soc/timer_group_struct.h index c14a43cc2ce..60ae91c712e 100644 --- a/components/soc/esp32c2/register/soc/timer_group_struct.h +++ b/components/soc/esp32c2/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/uart_reg.h b/components/soc/esp32c2/register/soc/uart_reg.h index 70413882e77..3b84e8f04a4 100644 --- a/components/soc/esp32c2/register/soc/uart_reg.h +++ b/components/soc/esp32c2/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_UART_REG_H_ #define _SOC_UART_REG_H_ diff --git a/components/soc/esp32c2/register/soc/uart_struct.h b/components/soc/esp32c2/register/soc/uart_struct.h index 5082bf267d2..3eb5831a735 100644 --- a/components/soc/esp32c2/register/soc/uart_struct.h +++ b/components/soc/esp32c2/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/register/soc/xts_aes_reg.h b/components/soc/esp32c2/register/soc/xts_aes_reg.h index 6a6e64539c5..e79f0e1ed28 100644 --- a/components/soc/esp32c2/register/soc/xts_aes_reg.h +++ b/components/soc/esp32c2/register/soc/xts_aes_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c2/spi_periph.c b/components/soc/esp32c2/spi_periph.c index b270a925236..9a516f556e1 100644 --- a/components/soc/esp32c2/spi_periph.c +++ b/components/soc/esp32c2/spi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32c2/temperature_sensor_periph.c b/components/soc/esp32c2/temperature_sensor_periph.c index e75c60b3178..d495564a396 100644 --- a/components/soc/esp32c2/temperature_sensor_periph.c +++ b/components/soc/esp32c2/temperature_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/temperature_sensor_periph.h" diff --git a/components/soc/esp32c2/uart_periph.c b/components/soc/esp32c2/uart_periph.c index dbd05341f2f..1fc59a59a9c 100644 --- a/components/soc/esp32c2/uart_periph.c +++ b/components/soc/esp32c2/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32c3/dedic_gpio_periph.c b/components/soc/esp32c3/dedic_gpio_periph.c index 45e0fd7a23e..5e4c097c741 100644 --- a/components/soc/esp32c3/dedic_gpio_periph.c +++ b/components/soc/esp32c3/dedic_gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_sig_map.h" diff --git a/components/soc/esp32c3/gpio_periph.c b/components/soc/esp32c3/gpio_periph.c index 29ae01e2297..527863855d5 100644 --- a/components/soc/esp32c3/gpio_periph.c +++ b/components/soc/esp32c3/gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32c3/include/soc/adc_channel.h b/components/soc/esp32c3/include/soc/adc_channel.h index dbaf294e0c7..644c38c04e4 100644 --- a/components/soc/esp32c3/include/soc/adc_channel.h +++ b/components/soc/esp32c3/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/boot_mode.h b/components/soc/esp32c3/include/soc/boot_mode.h index 5ff864913db..c06063abe88 100644 --- a/components/soc/esp32c3/include/soc/boot_mode.h +++ b/components/soc/esp32c3/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BOOT_MODE_H_ diff --git a/components/soc/esp32c3/include/soc/clk_tree_defs.h b/components/soc/esp32c3/include/soc/clk_tree_defs.h index 5290390cdda..e3d505f96c9 100644 --- a/components/soc/esp32c3/include/soc/clk_tree_defs.h +++ b/components/soc/esp32c3/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/clkout_channel.h b/components/soc/esp32c3/include/soc/clkout_channel.h index 7b185e0c2cf..03a095c1a71 100644 --- a/components/soc/esp32c3/include/soc/clkout_channel.h +++ b/components/soc/esp32c3/include/soc/clkout_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/dport_access.h b/components/soc/esp32c3/include/soc/dport_access.h index e499a791bdd..18450f68141 100644 --- a/components/soc/esp32c3/include/soc/dport_access.h +++ b/components/soc/esp32c3/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _DPORT_ACCESS_H_ diff --git a/components/soc/esp32c3/include/soc/efuse_defs.h b/components/soc/esp32c3/include/soc/efuse_defs.h index dac78343d3b..89fcc62b913 100644 --- a/components/soc/esp32c3/include/soc/efuse_defs.h +++ b/components/soc/esp32c3/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/ext_mem_defs.h b/components/soc/esp32c3/include/soc/ext_mem_defs.h index a40c5402516..5e1cbc3a547 100644 --- a/components/soc/esp32c3/include/soc/ext_mem_defs.h +++ b/components/soc/esp32c3/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/gpio_num.h b/components/soc/esp32c3/include/soc/gpio_num.h index 01084fce8af..a6a9a1e053f 100644 --- a/components/soc/esp32c3/include/soc/gpio_num.h +++ b/components/soc/esp32c3/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/gpio_pins.h b/components/soc/esp32c3/include/soc/gpio_pins.h index 5064ad2754f..fe177d0bdef 100644 --- a/components/soc/esp32c3/include/soc/gpio_pins.h +++ b/components/soc/esp32c3/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/gpio_sig_map.h b/components/soc/esp32c3/include/soc/gpio_sig_map.h index f471e316ac9..5dd6bfe08c0 100644 --- a/components/soc/esp32c3/include/soc/gpio_sig_map.h +++ b/components/soc/esp32c3/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_SIG_MAP_H_ #define _SOC_GPIO_SIG_MAP_H_ diff --git a/components/soc/esp32c3/include/soc/hwcrypto_reg.h b/components/soc/esp32c3/include/soc/hwcrypto_reg.h index 5f03d0f9e10..329b385b820 100644 --- a/components/soc/esp32c3/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32c3/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef __HWCRYPTO_REG_H__ diff --git a/components/soc/esp32c3/include/soc/interrupt_reg.h b/components/soc/esp32c3/include/soc/interrupt_reg.h index d02c2d5c20c..125adf2628a 100644 --- a/components/soc/esp32c3/include/soc/interrupt_reg.h +++ b/components/soc/esp32c3/include/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/interrupts.h b/components/soc/esp32c3/include/soc/interrupts.h index e17c7c65ecf..2f626ccb0e0 100644 --- a/components/soc/esp32c3/include/soc/interrupts.h +++ b/components/soc/esp32c3/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/memprot_defs.h b/components/soc/esp32c3/include/soc/memprot_defs.h index 59d04a6eb4d..779b1ae6c5e 100644 --- a/components/soc/esp32c3/include/soc/memprot_defs.h +++ b/components/soc/esp32c3/include/soc/memprot_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/mmu.h b/components/soc/esp32c3/include/soc/mmu.h index 0254aa2007a..f0984559030 100644 --- a/components/soc/esp32c3/include/soc/mmu.h +++ b/components/soc/esp32c3/include/soc/mmu.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/periph_defs.h b/components/soc/esp32c3/include/soc/periph_defs.h index d97ccd4239c..96df98d776c 100644 --- a/components/soc/esp32c3/include/soc/periph_defs.h +++ b/components/soc/esp32c3/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/regi2c_bbpll.h b/components/soc/esp32c3/include/soc/regi2c_bbpll.h index 8235741d58f..91e5a192023 100644 --- a/components/soc/esp32c3/include/soc/regi2c_bbpll.h +++ b/components/soc/esp32c3/include/soc/regi2c_bbpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/regi2c_bias.h b/components/soc/esp32c3/include/soc/regi2c_bias.h index e359ef0a699..be5db0a3825 100644 --- a/components/soc/esp32c3/include/soc/regi2c_bias.h +++ b/components/soc/esp32c3/include/soc/regi2c_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/regi2c_brownout.h b/components/soc/esp32c3/include/soc/regi2c_brownout.h index 1aa54a20177..19583589909 100644 --- a/components/soc/esp32c3/include/soc/regi2c_brownout.h +++ b/components/soc/esp32c3/include/soc/regi2c_brownout.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/regi2c_defs.h b/components/soc/esp32c3/include/soc/regi2c_defs.h index 461a410506f..fca44d0eb6c 100644 --- a/components/soc/esp32c3/include/soc/regi2c_defs.h +++ b/components/soc/esp32c3/include/soc/regi2c_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/regi2c_dig_reg.h b/components/soc/esp32c3/include/soc/regi2c_dig_reg.h index 9d2032b60ef..7b9179f71b2 100644 --- a/components/soc/esp32c3/include/soc/regi2c_dig_reg.h +++ b/components/soc/esp32c3/include/soc/regi2c_dig_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/regi2c_lp_bias.h b/components/soc/esp32c3/include/soc/regi2c_lp_bias.h index c50c1a941a3..3df898c5725 100644 --- a/components/soc/esp32c3/include/soc/regi2c_lp_bias.h +++ b/components/soc/esp32c3/include/soc/regi2c_lp_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/regi2c_saradc.h b/components/soc/esp32c3/include/soc/regi2c_saradc.h index dd235565272..09b205496cd 100644 --- a/components/soc/esp32c3/include/soc/regi2c_saradc.h +++ b/components/soc/esp32c3/include/soc/regi2c_saradc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/reset_reasons.h b/components/soc/esp32c3/include/soc/reset_reasons.h index a05cdd13618..56fe737b4b2 100644 --- a/components/soc/esp32c3/include/soc/reset_reasons.h +++ b/components/soc/esp32c3/include/soc/reset_reasons.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/soc.h b/components/soc/esp32c3/include/soc/soc.h index 82cdcb061be..19161ee2f1d 100644 --- a/components/soc/esp32c3/include/soc/soc.h +++ b/components/soc/esp32c3/include/soc/soc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/soc_caps.h b/components/soc/esp32c3/include/soc/soc_caps.h index 19d4c25b6ba..38aa834a5fb 100644 --- a/components/soc/esp32c3/include/soc/soc_caps.h +++ b/components/soc/esp32c3/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32c3/include/soc/soc_caps_full.h b/components/soc/esp32c3/include/soc/soc_caps_full.h index 2dd4e7932c0..d5cf262e290 100644 --- a/components/soc/esp32c3/include/soc/soc_caps_full.h +++ b/components/soc/esp32c3/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/spi_pins.h b/components/soc/esp32c3/include/soc/spi_pins.h index c72957a1ee2..113fb191de9 100644 --- a/components/soc/esp32c3/include/soc/spi_pins.h +++ b/components/soc/esp32c3/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/system_intr.h b/components/soc/esp32c3/include/soc/system_intr.h index 9289296b49a..f9e3b24e2e9 100644 --- a/components/soc/esp32c3/include/soc/system_intr.h +++ b/components/soc/esp32c3/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/uart_channel.h b/components/soc/esp32c3/include/soc/uart_channel.h index 2711d7f9dff..e7b9021d6a8 100644 --- a/components/soc/esp32c3/include/soc/uart_channel.h +++ b/components/soc/esp32c3/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32C3. diff --git a/components/soc/esp32c3/include/soc/uart_pins.h b/components/soc/esp32c3/include/soc/uart_pins.h index ac57ebabdf5..5644807a0b7 100644 --- a/components/soc/esp32c3/include/soc/uart_pins.h +++ b/components/soc/esp32c3/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/include/soc/wdev_reg.h b/components/soc/esp32c3/include/soc/wdev_reg.h index 0ac2e8129ac..46698e8664f 100644 --- a/components/soc/esp32c3/include/soc/wdev_reg.h +++ b/components/soc/esp32c3/include/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/interrupts.c b/components/soc/esp32c3/interrupts.c index 2a0d74de6ac..578dda5739b 100644 --- a/components/soc/esp32c3/interrupts.c +++ b/components/soc/esp32c3/interrupts.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32c3/ld/esp32c3.peripherals.ld b/components/soc/esp32c3/ld/esp32c3.peripherals.ld index 331affba604..df04c5bf875 100644 --- a/components/soc/esp32c3/ld/esp32c3.peripherals.ld +++ b/components/soc/esp32c3/ld/esp32c3.peripherals.ld @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ PROVIDE ( UART0 = 0x60000000 ); PROVIDE ( UART1 = 0x60010000 ); diff --git a/components/soc/esp32c3/ledc_periph.c b/components/soc/esp32c3/ledc_periph.c index 0ea7d06015a..f18c6a68d12 100644 --- a/components/soc/esp32c3/ledc_periph.c +++ b/components/soc/esp32c3/ledc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32c3/mpi_periph.c b/components/soc/esp32c3/mpi_periph.c index ad9e0bfdb29..338cd0e3c13 100644 --- a/components/soc/esp32c3/mpi_periph.c +++ b/components/soc/esp32c3/mpi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/hwcrypto_reg.h" diff --git a/components/soc/esp32c3/power_supply_periph.c b/components/soc/esp32c3/power_supply_periph.c index 95498a03d54..243757aac6e 100644 --- a/components/soc/esp32c3/power_supply_periph.c +++ b/components/soc/esp32c3/power_supply_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/power_supply_periph.h" diff --git a/components/soc/esp32c3/register/soc/apb_ctrl_reg.h b/components/soc/esp32c3/register/soc/apb_ctrl_reg.h index f7fb4f1ba97..75c21fbdcab 100644 --- a/components/soc/esp32c3/register/soc/apb_ctrl_reg.h +++ b/components/soc/esp32c3/register/soc/apb_ctrl_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_APB_CTRL_REG_H_ #define _SOC_APB_CTRL_REG_H_ diff --git a/components/soc/esp32c3/register/soc/apb_ctrl_struct.h b/components/soc/esp32c3/register/soc/apb_ctrl_struct.h index 82c44fdd640..dbbd2b74704 100644 --- a/components/soc/esp32c3/register/soc/apb_ctrl_struct.h +++ b/components/soc/esp32c3/register/soc/apb_ctrl_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/apb_saradc_reg.h b/components/soc/esp32c3/register/soc/apb_saradc_reg.h index 87deea2d3e9..365f71c4dce 100644 --- a/components/soc/esp32c3/register/soc/apb_saradc_reg.h +++ b/components/soc/esp32c3/register/soc/apb_saradc_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_APB_SARADC_REG_H_ #define _SOC_APB_SARADC_REG_H_ diff --git a/components/soc/esp32c3/register/soc/apb_saradc_struct.h b/components/soc/esp32c3/register/soc/apb_saradc_struct.h index d84995d4427..29d4b43a883 100644 --- a/components/soc/esp32c3/register/soc/apb_saradc_struct.h +++ b/components/soc/esp32c3/register/soc/apb_saradc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/assist_debug_reg.h b/components/soc/esp32c3/register/soc/assist_debug_reg.h index 615964bd740..4b2edc13a4d 100644 --- a/components/soc/esp32c3/register/soc/assist_debug_reg.h +++ b/components/soc/esp32c3/register/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_ASSIST_DEBUG_REG_H_ #define _SOC_ASSIST_DEBUG_REG_H_ diff --git a/components/soc/esp32c3/register/soc/efuse_reg.h b/components/soc/esp32c3/register/soc/efuse_reg.h index 39db7b9abb4..75298fb2d81 100644 --- a/components/soc/esp32c3/register/soc/efuse_reg.h +++ b/components/soc/esp32c3/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/efuse_struct.h b/components/soc/esp32c3/register/soc/efuse_struct.h index f12563cebd0..763f7f4c228 100644 --- a/components/soc/esp32c3/register/soc/efuse_struct.h +++ b/components/soc/esp32c3/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/extmem_reg.h b/components/soc/esp32c3/register/soc/extmem_reg.h index 7a94ea7e66b..499246ea077 100644 --- a/components/soc/esp32c3/register/soc/extmem_reg.h +++ b/components/soc/esp32c3/register/soc/extmem_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_EXTMEM_REG_H_ #define _SOC_EXTMEM_REG_H_ diff --git a/components/soc/esp32c3/register/soc/gdma_reg.h b/components/soc/esp32c3/register/soc/gdma_reg.h index 940f40d8cdc..c23c1fe690d 100644 --- a/components/soc/esp32c3/register/soc/gdma_reg.h +++ b/components/soc/esp32c3/register/soc/gdma_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/gdma_struct.h b/components/soc/esp32c3/register/soc/gdma_struct.h index f9f102beb4c..aa74a8f0074 100644 --- a/components/soc/esp32c3/register/soc/gdma_struct.h +++ b/components/soc/esp32c3/register/soc/gdma_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/gpio_reg.h b/components/soc/esp32c3/register/soc/gpio_reg.h index b92e195e36d..0c4398e26e8 100644 --- a/components/soc/esp32c3/register/soc/gpio_reg.h +++ b/components/soc/esp32c3/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_REG_H_ #define _SOC_GPIO_REG_H_ diff --git a/components/soc/esp32c3/register/soc/gpio_sd_reg.h b/components/soc/esp32c3/register/soc/gpio_sd_reg.h index 57d66a44c0c..a0e20f0721b 100644 --- a/components/soc/esp32c3/register/soc/gpio_sd_reg.h +++ b/components/soc/esp32c3/register/soc/gpio_sd_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/gpio_sd_struct.h b/components/soc/esp32c3/register/soc/gpio_sd_struct.h index 59fb95f13f2..a1078dd407b 100644 --- a/components/soc/esp32c3/register/soc/gpio_sd_struct.h +++ b/components/soc/esp32c3/register/soc/gpio_sd_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/gpio_struct.h b/components/soc/esp32c3/register/soc/gpio_struct.h index 25acf43cac2..54a9d3d962d 100644 --- a/components/soc/esp32c3/register/soc/gpio_struct.h +++ b/components/soc/esp32c3/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_STRUCT_H_ #define _SOC_GPIO_STRUCT_H_ diff --git a/components/soc/esp32c3/register/soc/i2c_reg.h b/components/soc/esp32c3/register/soc/i2c_reg.h index 03ec35dad0f..5787b3646bb 100644 --- a/components/soc/esp32c3/register/soc/i2c_reg.h +++ b/components/soc/esp32c3/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_I2C_REG_H_ #define _SOC_I2C_REG_H_ diff --git a/components/soc/esp32c3/register/soc/i2c_struct.h b/components/soc/esp32c3/register/soc/i2c_struct.h index eb32d5a9cf9..efd7c0f9512 100644 --- a/components/soc/esp32c3/register/soc/i2c_struct.h +++ b/components/soc/esp32c3/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_I2C_STRUCT_H_ #define _SOC_I2C_STRUCT_H_ diff --git a/components/soc/esp32c3/register/soc/i2s_reg.h b/components/soc/esp32c3/register/soc/i2s_reg.h index 576392baef9..a05704290e2 100644 --- a/components/soc/esp32c3/register/soc/i2s_reg.h +++ b/components/soc/esp32c3/register/soc/i2s_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/i2s_struct.h b/components/soc/esp32c3/register/soc/i2s_struct.h index 29093ad2d97..d8a9f47240b 100644 --- a/components/soc/esp32c3/register/soc/i2s_struct.h +++ b/components/soc/esp32c3/register/soc/i2s_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/interrupt_core0_reg.h b/components/soc/esp32c3/register/soc/interrupt_core0_reg.h index 5f7c63c5201..9b2f24c4b14 100644 --- a/components/soc/esp32c3/register/soc/interrupt_core0_reg.h +++ b/components/soc/esp32c3/register/soc/interrupt_core0_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_INTERRUPT_CORE0_REG_H_ #define _SOC_INTERRUPT_CORE0_REG_H_ diff --git a/components/soc/esp32c3/register/soc/io_mux_reg.h b/components/soc/esp32c3/register/soc/io_mux_reg.h index d2b6d0a130a..a34b9ddfa97 100644 --- a/components/soc/esp32c3/register/soc/io_mux_reg.h +++ b/components/soc/esp32c3/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_IO_MUX_REG_H_ #define _SOC_IO_MUX_REG_H_ diff --git a/components/soc/esp32c3/register/soc/ledc_reg.h b/components/soc/esp32c3/register/soc/ledc_reg.h index c956e9e7dad..b301f8d1d5c 100644 --- a/components/soc/esp32c3/register/soc/ledc_reg.h +++ b/components/soc/esp32c3/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_LEDC_REG_H_ #define _SOC_LEDC_REG_H_ diff --git a/components/soc/esp32c3/register/soc/ledc_struct.h b/components/soc/esp32c3/register/soc/ledc_struct.h index 5e8bf0fa62d..f9901d567d1 100644 --- a/components/soc/esp32c3/register/soc/ledc_struct.h +++ b/components/soc/esp32c3/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/nrx_reg.h b/components/soc/esp32c3/register/soc/nrx_reg.h index 16e6e148497..3fcdb6a7127 100644 --- a/components/soc/esp32c3/register/soc/nrx_reg.h +++ b/components/soc/esp32c3/register/soc/nrx_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/reg_base.h b/components/soc/esp32c3/register/soc/reg_base.h index cf38bd9dbda..d0ef6acfeeb 100644 --- a/components/soc/esp32c3/register/soc/reg_base.h +++ b/components/soc/esp32c3/register/soc/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #define DR_REG_SYSTEM_BASE 0x600c0000 #define DR_REG_SENSITIVE_BASE 0x600c1000 diff --git a/components/soc/esp32c3/register/soc/rmt_reg.h b/components/soc/esp32c3/register/soc/rmt_reg.h index 1ac39c2af35..d55d651cd4e 100644 --- a/components/soc/esp32c3/register/soc/rmt_reg.h +++ b/components/soc/esp32c3/register/soc/rmt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/rmt_struct.h b/components/soc/esp32c3/register/soc/rmt_struct.h index 14550622f77..cc099828246 100644 --- a/components/soc/esp32c3/register/soc/rmt_struct.h +++ b/components/soc/esp32c3/register/soc/rmt_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/rtc_cntl_reg.h b/components/soc/esp32c3/register/soc/rtc_cntl_reg.h index e67f6ed93d8..085a67fd0c0 100644 --- a/components/soc/esp32c3/register/soc/rtc_cntl_reg.h +++ b/components/soc/esp32c3/register/soc/rtc_cntl_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_CNTL_REG_H_ #define _SOC_RTC_CNTL_REG_H_ diff --git a/components/soc/esp32c3/register/soc/rtc_cntl_struct.h b/components/soc/esp32c3/register/soc/rtc_cntl_struct.h index 5c57701f695..8c6ced61cfb 100644 --- a/components/soc/esp32c3/register/soc/rtc_cntl_struct.h +++ b/components/soc/esp32c3/register/soc/rtc_cntl_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/rtc_i2c_reg.h b/components/soc/esp32c3/register/soc/rtc_i2c_reg.h index eba7d42df63..554f2c957b9 100644 --- a/components/soc/esp32c3/register/soc/rtc_i2c_reg.h +++ b/components/soc/esp32c3/register/soc/rtc_i2c_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_I2C_REG_H_ #define _SOC_RTC_I2C_REG_H_ diff --git a/components/soc/esp32c3/register/soc/rtc_i2c_struct.h b/components/soc/esp32c3/register/soc/rtc_i2c_struct.h index 6bac0548ee4..b8d4a09d4bb 100644 --- a/components/soc/esp32c3/register/soc/rtc_i2c_struct.h +++ b/components/soc/esp32c3/register/soc/rtc_i2c_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/sensitive_reg.h b/components/soc/esp32c3/register/soc/sensitive_reg.h index 089d9c4aa4a..b4ae41964ee 100644 --- a/components/soc/esp32c3/register/soc/sensitive_reg.h +++ b/components/soc/esp32c3/register/soc/sensitive_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SENSITIVE_REG_H_ #define _SOC_SENSITIVE_REG_H_ diff --git a/components/soc/esp32c3/register/soc/sensitive_struct.h b/components/soc/esp32c3/register/soc/sensitive_struct.h index a7adaca7b89..e4cc7d011bb 100644 --- a/components/soc/esp32c3/register/soc/sensitive_struct.h +++ b/components/soc/esp32c3/register/soc/sensitive_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SENSITIVE_STRUCT_H_ #define _SOC_SENSITIVE_STRUCT_H_ diff --git a/components/soc/esp32c3/register/soc/spi_mem_reg.h b/components/soc/esp32c3/register/soc/spi_mem_reg.h index 22d6b26377e..3dfa8bbe2ee 100644 --- a/components/soc/esp32c3/register/soc/spi_mem_reg.h +++ b/components/soc/esp32c3/register/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_MEM_REG_H_ #define _SOC_SPI_MEM_REG_H_ diff --git a/components/soc/esp32c3/register/soc/spi_mem_struct.h b/components/soc/esp32c3/register/soc/spi_mem_struct.h index 95a0aae1ecf..58becee62e4 100644 --- a/components/soc/esp32c3/register/soc/spi_mem_struct.h +++ b/components/soc/esp32c3/register/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/spi_reg.h b/components/soc/esp32c3/register/soc/spi_reg.h index e8e9fec283f..17808127095 100644 --- a/components/soc/esp32c3/register/soc/spi_reg.h +++ b/components/soc/esp32c3/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_REG_H_ #define _SOC_SPI_REG_H_ diff --git a/components/soc/esp32c3/register/soc/spi_struct.h b/components/soc/esp32c3/register/soc/spi_struct.h index 88d7476caf9..03a765bd013 100644 --- a/components/soc/esp32c3/register/soc/spi_struct.h +++ b/components/soc/esp32c3/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/syscon_reg.h b/components/soc/esp32c3/register/soc/syscon_reg.h index 8c6103aee25..83752dcb410 100644 --- a/components/soc/esp32c3/register/soc/syscon_reg.h +++ b/components/soc/esp32c3/register/soc/syscon_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSCON_REG_H_ #define _SOC_SYSCON_REG_H_ diff --git a/components/soc/esp32c3/register/soc/syscon_struct.h b/components/soc/esp32c3/register/soc/syscon_struct.h index 60c1c4b7423..4ef56412450 100644 --- a/components/soc/esp32c3/register/soc/syscon_struct.h +++ b/components/soc/esp32c3/register/soc/syscon_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/system_reg.h b/components/soc/esp32c3/register/soc/system_reg.h index b82ae418440..f3e2d1513a3 100644 --- a/components/soc/esp32c3/register/soc/system_reg.h +++ b/components/soc/esp32c3/register/soc/system_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSTEM_REG_H_ #define _SOC_SYSTEM_REG_H_ diff --git a/components/soc/esp32c3/register/soc/system_struct.h b/components/soc/esp32c3/register/soc/system_struct.h index 66e0ccaa19f..900e6d007b3 100644 --- a/components/soc/esp32c3/register/soc/system_struct.h +++ b/components/soc/esp32c3/register/soc/system_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSTEM_STRUCT_H_ #define _SOC_SYSTEM_STRUCT_H_ diff --git a/components/soc/esp32c3/register/soc/systimer_reg.h b/components/soc/esp32c3/register/soc/systimer_reg.h index 55316915df1..1ee41b1c046 100644 --- a/components/soc/esp32c3/register/soc/systimer_reg.h +++ b/components/soc/esp32c3/register/soc/systimer_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/systimer_struct.h b/components/soc/esp32c3/register/soc/systimer_struct.h index cf10afab1c3..230701df06d 100644 --- a/components/soc/esp32c3/register/soc/systimer_struct.h +++ b/components/soc/esp32c3/register/soc/systimer_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/timer_group_reg.h b/components/soc/esp32c3/register/soc/timer_group_reg.h index 907d4e2c539..ea9866121a1 100644 --- a/components/soc/esp32c3/register/soc/timer_group_reg.h +++ b/components/soc/esp32c3/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/timer_group_struct.h b/components/soc/esp32c3/register/soc/timer_group_struct.h index ae8631cd8b4..1b076cec798 100644 --- a/components/soc/esp32c3/register/soc/timer_group_struct.h +++ b/components/soc/esp32c3/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/twai_struct.h b/components/soc/esp32c3/register/soc/twai_struct.h index bf2dea5ba9a..fcb1d7e1cfb 100644 --- a/components/soc/esp32c3/register/soc/twai_struct.h +++ b/components/soc/esp32c3/register/soc/twai_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/uart_reg.h b/components/soc/esp32c3/register/soc/uart_reg.h index c26bab99382..ca9a3bcfad3 100644 --- a/components/soc/esp32c3/register/soc/uart_reg.h +++ b/components/soc/esp32c3/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_UART_REG_H_ #define _SOC_UART_REG_H_ diff --git a/components/soc/esp32c3/register/soc/uart_struct.h b/components/soc/esp32c3/register/soc/uart_struct.h index a93528b0900..4ded8be7aff 100644 --- a/components/soc/esp32c3/register/soc/uart_struct.h +++ b/components/soc/esp32c3/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/uhci_reg.h b/components/soc/esp32c3/register/soc/uhci_reg.h index f387de7963a..366e24efc77 100644 --- a/components/soc/esp32c3/register/soc/uhci_reg.h +++ b/components/soc/esp32c3/register/soc/uhci_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_UHCI_REG_H_ #define _SOC_UHCI_REG_H_ diff --git a/components/soc/esp32c3/register/soc/uhci_struct.h b/components/soc/esp32c3/register/soc/uhci_struct.h index 5741f27a8d0..3d9fbdc8f83 100644 --- a/components/soc/esp32c3/register/soc/uhci_struct.h +++ b/components/soc/esp32c3/register/soc/uhci_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/usb_serial_jtag_reg.h b/components/soc/esp32c3/register/soc/usb_serial_jtag_reg.h index 6d908baec1b..e1a8346408e 100644 --- a/components/soc/esp32c3/register/soc/usb_serial_jtag_reg.h +++ b/components/soc/esp32c3/register/soc/usb_serial_jtag_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/register/soc/usb_serial_jtag_struct.h b/components/soc/esp32c3/register/soc/usb_serial_jtag_struct.h index 98b15060a42..f4384db68b3 100644 --- a/components/soc/esp32c3/register/soc/usb_serial_jtag_struct.h +++ b/components/soc/esp32c3/register/soc/usb_serial_jtag_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_USB_SERIAL_JTAG_STRUCT_H_ #define _SOC_USB_SERIAL_JTAG_STRUCT_H_ diff --git a/components/soc/esp32c3/register/soc/xts_aes_reg.h b/components/soc/esp32c3/register/soc/xts_aes_reg.h index 6a6e64539c5..e79f0e1ed28 100644 --- a/components/soc/esp32c3/register/soc/xts_aes_reg.h +++ b/components/soc/esp32c3/register/soc/xts_aes_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c3/sdm_periph.c b/components/soc/esp32c3/sdm_periph.c index 50051ba117c..423263fe546 100644 --- a/components/soc/esp32c3/sdm_periph.c +++ b/components/soc/esp32c3/sdm_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdm_periph.h" diff --git a/components/soc/esp32c3/spi_periph.c b/components/soc/esp32c3/spi_periph.c index b270a925236..9a516f556e1 100644 --- a/components/soc/esp32c3/spi_periph.c +++ b/components/soc/esp32c3/spi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32c3/temperature_sensor_periph.c b/components/soc/esp32c3/temperature_sensor_periph.c index e75c60b3178..d495564a396 100644 --- a/components/soc/esp32c3/temperature_sensor_periph.c +++ b/components/soc/esp32c3/temperature_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/temperature_sensor_periph.h" diff --git a/components/soc/esp32c3/twai_periph.c b/components/soc/esp32c3/twai_periph.c index 56b1167c4c7..2cf0f906bd8 100644 --- a/components/soc/esp32c3/twai_periph.c +++ b/components/soc/esp32c3/twai_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/twai_periph.h" diff --git a/components/soc/esp32c3/uart_periph.c b/components/soc/esp32c3/uart_periph.c index dbd05341f2f..1fc59a59a9c 100644 --- a/components/soc/esp32c3/uart_periph.c +++ b/components/soc/esp32c3/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32c5/adc_periph.c b/components/soc/esp32c5/adc_periph.c index 9f9bd96cfb3..9633abd30b5 100644 --- a/components/soc/esp32c5/adc_periph.c +++ b/components/soc/esp32c5/adc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/adc_periph.h" diff --git a/components/soc/esp32c5/ana_cmpr_periph.c b/components/soc/esp32c5/ana_cmpr_periph.c index 0da52a79f61..fe5f78628eb 100644 --- a/components/soc/esp32c5/ana_cmpr_periph.c +++ b/components/soc/esp32c5/ana_cmpr_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ana_cmpr_periph.h" diff --git a/components/soc/esp32c5/dedic_gpio_periph.c b/components/soc/esp32c5/dedic_gpio_periph.c index ef5fc640824..a4d4bdd880b 100644 --- a/components/soc/esp32c5/dedic_gpio_periph.c +++ b/components/soc/esp32c5/dedic_gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_sig_map.h" diff --git a/components/soc/esp32c5/gpio_periph.c b/components/soc/esp32c5/gpio_periph.c index 37c07f1cbcd..fdab26d929d 100644 --- a/components/soc/esp32c5/gpio_periph.c +++ b/components/soc/esp32c5/gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32c5/ieee802154_periph.c b/components/soc/esp32c5/ieee802154_periph.c index ec346c396e2..b89cec29abd 100644 --- a/components/soc/esp32c5/ieee802154_periph.c +++ b/components/soc/esp32c5/ieee802154_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ieee802154_periph.h" diff --git a/components/soc/esp32c5/include/modem/modem_lpcon_reg.h b/components/soc/esp32c5/include/modem/modem_lpcon_reg.h index 014d5e62f7f..9f567dacd3e 100644 --- a/components/soc/esp32c5/include/modem/modem_lpcon_reg.h +++ b/components/soc/esp32c5/include/modem/modem_lpcon_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/modem/modem_lpcon_struct.h b/components/soc/esp32c5/include/modem/modem_lpcon_struct.h index 06531841ddf..4f691789215 100644 --- a/components/soc/esp32c5/include/modem/modem_lpcon_struct.h +++ b/components/soc/esp32c5/include/modem/modem_lpcon_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/modem/modem_syscon_reg.h b/components/soc/esp32c5/include/modem/modem_syscon_reg.h index 3abf763ee8c..2306abda6c9 100644 --- a/components/soc/esp32c5/include/modem/modem_syscon_reg.h +++ b/components/soc/esp32c5/include/modem/modem_syscon_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/modem/modem_syscon_struct.h b/components/soc/esp32c5/include/modem/modem_syscon_struct.h index a827dd2c60f..7a0cd04a66a 100644 --- a/components/soc/esp32c5/include/modem/modem_syscon_struct.h +++ b/components/soc/esp32c5/include/modem/modem_syscon_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/modem/reg_base.h b/components/soc/esp32c5/include/modem/reg_base.h index 37b441740c2..e0b391e7e24 100644 --- a/components/soc/esp32c5/include/modem/reg_base.h +++ b/components/soc/esp32c5/include/modem/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/adc_channel.h b/components/soc/esp32c5/include/soc/adc_channel.h index a540b82758f..8969f21aea5 100644 --- a/components/soc/esp32c5/include/soc/adc_channel.h +++ b/components/soc/esp32c5/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/ana_cmpr_pins.h b/components/soc/esp32c5/include/soc/ana_cmpr_pins.h index f51632ab0f5..d3b29e25bbc 100644 --- a/components/soc/esp32c5/include/soc/ana_cmpr_pins.h +++ b/components/soc/esp32c5/include/soc/ana_cmpr_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/ana_cmpr_struct.h b/components/soc/esp32c5/include/soc/ana_cmpr_struct.h index ef3fbe3824e..6de82c68e26 100644 --- a/components/soc/esp32c5/include/soc/ana_cmpr_struct.h +++ b/components/soc/esp32c5/include/soc/ana_cmpr_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* NOTE: this file is created manually for compatibility */ diff --git a/components/soc/esp32c5/include/soc/apm_defs.h b/components/soc/esp32c5/include/soc/apm_defs.h index 0095add7b49..e806217f7d0 100644 --- a/components/soc/esp32c5/include/soc/apm_defs.h +++ b/components/soc/esp32c5/include/soc/apm_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/assist_debug_reg.h b/components/soc/esp32c5/include/soc/assist_debug_reg.h index 68d4ec79824..e7cb9524431 100644 --- a/components/soc/esp32c5/include/soc/assist_debug_reg.h +++ b/components/soc/esp32c5/include/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/clic_reg.h b/components/soc/esp32c5/include/soc/clic_reg.h index d0ba099ba1c..29a5cb0c7d3 100644 --- a/components/soc/esp32c5/include/soc/clic_reg.h +++ b/components/soc/esp32c5/include/soc/clic_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/clint_reg.h b/components/soc/esp32c5/include/soc/clint_reg.h index 7fa9daf2ed3..cc1db3572f4 100644 --- a/components/soc/esp32c5/include/soc/clint_reg.h +++ b/components/soc/esp32c5/include/soc/clint_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/clk_tree_defs.h b/components/soc/esp32c5/include/soc/clk_tree_defs.h index ac85593767e..b25c2f21354 100644 --- a/components/soc/esp32c5/include/soc/clk_tree_defs.h +++ b/components/soc/esp32c5/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/clkout_channel.h b/components/soc/esp32c5/include/soc/clkout_channel.h index 593c9e44259..c382b50fd8b 100644 --- a/components/soc/esp32c5/include/soc/clkout_channel.h +++ b/components/soc/esp32c5/include/soc/clkout_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/dport_access.h b/components/soc/esp32c5/include/soc/dport_access.h index fc00e87e1ce..4115749e0e2 100644 --- a/components/soc/esp32c5/include/soc/dport_access.h +++ b/components/soc/esp32c5/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/efuse_defs.h b/components/soc/esp32c5/include/soc/efuse_defs.h index 48cc4ce65d9..68b975d730c 100644 --- a/components/soc/esp32c5/include/soc/efuse_defs.h +++ b/components/soc/esp32c5/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/ext_mem_defs.h b/components/soc/esp32c5/include/soc/ext_mem_defs.h index 51f3778e2d4..ed0ccc5512c 100644 --- a/components/soc/esp32c5/include/soc/ext_mem_defs.h +++ b/components/soc/esp32c5/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/gpio_num.h b/components/soc/esp32c5/include/soc/gpio_num.h index a18acca7da6..e59acefbd81 100644 --- a/components/soc/esp32c5/include/soc/gpio_num.h +++ b/components/soc/esp32c5/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/gpio_pins.h b/components/soc/esp32c5/include/soc/gpio_pins.h index 88c26b35a28..c08662ae91c 100644 --- a/components/soc/esp32c5/include/soc/gpio_pins.h +++ b/components/soc/esp32c5/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/gpio_sig_map.h b/components/soc/esp32c5/include/soc/gpio_sig_map.h index 2b595f9ac55..3f63d1f0ff7 100644 --- a/components/soc/esp32c5/include/soc/gpio_sig_map.h +++ b/components/soc/esp32c5/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/hwcrypto_reg.h b/components/soc/esp32c5/include/soc/hwcrypto_reg.h index 098f0d3ffdd..7cab7c5ed22 100644 --- a/components/soc/esp32c5/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32c5/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/interrupt_reg.h b/components/soc/esp32c5/include/soc/interrupt_reg.h index b14126d56aa..8ffd6deb2b7 100644 --- a/components/soc/esp32c5/include/soc/interrupt_reg.h +++ b/components/soc/esp32c5/include/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/clic_reg.h" diff --git a/components/soc/esp32c5/include/soc/interrupts.h b/components/soc/esp32c5/include/soc/interrupts.h index 92b3115c838..a477b98962f 100644 --- a/components/soc/esp32c5/include/soc/interrupts.h +++ b/components/soc/esp32c5/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/mmu.h b/components/soc/esp32c5/include/soc/mmu.h index 5660077bbae..ce3b0377142 100644 --- a/components/soc/esp32c5/include/soc/mmu.h +++ b/components/soc/esp32c5/include/soc/mmu.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/periph_defs.h b/components/soc/esp32c5/include/soc/periph_defs.h index 8c959568f04..9222b6953c3 100644 --- a/components/soc/esp32c5/include/soc/periph_defs.h +++ b/components/soc/esp32c5/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/pmu_icg_mapping.h b/components/soc/esp32c5/include/soc/pmu_icg_mapping.h index 93b09836919..42e4b7c2d9c 100644 --- a/components/soc/esp32c5/include/soc/pmu_icg_mapping.h +++ b/components/soc/esp32c5/include/soc/pmu_icg_mapping.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/regi2c_bbpll.h b/components/soc/esp32c5/include/soc/regi2c_bbpll.h index e698a4b530c..32798dbd2e3 100644 --- a/components/soc/esp32c5/include/soc/regi2c_bbpll.h +++ b/components/soc/esp32c5/include/soc/regi2c_bbpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/regi2c_brownout.h b/components/soc/esp32c5/include/soc/regi2c_brownout.h index f9b43ebe98f..ecda0b0f0b1 100644 --- a/components/soc/esp32c5/include/soc/regi2c_brownout.h +++ b/components/soc/esp32c5/include/soc/regi2c_brownout.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/regi2c_dig_reg.h b/components/soc/esp32c5/include/soc/regi2c_dig_reg.h index a11d489e385..3aaea41622e 100644 --- a/components/soc/esp32c5/include/soc/regi2c_dig_reg.h +++ b/components/soc/esp32c5/include/soc/regi2c_dig_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/regi2c_lp_bias.h b/components/soc/esp32c5/include/soc/regi2c_lp_bias.h index 4c69ac7d26b..45a10e96da9 100644 --- a/components/soc/esp32c5/include/soc/regi2c_lp_bias.h +++ b/components/soc/esp32c5/include/soc/regi2c_lp_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/regi2c_saradc.h b/components/soc/esp32c5/include/soc/regi2c_saradc.h index 5a0a9f2715c..6584f2e55e7 100644 --- a/components/soc/esp32c5/include/soc/regi2c_saradc.h +++ b/components/soc/esp32c5/include/soc/regi2c_saradc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/reset_reasons.h b/components/soc/esp32c5/include/soc/reset_reasons.h index f433a48b629..b5c29b4d762 100644 --- a/components/soc/esp32c5/include/soc/reset_reasons.h +++ b/components/soc/esp32c5/include/soc/reset_reasons.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/retention_periph_defs.h b/components/soc/esp32c5/include/soc/retention_periph_defs.h index 9ceee5a2b9b..0855b2f5f70 100644 --- a/components/soc/esp32c5/include/soc/retention_periph_defs.h +++ b/components/soc/esp32c5/include/soc/retention_periph_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/rtc_io_channel.h b/components/soc/esp32c5/include/soc/rtc_io_channel.h index 36b9b5f80e5..f336c5f09c9 100644 --- a/components/soc/esp32c5/include/soc/rtc_io_channel.h +++ b/components/soc/esp32c5/include/soc/rtc_io_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/rtc_io_reg.h b/components/soc/esp32c5/include/soc/rtc_io_reg.h index 0b46132b7f3..ec380da357d 100644 --- a/components/soc/esp32c5/include/soc/rtc_io_reg.h +++ b/components/soc/esp32c5/include/soc/rtc_io_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/rtc_io_struct.h b/components/soc/esp32c5/include/soc/rtc_io_struct.h index f265383d20b..0f3e68b402c 100644 --- a/components/soc/esp32c5/include/soc/rtc_io_struct.h +++ b/components/soc/esp32c5/include/soc/rtc_io_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/sdio_slave_pins.h b/components/soc/esp32c5/include/soc/sdio_slave_pins.h index bef7baa9673..f0fb51afbef 100644 --- a/components/soc/esp32c5/include/soc/sdio_slave_pins.h +++ b/components/soc/esp32c5/include/soc/sdio_slave_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/soc.h b/components/soc/esp32c5/include/soc/soc.h index a5b205e9bb1..1417ae26462 100644 --- a/components/soc/esp32c5/include/soc/soc.h +++ b/components/soc/esp32c5/include/soc/soc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/soc_caps.h b/components/soc/esp32c5/include/soc/soc_caps.h index 7cf47cb950c..7eeb61dff84 100644 --- a/components/soc/esp32c5/include/soc/soc_caps.h +++ b/components/soc/esp32c5/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32c5/include/soc/soc_caps_full.h b/components/soc/esp32c5/include/soc/soc_caps_full.h index 0e28befab1c..0ef9c564115 100644 --- a/components/soc/esp32c5/include/soc/soc_caps_full.h +++ b/components/soc/esp32c5/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/soc_etm_source.h b/components/soc/esp32c5/include/soc/soc_etm_source.h index d3d24514300..8203e62314b 100644 --- a/components/soc/esp32c5/include/soc/soc_etm_source.h +++ b/components/soc/esp32c5/include/soc/soc_etm_source.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/soc_pins.h b/components/soc/esp32c5/include/soc/soc_pins.h index 9c4974e5421..7b84e2ac051 100644 --- a/components/soc/esp32c5/include/soc/soc_pins.h +++ b/components/soc/esp32c5/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32c5/include/soc/spi_mem_reg.h b/components/soc/esp32c5/include/soc/spi_mem_reg.h index fbc414795c5..3ef31d72864 100644 --- a/components/soc/esp32c5/include/soc/spi_mem_reg.h +++ b/components/soc/esp32c5/include/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/spi_mem_struct.h b/components/soc/esp32c5/include/soc/spi_mem_struct.h index 2725c17f129..21089cde4c9 100644 --- a/components/soc/esp32c5/include/soc/spi_mem_struct.h +++ b/components/soc/esp32c5/include/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/spi_pins.h b/components/soc/esp32c5/include/soc/spi_pins.h index 2fad17b8cf1..06fe12689c0 100644 --- a/components/soc/esp32c5/include/soc/spi_pins.h +++ b/components/soc/esp32c5/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/system_intr.h b/components/soc/esp32c5/include/soc/system_intr.h index 9289296b49a..f9e3b24e2e9 100644 --- a/components/soc/esp32c5/include/soc/system_intr.h +++ b/components/soc/esp32c5/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/system_periph_retention.h b/components/soc/esp32c5/include/soc/system_periph_retention.h index dac1f0414da..4097d29b53e 100644 --- a/components/soc/esp32c5/include/soc/system_periph_retention.h +++ b/components/soc/esp32c5/include/soc/system_periph_retention.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/system_reg.h b/components/soc/esp32c5/include/soc/system_reg.h index 9723cd0679a..b2d2009baac 100644 --- a/components/soc/esp32c5/include/soc/system_reg.h +++ b/components/soc/esp32c5/include/soc/system_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/hp_system_reg.h" diff --git a/components/soc/esp32c5/include/soc/uart_channel.h b/components/soc/esp32c5/include/soc/uart_channel.h index 36cad83af11..05ef8cc8471 100644 --- a/components/soc/esp32c5/include/soc/uart_channel.h +++ b/components/soc/esp32c5/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32C6. diff --git a/components/soc/esp32c5/include/soc/uart_pins.h b/components/soc/esp32c5/include/soc/uart_pins.h index bce131e82ff..a4bcfb6fc1c 100644 --- a/components/soc/esp32c5/include/soc/uart_pins.h +++ b/components/soc/esp32c5/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/include/soc/wdev_reg.h b/components/soc/esp32c5/include/soc/wdev_reg.h index ab12db20613..5468bae6f32 100644 --- a/components/soc/esp32c5/include/soc/wdev_reg.h +++ b/components/soc/esp32c5/include/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/interrupts.c b/components/soc/esp32c5/interrupts.c index cb0bc910295..679bb2e5933 100644 --- a/components/soc/esp32c5/interrupts.c +++ b/components/soc/esp32c5/interrupts.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32c5/ld/esp32c5.peripherals.ld b/components/soc/esp32c5/ld/esp32c5.peripherals.ld index 220551516da..1339fa56e15 100644 --- a/components/soc/esp32c5/ld/esp32c5.peripherals.ld +++ b/components/soc/esp32c5/ld/esp32c5.peripherals.ld @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ PROVIDE ( UART0 = 0x60000000 ); diff --git a/components/soc/esp32c5/ledc_periph.c b/components/soc/esp32c5/ledc_periph.c index 5a55b87b28e..ff6d496e4b9 100644 --- a/components/soc/esp32c5/ledc_periph.c +++ b/components/soc/esp32c5/ledc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32c5/mpi_periph.c b/components/soc/esp32c5/mpi_periph.c index b41e2529449..0d9a51d865c 100644 --- a/components/soc/esp32c5/mpi_periph.c +++ b/components/soc/esp32c5/mpi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rsa_reg.h" diff --git a/components/soc/esp32c5/power_supply_periph.c b/components/soc/esp32c5/power_supply_periph.c index d9b2bac9620..63617abdd71 100644 --- a/components/soc/esp32c5/power_supply_periph.c +++ b/components/soc/esp32c5/power_supply_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/power_supply_periph.h" diff --git a/components/soc/esp32c5/register/soc/aes_reg.h b/components/soc/esp32c5/register/soc/aes_reg.h index f55e5e17294..84d43a9b355 100644 --- a/components/soc/esp32c5/register/soc/aes_reg.h +++ b/components/soc/esp32c5/register/soc/aes_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/aes_struct.h b/components/soc/esp32c5/register/soc/aes_struct.h index e809b5d7c2f..461b719366e 100644 --- a/components/soc/esp32c5/register/soc/aes_struct.h +++ b/components/soc/esp32c5/register/soc/aes_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ahb_dma_reg.h b/components/soc/esp32c5/register/soc/ahb_dma_reg.h index b33d44a6da6..c75dcec0a1c 100644 --- a/components/soc/esp32c5/register/soc/ahb_dma_reg.h +++ b/components/soc/esp32c5/register/soc/ahb_dma_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ahb_dma_struct.h b/components/soc/esp32c5/register/soc/ahb_dma_struct.h index 9818c003e90..2a6a083410d 100644 --- a/components/soc/esp32c5/register/soc/ahb_dma_struct.h +++ b/components/soc/esp32c5/register/soc/ahb_dma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/apb_saradc_reg.h b/components/soc/esp32c5/register/soc/apb_saradc_reg.h index 050cabc46d4..2d87ab0b055 100644 --- a/components/soc/esp32c5/register/soc/apb_saradc_reg.h +++ b/components/soc/esp32c5/register/soc/apb_saradc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/apb_saradc_struct.h b/components/soc/esp32c5/register/soc/apb_saradc_struct.h index 53f4e149c9c..73368fe10eb 100644 --- a/components/soc/esp32c5/register/soc/apb_saradc_struct.h +++ b/components/soc/esp32c5/register/soc/apb_saradc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/bitscrambler_reg.h b/components/soc/esp32c5/register/soc/bitscrambler_reg.h index 405f7d73090..33b3f5ec8e2 100644 --- a/components/soc/esp32c5/register/soc/bitscrambler_reg.h +++ b/components/soc/esp32c5/register/soc/bitscrambler_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/bitscrambler_struct.h b/components/soc/esp32c5/register/soc/bitscrambler_struct.h index dc98ec027b1..fbb91dc75d4 100644 --- a/components/soc/esp32c5/register/soc/bitscrambler_struct.h +++ b/components/soc/esp32c5/register/soc/bitscrambler_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/bus_monitor_reg.h b/components/soc/esp32c5/register/soc/bus_monitor_reg.h index 70f4deb2d11..c9d25c0ad72 100644 --- a/components/soc/esp32c5/register/soc/bus_monitor_reg.h +++ b/components/soc/esp32c5/register/soc/bus_monitor_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/bus_monitor_struct.h b/components/soc/esp32c5/register/soc/bus_monitor_struct.h index 4a49be11aa8..73a0f96fea6 100644 --- a/components/soc/esp32c5/register/soc/bus_monitor_struct.h +++ b/components/soc/esp32c5/register/soc/bus_monitor_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/cache_reg.h b/components/soc/esp32c5/register/soc/cache_reg.h index 2786474426c..2d91a97bab6 100644 --- a/components/soc/esp32c5/register/soc/cache_reg.h +++ b/components/soc/esp32c5/register/soc/cache_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/cache_struct.h b/components/soc/esp32c5/register/soc/cache_struct.h index 85c7ff06422..bed6b45de82 100644 --- a/components/soc/esp32c5/register/soc/cache_struct.h +++ b/components/soc/esp32c5/register/soc/cache_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/cpu_apm_reg.h b/components/soc/esp32c5/register/soc/cpu_apm_reg.h index daf755e2022..3b9bb82c4e2 100644 --- a/components/soc/esp32c5/register/soc/cpu_apm_reg.h +++ b/components/soc/esp32c5/register/soc/cpu_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/cpu_apm_struct.h b/components/soc/esp32c5/register/soc/cpu_apm_struct.h index 49d283b39c2..9ba78ebea6f 100644 --- a/components/soc/esp32c5/register/soc/cpu_apm_struct.h +++ b/components/soc/esp32c5/register/soc/cpu_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ds_reg.h b/components/soc/esp32c5/register/soc/ds_reg.h index 520f9e59189..eaf179f82f2 100644 --- a/components/soc/esp32c5/register/soc/ds_reg.h +++ b/components/soc/esp32c5/register/soc/ds_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ds_struct.h b/components/soc/esp32c5/register/soc/ds_struct.h index a49f60436a3..3f62ee22ec9 100644 --- a/components/soc/esp32c5/register/soc/ds_struct.h +++ b/components/soc/esp32c5/register/soc/ds_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ecc_mult_reg.h b/components/soc/esp32c5/register/soc/ecc_mult_reg.h index 4570901f043..840490397f2 100644 --- a/components/soc/esp32c5/register/soc/ecc_mult_reg.h +++ b/components/soc/esp32c5/register/soc/ecc_mult_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ecc_mult_struct.h b/components/soc/esp32c5/register/soc/ecc_mult_struct.h index ed1de3e3c2d..2a82bbc75a1 100644 --- a/components/soc/esp32c5/register/soc/ecc_mult_struct.h +++ b/components/soc/esp32c5/register/soc/ecc_mult_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ecdsa_reg.h b/components/soc/esp32c5/register/soc/ecdsa_reg.h index 401786a1653..451ffaf15cc 100644 --- a/components/soc/esp32c5/register/soc/ecdsa_reg.h +++ b/components/soc/esp32c5/register/soc/ecdsa_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ecdsa_struct.h b/components/soc/esp32c5/register/soc/ecdsa_struct.h index 6659f30a908..e9653073ecf 100644 --- a/components/soc/esp32c5/register/soc/ecdsa_struct.h +++ b/components/soc/esp32c5/register/soc/ecdsa_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/efuse_reg.h b/components/soc/esp32c5/register/soc/efuse_reg.h index 27586bca8db..8fe0c56c549 100644 --- a/components/soc/esp32c5/register/soc/efuse_reg.h +++ b/components/soc/esp32c5/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/efuse_struct.h b/components/soc/esp32c5/register/soc/efuse_struct.h index 5e8c7932dfd..99a51ece0bb 100644 --- a/components/soc/esp32c5/register/soc/efuse_struct.h +++ b/components/soc/esp32c5/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/gpio_ext_reg.h b/components/soc/esp32c5/register/soc/gpio_ext_reg.h index 74ede57af5d..61511f97e40 100644 --- a/components/soc/esp32c5/register/soc/gpio_ext_reg.h +++ b/components/soc/esp32c5/register/soc/gpio_ext_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/gpio_ext_struct.h b/components/soc/esp32c5/register/soc/gpio_ext_struct.h index c8c7873d23b..5b754035b42 100644 --- a/components/soc/esp32c5/register/soc/gpio_ext_struct.h +++ b/components/soc/esp32c5/register/soc/gpio_ext_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/gpio_reg.h b/components/soc/esp32c5/register/soc/gpio_reg.h index 1c9c7f19916..e9d2a5dc6ea 100644 --- a/components/soc/esp32c5/register/soc/gpio_reg.h +++ b/components/soc/esp32c5/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/gpio_struct.h b/components/soc/esp32c5/register/soc/gpio_struct.h index 1d8ac31ee65..c3ec3058edf 100644 --- a/components/soc/esp32c5/register/soc/gpio_struct.h +++ b/components/soc/esp32c5/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/hmac_reg.h b/components/soc/esp32c5/register/soc/hmac_reg.h index 3611416c136..a570cb7e06b 100644 --- a/components/soc/esp32c5/register/soc/hmac_reg.h +++ b/components/soc/esp32c5/register/soc/hmac_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/hmac_struct.h b/components/soc/esp32c5/register/soc/hmac_struct.h index 6fce965a2cb..8569a0b4c61 100644 --- a/components/soc/esp32c5/register/soc/hmac_struct.h +++ b/components/soc/esp32c5/register/soc/hmac_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/hp_apm_reg.h b/components/soc/esp32c5/register/soc/hp_apm_reg.h index 4179bf0815b..0b4879db98b 100644 --- a/components/soc/esp32c5/register/soc/hp_apm_reg.h +++ b/components/soc/esp32c5/register/soc/hp_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/hp_apm_struct.h b/components/soc/esp32c5/register/soc/hp_apm_struct.h index 0f3335eb0cc..49ce4d912ab 100644 --- a/components/soc/esp32c5/register/soc/hp_apm_struct.h +++ b/components/soc/esp32c5/register/soc/hp_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/hp_system_reg.h b/components/soc/esp32c5/register/soc/hp_system_reg.h index ad22a3334c4..21ef06c71e1 100644 --- a/components/soc/esp32c5/register/soc/hp_system_reg.h +++ b/components/soc/esp32c5/register/soc/hp_system_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/hp_system_struct.h b/components/soc/esp32c5/register/soc/hp_system_struct.h index ccd99025ce4..f73bc70582c 100644 --- a/components/soc/esp32c5/register/soc/hp_system_struct.h +++ b/components/soc/esp32c5/register/soc/hp_system_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/huk_reg.h b/components/soc/esp32c5/register/soc/huk_reg.h index 20c44c4d3dd..044b44e9784 100644 --- a/components/soc/esp32c5/register/soc/huk_reg.h +++ b/components/soc/esp32c5/register/soc/huk_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/huk_struct.h b/components/soc/esp32c5/register/soc/huk_struct.h index 5be5968adfb..3069ff4756e 100644 --- a/components/soc/esp32c5/register/soc/huk_struct.h +++ b/components/soc/esp32c5/register/soc/huk_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/i2c_ana_mst_reg.h b/components/soc/esp32c5/register/soc/i2c_ana_mst_reg.h index a3d43b4bc7a..91a49bf0e71 100644 --- a/components/soc/esp32c5/register/soc/i2c_ana_mst_reg.h +++ b/components/soc/esp32c5/register/soc/i2c_ana_mst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/i2c_reg.h b/components/soc/esp32c5/register/soc/i2c_reg.h index d56d15c07bc..d01b2d334cd 100644 --- a/components/soc/esp32c5/register/soc/i2c_reg.h +++ b/components/soc/esp32c5/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/i2c_struct.h b/components/soc/esp32c5/register/soc/i2c_struct.h index cbf8ad0d294..228c2c4073a 100644 --- a/components/soc/esp32c5/register/soc/i2c_struct.h +++ b/components/soc/esp32c5/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/i2s_reg.h b/components/soc/esp32c5/register/soc/i2s_reg.h index 0c54601fdb3..416b135f0d2 100644 --- a/components/soc/esp32c5/register/soc/i2s_reg.h +++ b/components/soc/esp32c5/register/soc/i2s_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/i2s_struct.h b/components/soc/esp32c5/register/soc/i2s_struct.h index a7ddcc6fe85..9f9f9d02d2e 100644 --- a/components/soc/esp32c5/register/soc/i2s_struct.h +++ b/components/soc/esp32c5/register/soc/i2s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ieee802154_reg.h b/components/soc/esp32c5/register/soc/ieee802154_reg.h index 0c7884fc2e0..6b0ddd5b33d 100644 --- a/components/soc/esp32c5/register/soc/ieee802154_reg.h +++ b/components/soc/esp32c5/register/soc/ieee802154_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ieee802154_struct.h b/components/soc/esp32c5/register/soc/ieee802154_struct.h index 4031caba1b1..8f70c951569 100644 --- a/components/soc/esp32c5/register/soc/ieee802154_struct.h +++ b/components/soc/esp32c5/register/soc/ieee802154_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/interrupt_matrix_reg.h b/components/soc/esp32c5/register/soc/interrupt_matrix_reg.h index f605501d186..da37b78a634 100644 --- a/components/soc/esp32c5/register/soc/interrupt_matrix_reg.h +++ b/components/soc/esp32c5/register/soc/interrupt_matrix_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/interrupt_matrix_struct.h b/components/soc/esp32c5/register/soc/interrupt_matrix_struct.h index e8ecd827758..96162863faf 100644 --- a/components/soc/esp32c5/register/soc/interrupt_matrix_struct.h +++ b/components/soc/esp32c5/register/soc/interrupt_matrix_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/intpri_reg.h b/components/soc/esp32c5/register/soc/intpri_reg.h index 26263229224..7b421c8864b 100644 --- a/components/soc/esp32c5/register/soc/intpri_reg.h +++ b/components/soc/esp32c5/register/soc/intpri_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/intpri_struct.h b/components/soc/esp32c5/register/soc/intpri_struct.h index 995c5d35774..98fd0521c60 100644 --- a/components/soc/esp32c5/register/soc/intpri_struct.h +++ b/components/soc/esp32c5/register/soc/intpri_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/io_mux_reg.h b/components/soc/esp32c5/register/soc/io_mux_reg.h index b52198bbd12..e1ea5672e2a 100644 --- a/components/soc/esp32c5/register/soc/io_mux_reg.h +++ b/components/soc/esp32c5/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/io_mux_struct.h b/components/soc/esp32c5/register/soc/io_mux_struct.h index 2acfae5d3fd..7112bf876d4 100644 --- a/components/soc/esp32c5/register/soc/io_mux_struct.h +++ b/components/soc/esp32c5/register/soc/io_mux_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/keymng_reg.h b/components/soc/esp32c5/register/soc/keymng_reg.h index e11f28548fc..c5a86bfc167 100644 --- a/components/soc/esp32c5/register/soc/keymng_reg.h +++ b/components/soc/esp32c5/register/soc/keymng_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/keymng_struct.h b/components/soc/esp32c5/register/soc/keymng_struct.h index f32ab803a6a..728fb7da3e3 100644 --- a/components/soc/esp32c5/register/soc/keymng_struct.h +++ b/components/soc/esp32c5/register/soc/keymng_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ledc_reg.h b/components/soc/esp32c5/register/soc/ledc_reg.h index 3806b8aa145..d4c37b92f34 100644 --- a/components/soc/esp32c5/register/soc/ledc_reg.h +++ b/components/soc/esp32c5/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/ledc_struct.h b/components/soc/esp32c5/register/soc/ledc_struct.h index c101f1e0732..245730618e9 100644 --- a/components/soc/esp32c5/register/soc/ledc_struct.h +++ b/components/soc/esp32c5/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_analog_peri_reg.h b/components/soc/esp32c5/register/soc/lp_analog_peri_reg.h index a20296185b1..521687d361f 100644 --- a/components/soc/esp32c5/register/soc/lp_analog_peri_reg.h +++ b/components/soc/esp32c5/register/soc/lp_analog_peri_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_analog_peri_reg_eco2.h b/components/soc/esp32c5/register/soc/lp_analog_peri_reg_eco2.h index 1c27ca2f21c..19ce60a775f 100644 --- a/components/soc/esp32c5/register/soc/lp_analog_peri_reg_eco2.h +++ b/components/soc/esp32c5/register/soc/lp_analog_peri_reg_eco2.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_analog_peri_struct.h b/components/soc/esp32c5/register/soc/lp_analog_peri_struct.h index da775ca74d1..6f6981571e7 100644 --- a/components/soc/esp32c5/register/soc/lp_analog_peri_struct.h +++ b/components/soc/esp32c5/register/soc/lp_analog_peri_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_analog_peri_struct_eco2.h b/components/soc/esp32c5/register/soc/lp_analog_peri_struct_eco2.h index d117f33d297..4510b259cf4 100644 --- a/components/soc/esp32c5/register/soc/lp_analog_peri_struct_eco2.h +++ b/components/soc/esp32c5/register/soc/lp_analog_peri_struct_eco2.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_aon_reg.h b/components/soc/esp32c5/register/soc/lp_aon_reg.h index eb8c4c13add..00230b3eb0a 100644 --- a/components/soc/esp32c5/register/soc/lp_aon_reg.h +++ b/components/soc/esp32c5/register/soc/lp_aon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_aon_struct.h b/components/soc/esp32c5/register/soc/lp_aon_struct.h index d6664034b89..19c01ad445b 100644 --- a/components/soc/esp32c5/register/soc/lp_aon_struct.h +++ b/components/soc/esp32c5/register/soc/lp_aon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_apm0_reg.h b/components/soc/esp32c5/register/soc/lp_apm0_reg.h index c9850a0f10b..19a9c43474c 100644 --- a/components/soc/esp32c5/register/soc/lp_apm0_reg.h +++ b/components/soc/esp32c5/register/soc/lp_apm0_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_apm0_struct.h b/components/soc/esp32c5/register/soc/lp_apm0_struct.h index bc098711879..9985d10bed6 100644 --- a/components/soc/esp32c5/register/soc/lp_apm0_struct.h +++ b/components/soc/esp32c5/register/soc/lp_apm0_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_apm_reg.h b/components/soc/esp32c5/register/soc/lp_apm_reg.h index 2a91284eca1..e19b3624187 100644 --- a/components/soc/esp32c5/register/soc/lp_apm_reg.h +++ b/components/soc/esp32c5/register/soc/lp_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_apm_struct.h b/components/soc/esp32c5/register/soc/lp_apm_struct.h index fe0bddb019d..b1115c383e4 100644 --- a/components/soc/esp32c5/register/soc/lp_apm_struct.h +++ b/components/soc/esp32c5/register/soc/lp_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_clkrst_reg.h b/components/soc/esp32c5/register/soc/lp_clkrst_reg.h index bb60f70095f..79a4c44b02a 100644 --- a/components/soc/esp32c5/register/soc/lp_clkrst_reg.h +++ b/components/soc/esp32c5/register/soc/lp_clkrst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_clkrst_struct.h b/components/soc/esp32c5/register/soc/lp_clkrst_struct.h index ae1ef229dbc..3a36f1d7077 100644 --- a/components/soc/esp32c5/register/soc/lp_clkrst_struct.h +++ b/components/soc/esp32c5/register/soc/lp_clkrst_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_gpio_reg.h b/components/soc/esp32c5/register/soc/lp_gpio_reg.h index 94be70b34ff..75b1ae7551a 100644 --- a/components/soc/esp32c5/register/soc/lp_gpio_reg.h +++ b/components/soc/esp32c5/register/soc/lp_gpio_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_gpio_struct.h b/components/soc/esp32c5/register/soc/lp_gpio_struct.h index 5a178a32cc9..a9d52185fc5 100644 --- a/components/soc/esp32c5/register/soc/lp_gpio_struct.h +++ b/components/soc/esp32c5/register/soc/lp_gpio_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_i2c_ana_mst_reg.h b/components/soc/esp32c5/register/soc/lp_i2c_ana_mst_reg.h index 12a5ae4d9e7..0c96d3ba0c7 100644 --- a/components/soc/esp32c5/register/soc/lp_i2c_ana_mst_reg.h +++ b/components/soc/esp32c5/register/soc/lp_i2c_ana_mst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_i2c_ana_mst_struct.h b/components/soc/esp32c5/register/soc/lp_i2c_ana_mst_struct.h index 1e2398ab34c..33ccb6b0116 100644 --- a/components/soc/esp32c5/register/soc/lp_i2c_ana_mst_struct.h +++ b/components/soc/esp32c5/register/soc/lp_i2c_ana_mst_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_i2c_reg.h b/components/soc/esp32c5/register/soc/lp_i2c_reg.h index d529feb426b..a84a7233874 100644 --- a/components/soc/esp32c5/register/soc/lp_i2c_reg.h +++ b/components/soc/esp32c5/register/soc/lp_i2c_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_i2c_struct.h b/components/soc/esp32c5/register/soc/lp_i2c_struct.h index f8df9246d37..5d1eafaba96 100644 --- a/components/soc/esp32c5/register/soc/lp_i2c_struct.h +++ b/components/soc/esp32c5/register/soc/lp_i2c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_iomux_reg.h b/components/soc/esp32c5/register/soc/lp_iomux_reg.h index 8ca12344338..a57c81ad297 100644 --- a/components/soc/esp32c5/register/soc/lp_iomux_reg.h +++ b/components/soc/esp32c5/register/soc/lp_iomux_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_iomux_struct.h b/components/soc/esp32c5/register/soc/lp_iomux_struct.h index a9279f4ee21..97030f4a717 100644 --- a/components/soc/esp32c5/register/soc/lp_iomux_struct.h +++ b/components/soc/esp32c5/register/soc/lp_iomux_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_tee_reg.h b/components/soc/esp32c5/register/soc/lp_tee_reg.h index 77abd8f4a91..cec9a9b37ff 100644 --- a/components/soc/esp32c5/register/soc/lp_tee_reg.h +++ b/components/soc/esp32c5/register/soc/lp_tee_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_tee_struct.h b/components/soc/esp32c5/register/soc/lp_tee_struct.h index e344cec804f..d05ec45fc29 100644 --- a/components/soc/esp32c5/register/soc/lp_tee_struct.h +++ b/components/soc/esp32c5/register/soc/lp_tee_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_timer_reg.h b/components/soc/esp32c5/register/soc/lp_timer_reg.h index 1c7414c284f..2df616d57fe 100644 --- a/components/soc/esp32c5/register/soc/lp_timer_reg.h +++ b/components/soc/esp32c5/register/soc/lp_timer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_timer_struct.h b/components/soc/esp32c5/register/soc/lp_timer_struct.h index 0ed21212d1f..8ee2850c58f 100644 --- a/components/soc/esp32c5/register/soc/lp_timer_struct.h +++ b/components/soc/esp32c5/register/soc/lp_timer_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_uart_reg.h b/components/soc/esp32c5/register/soc/lp_uart_reg.h index 9257e236356..2447fbe3d54 100644 --- a/components/soc/esp32c5/register/soc/lp_uart_reg.h +++ b/components/soc/esp32c5/register/soc/lp_uart_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_uart_struct.h b/components/soc/esp32c5/register/soc/lp_uart_struct.h index 0646070f273..86f3baf624b 100644 --- a/components/soc/esp32c5/register/soc/lp_uart_struct.h +++ b/components/soc/esp32c5/register/soc/lp_uart_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_wdt_reg.h b/components/soc/esp32c5/register/soc/lp_wdt_reg.h index d78ce0dedae..f73e9fbadcf 100644 --- a/components/soc/esp32c5/register/soc/lp_wdt_reg.h +++ b/components/soc/esp32c5/register/soc/lp_wdt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lp_wdt_struct.h b/components/soc/esp32c5/register/soc/lp_wdt_struct.h index c2c5446266d..81c536feb32 100644 --- a/components/soc/esp32c5/register/soc/lp_wdt_struct.h +++ b/components/soc/esp32c5/register/soc/lp_wdt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lpperi_reg.h b/components/soc/esp32c5/register/soc/lpperi_reg.h index 54572a8cff8..4b883c82222 100644 --- a/components/soc/esp32c5/register/soc/lpperi_reg.h +++ b/components/soc/esp32c5/register/soc/lpperi_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/lpperi_struct.h b/components/soc/esp32c5/register/soc/lpperi_struct.h index cb342ca9e9f..e523ecbc7e8 100644 --- a/components/soc/esp32c5/register/soc/lpperi_struct.h +++ b/components/soc/esp32c5/register/soc/lpperi_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/mcpwm_reg.h b/components/soc/esp32c5/register/soc/mcpwm_reg.h index 4c08912741c..52779d2d3a6 100644 --- a/components/soc/esp32c5/register/soc/mcpwm_reg.h +++ b/components/soc/esp32c5/register/soc/mcpwm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/mcpwm_struct.h b/components/soc/esp32c5/register/soc/mcpwm_struct.h index 8a3816691c4..f4e63902d2d 100644 --- a/components/soc/esp32c5/register/soc/mcpwm_struct.h +++ b/components/soc/esp32c5/register/soc/mcpwm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/mem_monitor_reg.h b/components/soc/esp32c5/register/soc/mem_monitor_reg.h index 799fd33447f..a35bde2fc95 100644 --- a/components/soc/esp32c5/register/soc/mem_monitor_reg.h +++ b/components/soc/esp32c5/register/soc/mem_monitor_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/mem_monitor_struct.h b/components/soc/esp32c5/register/soc/mem_monitor_struct.h index a3cb17ed04e..239fc05d84b 100644 --- a/components/soc/esp32c5/register/soc/mem_monitor_struct.h +++ b/components/soc/esp32c5/register/soc/mem_monitor_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/parl_io_reg.h b/components/soc/esp32c5/register/soc/parl_io_reg.h index eafecf99eec..b1af7657ab1 100644 --- a/components/soc/esp32c5/register/soc/parl_io_reg.h +++ b/components/soc/esp32c5/register/soc/parl_io_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/parl_io_struct.h b/components/soc/esp32c5/register/soc/parl_io_struct.h index e58956022cd..d872fc1a68f 100644 --- a/components/soc/esp32c5/register/soc/parl_io_struct.h +++ b/components/soc/esp32c5/register/soc/parl_io_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/pau_reg.h b/components/soc/esp32c5/register/soc/pau_reg.h index 0ce3bf82061..29aac99c081 100644 --- a/components/soc/esp32c5/register/soc/pau_reg.h +++ b/components/soc/esp32c5/register/soc/pau_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/pau_struct.h b/components/soc/esp32c5/register/soc/pau_struct.h index b0b149493f8..2fba459cdea 100644 --- a/components/soc/esp32c5/register/soc/pau_struct.h +++ b/components/soc/esp32c5/register/soc/pau_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/pcnt_reg.h b/components/soc/esp32c5/register/soc/pcnt_reg.h index 490fae3c3fd..b435ec646ce 100644 --- a/components/soc/esp32c5/register/soc/pcnt_reg.h +++ b/components/soc/esp32c5/register/soc/pcnt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/pcnt_struct.h b/components/soc/esp32c5/register/soc/pcnt_struct.h index 5983bd84361..c9a48d65640 100644 --- a/components/soc/esp32c5/register/soc/pcnt_struct.h +++ b/components/soc/esp32c5/register/soc/pcnt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/pcr_reg.h b/components/soc/esp32c5/register/soc/pcr_reg.h index 68651b20fa3..cce9c9c8014 100644 --- a/components/soc/esp32c5/register/soc/pcr_reg.h +++ b/components/soc/esp32c5/register/soc/pcr_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/pcr_struct.h b/components/soc/esp32c5/register/soc/pcr_struct.h index c8642425512..33b08d35f02 100644 --- a/components/soc/esp32c5/register/soc/pcr_struct.h +++ b/components/soc/esp32c5/register/soc/pcr_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/pmu_reg.h b/components/soc/esp32c5/register/soc/pmu_reg.h index fe5577f880e..5aba93f9ef9 100644 --- a/components/soc/esp32c5/register/soc/pmu_reg.h +++ b/components/soc/esp32c5/register/soc/pmu_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/pmu_struct.h b/components/soc/esp32c5/register/soc/pmu_struct.h index ad7fc03d016..32c10feeab7 100644 --- a/components/soc/esp32c5/register/soc/pmu_struct.h +++ b/components/soc/esp32c5/register/soc/pmu_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/pvt_reg.h b/components/soc/esp32c5/register/soc/pvt_reg.h index 9baa78cbe30..7e227dfab7d 100644 --- a/components/soc/esp32c5/register/soc/pvt_reg.h +++ b/components/soc/esp32c5/register/soc/pvt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/pvt_struct.h b/components/soc/esp32c5/register/soc/pvt_struct.h index 964b0e0b87e..b50612e6746 100644 --- a/components/soc/esp32c5/register/soc/pvt_struct.h +++ b/components/soc/esp32c5/register/soc/pvt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/reg_base.h b/components/soc/esp32c5/register/soc/reg_base.h index 4a86fe97d02..389b8127375 100644 --- a/components/soc/esp32c5/register/soc/reg_base.h +++ b/components/soc/esp32c5/register/soc/reg_base.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/rmt_reg.h b/components/soc/esp32c5/register/soc/rmt_reg.h index 952bd1a03de..0edc160e6ce 100644 --- a/components/soc/esp32c5/register/soc/rmt_reg.h +++ b/components/soc/esp32c5/register/soc/rmt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/rmt_struct.h b/components/soc/esp32c5/register/soc/rmt_struct.h index af0acf14329..e6db16d2b5c 100644 --- a/components/soc/esp32c5/register/soc/rmt_struct.h +++ b/components/soc/esp32c5/register/soc/rmt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/rsa_reg.h b/components/soc/esp32c5/register/soc/rsa_reg.h index c100dbdbaad..1e7e90f6b14 100644 --- a/components/soc/esp32c5/register/soc/rsa_reg.h +++ b/components/soc/esp32c5/register/soc/rsa_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/rsa_struct.h b/components/soc/esp32c5/register/soc/rsa_struct.h index 44f1d9ea58a..8f4d6c0abbf 100644 --- a/components/soc/esp32c5/register/soc/rsa_struct.h +++ b/components/soc/esp32c5/register/soc/rsa_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/sdio_hinf_reg.h b/components/soc/esp32c5/register/soc/sdio_hinf_reg.h index 8c71517bcc1..44c07f72388 100644 --- a/components/soc/esp32c5/register/soc/sdio_hinf_reg.h +++ b/components/soc/esp32c5/register/soc/sdio_hinf_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/sdio_hinf_struct.h b/components/soc/esp32c5/register/soc/sdio_hinf_struct.h index 8b03a917812..5f09a866858 100644 --- a/components/soc/esp32c5/register/soc/sdio_hinf_struct.h +++ b/components/soc/esp32c5/register/soc/sdio_hinf_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/sdio_slc_host_reg.h b/components/soc/esp32c5/register/soc/sdio_slc_host_reg.h index 07a0afd1152..e947c16c779 100644 --- a/components/soc/esp32c5/register/soc/sdio_slc_host_reg.h +++ b/components/soc/esp32c5/register/soc/sdio_slc_host_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/sdio_slc_host_struct.h b/components/soc/esp32c5/register/soc/sdio_slc_host_struct.h index cb1290fca47..ce0a19b32d3 100644 --- a/components/soc/esp32c5/register/soc/sdio_slc_host_struct.h +++ b/components/soc/esp32c5/register/soc/sdio_slc_host_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/sdio_slc_reg.h b/components/soc/esp32c5/register/soc/sdio_slc_reg.h index 77ba56bd630..07d3a9e8608 100644 --- a/components/soc/esp32c5/register/soc/sdio_slc_reg.h +++ b/components/soc/esp32c5/register/soc/sdio_slc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/sdio_slc_struct.h b/components/soc/esp32c5/register/soc/sdio_slc_struct.h index 85ee76e3552..fb75ebc975c 100644 --- a/components/soc/esp32c5/register/soc/sdio_slc_struct.h +++ b/components/soc/esp32c5/register/soc/sdio_slc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/sha_reg.h b/components/soc/esp32c5/register/soc/sha_reg.h index 4ebd8859b47..f08d86e3b5e 100644 --- a/components/soc/esp32c5/register/soc/sha_reg.h +++ b/components/soc/esp32c5/register/soc/sha_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/sha_struct.h b/components/soc/esp32c5/register/soc/sha_struct.h index 1400394f3c6..168b568b41b 100644 --- a/components/soc/esp32c5/register/soc/sha_struct.h +++ b/components/soc/esp32c5/register/soc/sha_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/soc_etm_reg.h b/components/soc/esp32c5/register/soc/soc_etm_reg.h index 27921612158..5730e330ef8 100644 --- a/components/soc/esp32c5/register/soc/soc_etm_reg.h +++ b/components/soc/esp32c5/register/soc/soc_etm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/soc_etm_struct.h b/components/soc/esp32c5/register/soc/soc_etm_struct.h index 01ece71a0ad..2b274799e75 100644 --- a/components/soc/esp32c5/register/soc/soc_etm_struct.h +++ b/components/soc/esp32c5/register/soc/soc_etm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/spi1_mem_reg.h b/components/soc/esp32c5/register/soc/spi1_mem_reg.h index d153011d6d3..12997de6772 100644 --- a/components/soc/esp32c5/register/soc/spi1_mem_reg.h +++ b/components/soc/esp32c5/register/soc/spi1_mem_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/spi1_mem_struct.h b/components/soc/esp32c5/register/soc/spi1_mem_struct.h index 67702ddf29d..3b8e01ab83c 100644 --- a/components/soc/esp32c5/register/soc/spi1_mem_struct.h +++ b/components/soc/esp32c5/register/soc/spi1_mem_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/spi_mem_c_reg.h b/components/soc/esp32c5/register/soc/spi_mem_c_reg.h index 857e106ccf0..59d1960b296 100644 --- a/components/soc/esp32c5/register/soc/spi_mem_c_reg.h +++ b/components/soc/esp32c5/register/soc/spi_mem_c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/spi_mem_c_struct.h b/components/soc/esp32c5/register/soc/spi_mem_c_struct.h index 09eac698aa2..7a9b4659a13 100644 --- a/components/soc/esp32c5/register/soc/spi_mem_c_struct.h +++ b/components/soc/esp32c5/register/soc/spi_mem_c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/spi_reg.h b/components/soc/esp32c5/register/soc/spi_reg.h index 4ace6f99574..49e7470db98 100644 --- a/components/soc/esp32c5/register/soc/spi_reg.h +++ b/components/soc/esp32c5/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/spi_struct.h b/components/soc/esp32c5/register/soc/spi_struct.h index 0a50d5964b6..6f429e834a7 100644 --- a/components/soc/esp32c5/register/soc/spi_struct.h +++ b/components/soc/esp32c5/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/systimer_reg.h b/components/soc/esp32c5/register/soc/systimer_reg.h index 5a3520b1852..eef0e3d38fa 100644 --- a/components/soc/esp32c5/register/soc/systimer_reg.h +++ b/components/soc/esp32c5/register/soc/systimer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/systimer_struct.h b/components/soc/esp32c5/register/soc/systimer_struct.h index 67608f7a7d7..eb3ff3e24e6 100644 --- a/components/soc/esp32c5/register/soc/systimer_struct.h +++ b/components/soc/esp32c5/register/soc/systimer_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/tee_reg.h b/components/soc/esp32c5/register/soc/tee_reg.h index 0b17fa32c65..29e51556334 100644 --- a/components/soc/esp32c5/register/soc/tee_reg.h +++ b/components/soc/esp32c5/register/soc/tee_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/tee_struct.h b/components/soc/esp32c5/register/soc/tee_struct.h index 23e99d2768b..eccd92f7f21 100644 --- a/components/soc/esp32c5/register/soc/tee_struct.h +++ b/components/soc/esp32c5/register/soc/tee_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/timer_group_reg.h b/components/soc/esp32c5/register/soc/timer_group_reg.h index 9c9f0da78de..eb14c04dba6 100644 --- a/components/soc/esp32c5/register/soc/timer_group_reg.h +++ b/components/soc/esp32c5/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/timer_group_struct.h b/components/soc/esp32c5/register/soc/timer_group_struct.h index 663f407d2c1..4e8ecc0ede8 100644 --- a/components/soc/esp32c5/register/soc/timer_group_struct.h +++ b/components/soc/esp32c5/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/trace_reg.h b/components/soc/esp32c5/register/soc/trace_reg.h index 49b798a7be1..c553b966a0a 100644 --- a/components/soc/esp32c5/register/soc/trace_reg.h +++ b/components/soc/esp32c5/register/soc/trace_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/trace_struct.h b/components/soc/esp32c5/register/soc/trace_struct.h index 49ebdb799b4..d6ed7907230 100644 --- a/components/soc/esp32c5/register/soc/trace_struct.h +++ b/components/soc/esp32c5/register/soc/trace_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/twaifd_reg.h b/components/soc/esp32c5/register/soc/twaifd_reg.h index d53ac153be3..1d75b7c494f 100644 --- a/components/soc/esp32c5/register/soc/twaifd_reg.h +++ b/components/soc/esp32c5/register/soc/twaifd_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/twaifd_struct.h b/components/soc/esp32c5/register/soc/twaifd_struct.h index b78a69b3ca9..3a4c22ca5d6 100644 --- a/components/soc/esp32c5/register/soc/twaifd_struct.h +++ b/components/soc/esp32c5/register/soc/twaifd_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/uart_reg.h b/components/soc/esp32c5/register/soc/uart_reg.h index 52dcbaf53c4..a231c65ed40 100644 --- a/components/soc/esp32c5/register/soc/uart_reg.h +++ b/components/soc/esp32c5/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/uart_struct.h b/components/soc/esp32c5/register/soc/uart_struct.h index bfc8fffd2a1..9f511a980de 100644 --- a/components/soc/esp32c5/register/soc/uart_struct.h +++ b/components/soc/esp32c5/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/uhci_reg.h b/components/soc/esp32c5/register/soc/uhci_reg.h index b7cee209107..1f1797f82a1 100644 --- a/components/soc/esp32c5/register/soc/uhci_reg.h +++ b/components/soc/esp32c5/register/soc/uhci_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/uhci_struct.h b/components/soc/esp32c5/register/soc/uhci_struct.h index 2bc8854092a..7d14b851f84 100644 --- a/components/soc/esp32c5/register/soc/uhci_struct.h +++ b/components/soc/esp32c5/register/soc/uhci_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/usb_serial_jtag_reg.h b/components/soc/esp32c5/register/soc/usb_serial_jtag_reg.h index 38026437b9c..ce8125beda6 100644 --- a/components/soc/esp32c5/register/soc/usb_serial_jtag_reg.h +++ b/components/soc/esp32c5/register/soc/usb_serial_jtag_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/register/soc/usb_serial_jtag_struct.h b/components/soc/esp32c5/register/soc/usb_serial_jtag_struct.h index f88fa50ca72..1cf10f1be36 100644 --- a/components/soc/esp32c5/register/soc/usb_serial_jtag_struct.h +++ b/components/soc/esp32c5/register/soc/usb_serial_jtag_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c5/rtc_io_periph.c b/components/soc/esp32c5/rtc_io_periph.c index c680c6a34d7..12c8f53a081 100644 --- a/components/soc/esp32c5/rtc_io_periph.c +++ b/components/soc/esp32c5/rtc_io_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rtc_io_periph.h" diff --git a/components/soc/esp32c5/sdio_slave_periph.c b/components/soc/esp32c5/sdio_slave_periph.c index 251ff82cb7e..790a3266113 100644 --- a/components/soc/esp32c5/sdio_slave_periph.c +++ b/components/soc/esp32c5/sdio_slave_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include #include "soc/sdio_slave_periph.h" diff --git a/components/soc/esp32c5/sdm_periph.c b/components/soc/esp32c5/sdm_periph.c index ef1b0c1ded9..7796cdaf3fc 100644 --- a/components/soc/esp32c5/sdm_periph.c +++ b/components/soc/esp32c5/sdm_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdm_periph.h" diff --git a/components/soc/esp32c5/spi_periph.c b/components/soc/esp32c5/spi_periph.c index ef8a5b93c8b..6b2ae32acdb 100644 --- a/components/soc/esp32c5/spi_periph.c +++ b/components/soc/esp32c5/spi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32c5/system_retention_periph.c b/components/soc/esp32c5/system_retention_periph.c index 0b6143e0291..dc587ffc299 100644 --- a/components/soc/esp32c5/system_retention_periph.c +++ b/components/soc/esp32c5/system_retention_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/regdma.h" diff --git a/components/soc/esp32c5/temperature_sensor_periph.c b/components/soc/esp32c5/temperature_sensor_periph.c index 37e0e7e501c..7124a337e8a 100644 --- a/components/soc/esp32c5/temperature_sensor_periph.c +++ b/components/soc/esp32c5/temperature_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32c5/twai_periph.c b/components/soc/esp32c5/twai_periph.c index b8e19aeab26..831fe48f4c1 100644 --- a/components/soc/esp32c5/twai_periph.c +++ b/components/soc/esp32c5/twai_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/twai_periph.h" diff --git a/components/soc/esp32c5/uart_periph.c b/components/soc/esp32c5/uart_periph.c index 42ed381e860..cf9fd21a45e 100644 --- a/components/soc/esp32c5/uart_periph.c +++ b/components/soc/esp32c5/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32c6/adc_periph.c b/components/soc/esp32c6/adc_periph.c index 34e69f81b61..1b640cb0a37 100644 --- a/components/soc/esp32c6/adc_periph.c +++ b/components/soc/esp32c6/adc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/adc_periph.h" diff --git a/components/soc/esp32c6/dedic_gpio_periph.c b/components/soc/esp32c6/dedic_gpio_periph.c index 58fc3671a71..67ef7b30190 100644 --- a/components/soc/esp32c6/dedic_gpio_periph.c +++ b/components/soc/esp32c6/dedic_gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_sig_map.h" diff --git a/components/soc/esp32c6/gpio_periph.c b/components/soc/esp32c6/gpio_periph.c index d04df9fc977..2bb0c542d63 100644 --- a/components/soc/esp32c6/gpio_periph.c +++ b/components/soc/esp32c6/gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32c6/ieee802154_periph.c b/components/soc/esp32c6/ieee802154_periph.c index 6e9f436aba9..2a80d5689ad 100644 --- a/components/soc/esp32c6/ieee802154_periph.c +++ b/components/soc/esp32c6/ieee802154_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ieee802154_periph.h" diff --git a/components/soc/esp32c6/include/modem/modem_lpcon_reg.h b/components/soc/esp32c6/include/modem/modem_lpcon_reg.h index 3cddba41bc1..5b5046c4296 100644 --- a/components/soc/esp32c6/include/modem/modem_lpcon_reg.h +++ b/components/soc/esp32c6/include/modem/modem_lpcon_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/modem/modem_lpcon_struct.h b/components/soc/esp32c6/include/modem/modem_lpcon_struct.h index c06ddd55215..26522c1f1ed 100644 --- a/components/soc/esp32c6/include/modem/modem_lpcon_struct.h +++ b/components/soc/esp32c6/include/modem/modem_lpcon_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/modem/modem_syscon_reg.h b/components/soc/esp32c6/include/modem/modem_syscon_reg.h index ddfdf32b005..7bb12d4832e 100644 --- a/components/soc/esp32c6/include/modem/modem_syscon_reg.h +++ b/components/soc/esp32c6/include/modem/modem_syscon_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT *//*description: */ #pragma once diff --git a/components/soc/esp32c6/include/modem/modem_syscon_struct.h b/components/soc/esp32c6/include/modem/modem_syscon_struct.h index 4aedfac18f1..a95d95a9a31 100644 --- a/components/soc/esp32c6/include/modem/modem_syscon_struct.h +++ b/components/soc/esp32c6/include/modem/modem_syscon_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/modem/reg_base.h b/components/soc/esp32c6/include/modem/reg_base.h index 4e7b619f926..3a3bcd165e7 100644 --- a/components/soc/esp32c6/include/modem/reg_base.h +++ b/components/soc/esp32c6/include/modem/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/adc_channel.h b/components/soc/esp32c6/include/soc/adc_channel.h index dcdfb8633b9..ea1947f2898 100644 --- a/components/soc/esp32c6/include/soc/adc_channel.h +++ b/components/soc/esp32c6/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/apm_defs.h b/components/soc/esp32c6/include/soc/apm_defs.h index f1d0278238d..558fbcc46de 100644 --- a/components/soc/esp32c6/include/soc/apm_defs.h +++ b/components/soc/esp32c6/include/soc/apm_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/boot_mode.h b/components/soc/esp32c6/include/soc/boot_mode.h index 9baf2fbd835..cf93fcb888d 100644 --- a/components/soc/esp32c6/include/soc/boot_mode.h +++ b/components/soc/esp32c6/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BOOT_MODE_H_ diff --git a/components/soc/esp32c6/include/soc/clk_tree_defs.h b/components/soc/esp32c6/include/soc/clk_tree_defs.h index 089d7643eb3..f47c339c026 100644 --- a/components/soc/esp32c6/include/soc/clk_tree_defs.h +++ b/components/soc/esp32c6/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/clkout_channel.h b/components/soc/esp32c6/include/soc/clkout_channel.h index 7b185e0c2cf..03a095c1a71 100644 --- a/components/soc/esp32c6/include/soc/clkout_channel.h +++ b/components/soc/esp32c6/include/soc/clkout_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/dport_access.h b/components/soc/esp32c6/include/soc/dport_access.h index 54eb8a0a352..029ab6a661a 100644 --- a/components/soc/esp32c6/include/soc/dport_access.h +++ b/components/soc/esp32c6/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _DPORT_ACCESS_H_ diff --git a/components/soc/esp32c6/include/soc/efuse_defs.h b/components/soc/esp32c6/include/soc/efuse_defs.h index 55f3abff560..68b975d730c 100644 --- a/components/soc/esp32c6/include/soc/efuse_defs.h +++ b/components/soc/esp32c6/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/ext_mem_defs.h b/components/soc/esp32c6/include/soc/ext_mem_defs.h index 91e58aa92cd..511b5ad5d00 100644 --- a/components/soc/esp32c6/include/soc/ext_mem_defs.h +++ b/components/soc/esp32c6/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/gpio_num.h b/components/soc/esp32c6/include/soc/gpio_num.h index b094075c30b..b4e01253829 100644 --- a/components/soc/esp32c6/include/soc/gpio_num.h +++ b/components/soc/esp32c6/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/gpio_pins.h b/components/soc/esp32c6/include/soc/gpio_pins.h index 71184c20513..0b1803255c0 100644 --- a/components/soc/esp32c6/include/soc/gpio_pins.h +++ b/components/soc/esp32c6/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/gpio_sig_map.h b/components/soc/esp32c6/include/soc/gpio_sig_map.h index 57d2e8414e7..020f0441903 100644 --- a/components/soc/esp32c6/include/soc/gpio_sig_map.h +++ b/components/soc/esp32c6/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_SIG_MAP_H_ #define _SOC_GPIO_SIG_MAP_H_ diff --git a/components/soc/esp32c6/include/soc/hwcrypto_reg.h b/components/soc/esp32c6/include/soc/hwcrypto_reg.h index 71a680e4ce2..dae27a43611 100644 --- a/components/soc/esp32c6/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32c6/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef __HWCRYPTO_REG_H__ #define __HWCRYPTO_REG_H__ diff --git a/components/soc/esp32c6/include/soc/interrupt_reg.h b/components/soc/esp32c6/include/soc/interrupt_reg.h index 80265c4f69f..569c24c79d7 100644 --- a/components/soc/esp32c6/include/soc/interrupt_reg.h +++ b/components/soc/esp32c6/include/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/interrupts.h b/components/soc/esp32c6/include/soc/interrupts.h index e8f8987f2b9..50b5c66b616 100644 --- a/components/soc/esp32c6/include/soc/interrupts.h +++ b/components/soc/esp32c6/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/mmu.h b/components/soc/esp32c6/include/soc/mmu.h index c21615bbdc7..ce3b0377142 100644 --- a/components/soc/esp32c6/include/soc/mmu.h +++ b/components/soc/esp32c6/include/soc/mmu.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/periph_defs.h b/components/soc/esp32c6/include/soc/periph_defs.h index 7ded3cfb17e..612c00cde45 100644 --- a/components/soc/esp32c6/include/soc/periph_defs.h +++ b/components/soc/esp32c6/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/pmu_icg_mapping.h b/components/soc/esp32c6/include/soc/pmu_icg_mapping.h index edced509c4f..46afb55936d 100644 --- a/components/soc/esp32c6/include/soc/pmu_icg_mapping.h +++ b/components/soc/esp32c6/include/soc/pmu_icg_mapping.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_ICG_MAP_H_ #define _SOC_ICG_MAP_H_ diff --git a/components/soc/esp32c6/include/soc/regi2c_bbpll.h b/components/soc/esp32c6/include/soc/regi2c_bbpll.h index 3adc301b9a5..649a46891f7 100644 --- a/components/soc/esp32c6/include/soc/regi2c_bbpll.h +++ b/components/soc/esp32c6/include/soc/regi2c_bbpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/regi2c_bias.h b/components/soc/esp32c6/include/soc/regi2c_bias.h index 9a85b28fb58..3be19650654 100644 --- a/components/soc/esp32c6/include/soc/regi2c_bias.h +++ b/components/soc/esp32c6/include/soc/regi2c_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/regi2c_brownout.h b/components/soc/esp32c6/include/soc/regi2c_brownout.h index 635ad747822..ecda0b0f0b1 100644 --- a/components/soc/esp32c6/include/soc/regi2c_brownout.h +++ b/components/soc/esp32c6/include/soc/regi2c_brownout.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/regi2c_dig_reg.h b/components/soc/esp32c6/include/soc/regi2c_dig_reg.h index e3c9a53bb4f..8008c49255d 100644 --- a/components/soc/esp32c6/include/soc/regi2c_dig_reg.h +++ b/components/soc/esp32c6/include/soc/regi2c_dig_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/regi2c_lp_bias.h b/components/soc/esp32c6/include/soc/regi2c_lp_bias.h index 4c69ac7d26b..45a10e96da9 100644 --- a/components/soc/esp32c6/include/soc/regi2c_lp_bias.h +++ b/components/soc/esp32c6/include/soc/regi2c_lp_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/regi2c_saradc.h b/components/soc/esp32c6/include/soc/regi2c_saradc.h index c7137f3bb00..82890a39f8e 100644 --- a/components/soc/esp32c6/include/soc/regi2c_saradc.h +++ b/components/soc/esp32c6/include/soc/regi2c_saradc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/reset_reasons.h b/components/soc/esp32c6/include/soc/reset_reasons.h index f934df203c2..1e0d3da5915 100644 --- a/components/soc/esp32c6/include/soc/reset_reasons.h +++ b/components/soc/esp32c6/include/soc/reset_reasons.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/retention_periph_defs.h b/components/soc/esp32c6/include/soc/retention_periph_defs.h index ee48a60b137..6326a1dbccf 100644 --- a/components/soc/esp32c6/include/soc/retention_periph_defs.h +++ b/components/soc/esp32c6/include/soc/retention_periph_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/rtc_io_channel.h b/components/soc/esp32c6/include/soc/rtc_io_channel.h index 58c650efdb0..44b188cb42b 100644 --- a/components/soc/esp32c6/include/soc/rtc_io_channel.h +++ b/components/soc/esp32c6/include/soc/rtc_io_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/rtc_io_reg.h b/components/soc/esp32c6/include/soc/rtc_io_reg.h index 8a1b7e522f1..f6fc0da6131 100644 --- a/components/soc/esp32c6/include/soc/rtc_io_reg.h +++ b/components/soc/esp32c6/include/soc/rtc_io_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/rtc_io_struct.h b/components/soc/esp32c6/include/soc/rtc_io_struct.h index a17f927c65a..5d221dbe3df 100644 --- a/components/soc/esp32c6/include/soc/rtc_io_struct.h +++ b/components/soc/esp32c6/include/soc/rtc_io_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/sdio_slave_pins.h b/components/soc/esp32c6/include/soc/sdio_slave_pins.h index e7f4d11db26..a98b1638423 100644 --- a/components/soc/esp32c6/include/soc/sdio_slave_pins.h +++ b/components/soc/esp32c6/include/soc/sdio_slave_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/soc.h b/components/soc/esp32c6/include/soc/soc.h index f38495b1c08..11e9e4fc095 100644 --- a/components/soc/esp32c6/include/soc/soc.h +++ b/components/soc/esp32c6/include/soc/soc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/soc_caps.h b/components/soc/esp32c6/include/soc/soc_caps.h index 88ebb7e8b15..cc1c3e1011e 100644 --- a/components/soc/esp32c6/include/soc/soc_caps.h +++ b/components/soc/esp32c6/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32c6/include/soc/soc_caps_full.h b/components/soc/esp32c6/include/soc/soc_caps_full.h index 0e28befab1c..0ef9c564115 100644 --- a/components/soc/esp32c6/include/soc/soc_caps_full.h +++ b/components/soc/esp32c6/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/soc_etm_source.h b/components/soc/esp32c6/include/soc/soc_etm_source.h index 9ecde2c0300..1fc5269604a 100644 --- a/components/soc/esp32c6/include/soc/soc_etm_source.h +++ b/components/soc/esp32c6/include/soc/soc_etm_source.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/soc_pins.h b/components/soc/esp32c6/include/soc/soc_pins.h index 914f22122d7..0340b965a87 100644 --- a/components/soc/esp32c6/include/soc/soc_pins.h +++ b/components/soc/esp32c6/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32c6/include/soc/spi_pins.h b/components/soc/esp32c6/include/soc/spi_pins.h index 13e5ed58be2..5511d2bd52a 100644 --- a/components/soc/esp32c6/include/soc/spi_pins.h +++ b/components/soc/esp32c6/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/system_intr.h b/components/soc/esp32c6/include/soc/system_intr.h index 9289296b49a..f9e3b24e2e9 100644 --- a/components/soc/esp32c6/include/soc/system_intr.h +++ b/components/soc/esp32c6/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/system_periph_retention.h b/components/soc/esp32c6/include/soc/system_periph_retention.h index fa93faf4e0e..2b2ac0793b6 100644 --- a/components/soc/esp32c6/include/soc/system_periph_retention.h +++ b/components/soc/esp32c6/include/soc/system_periph_retention.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/system_reg.h b/components/soc/esp32c6/include/soc/system_reg.h index dc7320e2a79..a73337e3c8a 100644 --- a/components/soc/esp32c6/include/soc/system_reg.h +++ b/components/soc/esp32c6/include/soc/system_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/hp_system_reg.h" diff --git a/components/soc/esp32c6/include/soc/uart_channel.h b/components/soc/esp32c6/include/soc/uart_channel.h index 9d9fb454fd2..0db737a806a 100644 --- a/components/soc/esp32c6/include/soc/uart_channel.h +++ b/components/soc/esp32c6/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32C6. diff --git a/components/soc/esp32c6/include/soc/uart_pins.h b/components/soc/esp32c6/include/soc/uart_pins.h index 31c92299001..b840d59f4cf 100644 --- a/components/soc/esp32c6/include/soc/uart_pins.h +++ b/components/soc/esp32c6/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/include/soc/wdev_reg.h b/components/soc/esp32c6/include/soc/wdev_reg.h index d4207e5c883..245f691c4f6 100644 --- a/components/soc/esp32c6/include/soc/wdev_reg.h +++ b/components/soc/esp32c6/include/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/interrupts.c b/components/soc/esp32c6/interrupts.c index c3a8e0eef9a..f19e635f04d 100644 --- a/components/soc/esp32c6/interrupts.c +++ b/components/soc/esp32c6/interrupts.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32c6/ld/esp32c6.peripherals.ld b/components/soc/esp32c6/ld/esp32c6.peripherals.ld index 86b9384b898..b70099597d7 100644 --- a/components/soc/esp32c6/ld/esp32c6.peripherals.ld +++ b/components/soc/esp32c6/ld/esp32c6.peripherals.ld @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ diff --git a/components/soc/esp32c6/ledc_periph.c b/components/soc/esp32c6/ledc_periph.c index 2f40e4dc762..87031d8263c 100644 --- a/components/soc/esp32c6/ledc_periph.c +++ b/components/soc/esp32c6/ledc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32c6/mpi_periph.c b/components/soc/esp32c6/mpi_periph.c index a062e7f8591..0713bd7e927 100644 --- a/components/soc/esp32c6/mpi_periph.c +++ b/components/soc/esp32c6/mpi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rsa_reg.h" diff --git a/components/soc/esp32c6/power_supply_periph.c b/components/soc/esp32c6/power_supply_periph.c index d9b2bac9620..63617abdd71 100644 --- a/components/soc/esp32c6/power_supply_periph.c +++ b/components/soc/esp32c6/power_supply_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/power_supply_periph.h" diff --git a/components/soc/esp32c6/register/soc/aes_reg.h b/components/soc/esp32c6/register/soc/aes_reg.h index 51deae6b02e..335d78c5501 100644 --- a/components/soc/esp32c6/register/soc/aes_reg.h +++ b/components/soc/esp32c6/register/soc/aes_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/aes_struct.h b/components/soc/esp32c6/register/soc/aes_struct.h index ec092a2e9e9..597766fc46b 100644 --- a/components/soc/esp32c6/register/soc/aes_struct.h +++ b/components/soc/esp32c6/register/soc/aes_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/apb_saradc_reg.h b/components/soc/esp32c6/register/soc/apb_saradc_reg.h index 6a5bea4b5c3..2d87ab0b055 100644 --- a/components/soc/esp32c6/register/soc/apb_saradc_reg.h +++ b/components/soc/esp32c6/register/soc/apb_saradc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/apb_saradc_struct.h b/components/soc/esp32c6/register/soc/apb_saradc_struct.h index 32736d30977..12f860c9e00 100644 --- a/components/soc/esp32c6/register/soc/apb_saradc_struct.h +++ b/components/soc/esp32c6/register/soc/apb_saradc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/assist_debug_reg.h b/components/soc/esp32c6/register/soc/assist_debug_reg.h index d2b947d9466..507936fa203 100644 --- a/components/soc/esp32c6/register/soc/assist_debug_reg.h +++ b/components/soc/esp32c6/register/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/assist_debug_struct.h b/components/soc/esp32c6/register/soc/assist_debug_struct.h index 9838880bc8c..c601b7acf60 100644 --- a/components/soc/esp32c6/register/soc/assist_debug_struct.h +++ b/components/soc/esp32c6/register/soc/assist_debug_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/clint_reg.h b/components/soc/esp32c6/register/soc/clint_reg.h index 08ab89c5244..016bc62d79a 100644 --- a/components/soc/esp32c6/register/soc/clint_reg.h +++ b/components/soc/esp32c6/register/soc/clint_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/ds_reg.h b/components/soc/esp32c6/register/soc/ds_reg.h index 4ca749c1de3..8b833bbb198 100644 --- a/components/soc/esp32c6/register/soc/ds_reg.h +++ b/components/soc/esp32c6/register/soc/ds_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/ds_struct.h b/components/soc/esp32c6/register/soc/ds_struct.h index 3a7d953c73f..7df25a06139 100644 --- a/components/soc/esp32c6/register/soc/ds_struct.h +++ b/components/soc/esp32c6/register/soc/ds_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/ecc_mult_reg.h b/components/soc/esp32c6/register/soc/ecc_mult_reg.h index 00846e8ed63..31f2fb230b6 100644 --- a/components/soc/esp32c6/register/soc/ecc_mult_reg.h +++ b/components/soc/esp32c6/register/soc/ecc_mult_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/ecc_mult_struct.h b/components/soc/esp32c6/register/soc/ecc_mult_struct.h index 89665324365..588aa4d5d60 100644 --- a/components/soc/esp32c6/register/soc/ecc_mult_struct.h +++ b/components/soc/esp32c6/register/soc/ecc_mult_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/efuse_reg.h b/components/soc/esp32c6/register/soc/efuse_reg.h index b91b0b0ff0e..3feaf0bd140 100644 --- a/components/soc/esp32c6/register/soc/efuse_reg.h +++ b/components/soc/esp32c6/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/efuse_struct.h b/components/soc/esp32c6/register/soc/efuse_struct.h index c92f02208c4..9455d693ecc 100644 --- a/components/soc/esp32c6/register/soc/efuse_struct.h +++ b/components/soc/esp32c6/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/extmem_reg.h b/components/soc/esp32c6/register/soc/extmem_reg.h index 08a9daf433c..87321b57eac 100644 --- a/components/soc/esp32c6/register/soc/extmem_reg.h +++ b/components/soc/esp32c6/register/soc/extmem_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/extmem_struct.h b/components/soc/esp32c6/register/soc/extmem_struct.h index d43c5fcee3d..60460d82e8c 100644 --- a/components/soc/esp32c6/register/soc/extmem_struct.h +++ b/components/soc/esp32c6/register/soc/extmem_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/gdma_reg.h b/components/soc/esp32c6/register/soc/gdma_reg.h index e4e0890bb18..2291e0aebdd 100644 --- a/components/soc/esp32c6/register/soc/gdma_reg.h +++ b/components/soc/esp32c6/register/soc/gdma_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/gdma_struct.h b/components/soc/esp32c6/register/soc/gdma_struct.h index 7e4e6416863..59eb10b7d22 100644 --- a/components/soc/esp32c6/register/soc/gdma_struct.h +++ b/components/soc/esp32c6/register/soc/gdma_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/gpio_ext_reg.h b/components/soc/esp32c6/register/soc/gpio_ext_reg.h index 448c35a4199..93ac87a2aa7 100644 --- a/components/soc/esp32c6/register/soc/gpio_ext_reg.h +++ b/components/soc/esp32c6/register/soc/gpio_ext_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/gpio_ext_struct.h b/components/soc/esp32c6/register/soc/gpio_ext_struct.h index 8dc5652cdcb..16a651de96c 100644 --- a/components/soc/esp32c6/register/soc/gpio_ext_struct.h +++ b/components/soc/esp32c6/register/soc/gpio_ext_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/gpio_reg.h b/components/soc/esp32c6/register/soc/gpio_reg.h index ab26c59dc9b..053383addf7 100644 --- a/components/soc/esp32c6/register/soc/gpio_reg.h +++ b/components/soc/esp32c6/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/gpio_struct.h b/components/soc/esp32c6/register/soc/gpio_struct.h index 68a44048dc4..916ea7cd367 100644 --- a/components/soc/esp32c6/register/soc/gpio_struct.h +++ b/components/soc/esp32c6/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/hardware_lock_reg.h b/components/soc/esp32c6/register/soc/hardware_lock_reg.h index a80313138c4..6eb1ef0ab32 100644 --- a/components/soc/esp32c6/register/soc/hardware_lock_reg.h +++ b/components/soc/esp32c6/register/soc/hardware_lock_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/hardware_lock_struct.h b/components/soc/esp32c6/register/soc/hardware_lock_struct.h index cbea0bebea0..76e9843fd25 100644 --- a/components/soc/esp32c6/register/soc/hardware_lock_struct.h +++ b/components/soc/esp32c6/register/soc/hardware_lock_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/hmac_reg.h b/components/soc/esp32c6/register/soc/hmac_reg.h index 16d527ba0ef..c943c2b88e6 100644 --- a/components/soc/esp32c6/register/soc/hmac_reg.h +++ b/components/soc/esp32c6/register/soc/hmac_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/hmac_struct.h b/components/soc/esp32c6/register/soc/hmac_struct.h index 56622759f0e..a5248d1acad 100644 --- a/components/soc/esp32c6/register/soc/hmac_struct.h +++ b/components/soc/esp32c6/register/soc/hmac_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/hp_apm_reg.h b/components/soc/esp32c6/register/soc/hp_apm_reg.h index fb7cc66c15f..337cdedc20e 100644 --- a/components/soc/esp32c6/register/soc/hp_apm_reg.h +++ b/components/soc/esp32c6/register/soc/hp_apm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/hp_apm_struct.h b/components/soc/esp32c6/register/soc/hp_apm_struct.h index 5cc1cd3938c..0719f170c9a 100644 --- a/components/soc/esp32c6/register/soc/hp_apm_struct.h +++ b/components/soc/esp32c6/register/soc/hp_apm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/hp_system_reg.h b/components/soc/esp32c6/register/soc/hp_system_reg.h index f32f280f237..a1cf81b9619 100644 --- a/components/soc/esp32c6/register/soc/hp_system_reg.h +++ b/components/soc/esp32c6/register/soc/hp_system_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/hp_system_struct.h b/components/soc/esp32c6/register/soc/hp_system_struct.h index 20b8eac2f88..049ec0af3ba 100644 --- a/components/soc/esp32c6/register/soc/hp_system_struct.h +++ b/components/soc/esp32c6/register/soc/hp_system_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/i2c_ana_mst_reg.h b/components/soc/esp32c6/register/soc/i2c_ana_mst_reg.h index 44e2f8d0d8a..f1d4ef210e8 100644 --- a/components/soc/esp32c6/register/soc/i2c_ana_mst_reg.h +++ b/components/soc/esp32c6/register/soc/i2c_ana_mst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/i2c_reg.h b/components/soc/esp32c6/register/soc/i2c_reg.h index c92b0a61909..4fd0602856d 100644 --- a/components/soc/esp32c6/register/soc/i2c_reg.h +++ b/components/soc/esp32c6/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/i2c_struct.h b/components/soc/esp32c6/register/soc/i2c_struct.h index dce4371af42..069cd9ce17b 100644 --- a/components/soc/esp32c6/register/soc/i2c_struct.h +++ b/components/soc/esp32c6/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/i2s_reg.h b/components/soc/esp32c6/register/soc/i2s_reg.h index d7dd6b6ab62..fdc04bba1e0 100644 --- a/components/soc/esp32c6/register/soc/i2s_reg.h +++ b/components/soc/esp32c6/register/soc/i2s_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/i2s_struct.h b/components/soc/esp32c6/register/soc/i2s_struct.h index b7629e4c989..bc57f5e9f30 100644 --- a/components/soc/esp32c6/register/soc/i2s_struct.h +++ b/components/soc/esp32c6/register/soc/i2s_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/ieee802154_reg.h b/components/soc/esp32c6/register/soc/ieee802154_reg.h index 4aa7013a9ef..e02b0044a00 100644 --- a/components/soc/esp32c6/register/soc/ieee802154_reg.h +++ b/components/soc/esp32c6/register/soc/ieee802154_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/ieee802154_struct.h b/components/soc/esp32c6/register/soc/ieee802154_struct.h index e2014320a0b..9c50dd2e976 100644 --- a/components/soc/esp32c6/register/soc/ieee802154_struct.h +++ b/components/soc/esp32c6/register/soc/ieee802154_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/interrupt_matrix_reg.h b/components/soc/esp32c6/register/soc/interrupt_matrix_reg.h index ae4b3905036..acfe91cdcfa 100644 --- a/components/soc/esp32c6/register/soc/interrupt_matrix_reg.h +++ b/components/soc/esp32c6/register/soc/interrupt_matrix_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/interrupt_matrix_struct.h b/components/soc/esp32c6/register/soc/interrupt_matrix_struct.h index 89d4859ad67..3438f183ecd 100644 --- a/components/soc/esp32c6/register/soc/interrupt_matrix_struct.h +++ b/components/soc/esp32c6/register/soc/interrupt_matrix_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/intpri_reg.h b/components/soc/esp32c6/register/soc/intpri_reg.h index f4d9c51fc7c..c19d0338d08 100644 --- a/components/soc/esp32c6/register/soc/intpri_reg.h +++ b/components/soc/esp32c6/register/soc/intpri_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/intpri_struct.h b/components/soc/esp32c6/register/soc/intpri_struct.h index 9454470cb26..d389c95ad26 100644 --- a/components/soc/esp32c6/register/soc/intpri_struct.h +++ b/components/soc/esp32c6/register/soc/intpri_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/io_mux_reg.h b/components/soc/esp32c6/register/soc/io_mux_reg.h index 179ca7a2c42..6fed96a37a6 100644 --- a/components/soc/esp32c6/register/soc/io_mux_reg.h +++ b/components/soc/esp32c6/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/ledc_reg.h b/components/soc/esp32c6/register/soc/ledc_reg.h index a7c4311ad13..2bbdc187acb 100644 --- a/components/soc/esp32c6/register/soc/ledc_reg.h +++ b/components/soc/esp32c6/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/ledc_struct.h b/components/soc/esp32c6/register/soc/ledc_struct.h index 872315558e6..4c8105e0e3a 100644 --- a/components/soc/esp32c6/register/soc/ledc_struct.h +++ b/components/soc/esp32c6/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_analog_peri_reg.h b/components/soc/esp32c6/register/soc/lp_analog_peri_reg.h index bbb2ae77f41..67b99c23b72 100644 --- a/components/soc/esp32c6/register/soc/lp_analog_peri_reg.h +++ b/components/soc/esp32c6/register/soc/lp_analog_peri_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_analog_peri_struct.h b/components/soc/esp32c6/register/soc/lp_analog_peri_struct.h index 07d72fd151b..d6400f664c8 100644 --- a/components/soc/esp32c6/register/soc/lp_analog_peri_struct.h +++ b/components/soc/esp32c6/register/soc/lp_analog_peri_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_aon_reg.h b/components/soc/esp32c6/register/soc/lp_aon_reg.h index 41a015e82fd..af2e05cd342 100644 --- a/components/soc/esp32c6/register/soc/lp_aon_reg.h +++ b/components/soc/esp32c6/register/soc/lp_aon_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_aon_struct.h b/components/soc/esp32c6/register/soc/lp_aon_struct.h index 9f4e3b25d0f..29183253f04 100644 --- a/components/soc/esp32c6/register/soc/lp_aon_struct.h +++ b/components/soc/esp32c6/register/soc/lp_aon_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_apm0_reg.h b/components/soc/esp32c6/register/soc/lp_apm0_reg.h index 05612739a5e..e062ee05867 100644 --- a/components/soc/esp32c6/register/soc/lp_apm0_reg.h +++ b/components/soc/esp32c6/register/soc/lp_apm0_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_apm0_struct.h b/components/soc/esp32c6/register/soc/lp_apm0_struct.h index f9221bc0ff8..885cd74e1df 100644 --- a/components/soc/esp32c6/register/soc/lp_apm0_struct.h +++ b/components/soc/esp32c6/register/soc/lp_apm0_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_apm_reg.h b/components/soc/esp32c6/register/soc/lp_apm_reg.h index 02eba5ffa96..92d7d92d079 100644 --- a/components/soc/esp32c6/register/soc/lp_apm_reg.h +++ b/components/soc/esp32c6/register/soc/lp_apm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_apm_struct.h b/components/soc/esp32c6/register/soc/lp_apm_struct.h index 7140a8800f0..fc57f11c4eb 100644 --- a/components/soc/esp32c6/register/soc/lp_apm_struct.h +++ b/components/soc/esp32c6/register/soc/lp_apm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_clkrst_reg.h b/components/soc/esp32c6/register/soc/lp_clkrst_reg.h index 431fccf2510..20f42ba424a 100644 --- a/components/soc/esp32c6/register/soc/lp_clkrst_reg.h +++ b/components/soc/esp32c6/register/soc/lp_clkrst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_clkrst_struct.h b/components/soc/esp32c6/register/soc/lp_clkrst_struct.h index e32192899d2..45e4b431837 100644 --- a/components/soc/esp32c6/register/soc/lp_clkrst_struct.h +++ b/components/soc/esp32c6/register/soc/lp_clkrst_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_i2c_ana_mst_reg.h b/components/soc/esp32c6/register/soc/lp_i2c_ana_mst_reg.h index 20b432ea532..0c96d3ba0c7 100644 --- a/components/soc/esp32c6/register/soc/lp_i2c_ana_mst_reg.h +++ b/components/soc/esp32c6/register/soc/lp_i2c_ana_mst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_i2c_ana_mst_struct.h b/components/soc/esp32c6/register/soc/lp_i2c_ana_mst_struct.h index 86d7c9dd452..e22d2ca7c3c 100644 --- a/components/soc/esp32c6/register/soc/lp_i2c_ana_mst_struct.h +++ b/components/soc/esp32c6/register/soc/lp_i2c_ana_mst_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_i2c_reg.h b/components/soc/esp32c6/register/soc/lp_i2c_reg.h index 53030da1908..4a3614a19bb 100644 --- a/components/soc/esp32c6/register/soc/lp_i2c_reg.h +++ b/components/soc/esp32c6/register/soc/lp_i2c_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_i2c_struct.h b/components/soc/esp32c6/register/soc/lp_i2c_struct.h index 9cc478be82b..772c7d7796e 100644 --- a/components/soc/esp32c6/register/soc/lp_i2c_struct.h +++ b/components/soc/esp32c6/register/soc/lp_i2c_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_io_reg.h b/components/soc/esp32c6/register/soc/lp_io_reg.h index e57282b97b2..17b47987f9c 100644 --- a/components/soc/esp32c6/register/soc/lp_io_reg.h +++ b/components/soc/esp32c6/register/soc/lp_io_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_io_struct.h b/components/soc/esp32c6/register/soc/lp_io_struct.h index 2305ebf6adb..402c184d367 100644 --- a/components/soc/esp32c6/register/soc/lp_io_struct.h +++ b/components/soc/esp32c6/register/soc/lp_io_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_tee_reg.h b/components/soc/esp32c6/register/soc/lp_tee_reg.h index 96b137ae823..7fc0455c767 100644 --- a/components/soc/esp32c6/register/soc/lp_tee_reg.h +++ b/components/soc/esp32c6/register/soc/lp_tee_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_tee_struct.h b/components/soc/esp32c6/register/soc/lp_tee_struct.h index b02b3686933..89a12d509c9 100644 --- a/components/soc/esp32c6/register/soc/lp_tee_struct.h +++ b/components/soc/esp32c6/register/soc/lp_tee_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_timer_reg.h b/components/soc/esp32c6/register/soc/lp_timer_reg.h index 482330cd419..03d63b6a6cd 100644 --- a/components/soc/esp32c6/register/soc/lp_timer_reg.h +++ b/components/soc/esp32c6/register/soc/lp_timer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_timer_struct.h b/components/soc/esp32c6/register/soc/lp_timer_struct.h index 9efef9b1692..bac40b3bb63 100644 --- a/components/soc/esp32c6/register/soc/lp_timer_struct.h +++ b/components/soc/esp32c6/register/soc/lp_timer_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_uart_reg.h b/components/soc/esp32c6/register/soc/lp_uart_reg.h index 60297f46d9b..c8750688d3b 100644 --- a/components/soc/esp32c6/register/soc/lp_uart_reg.h +++ b/components/soc/esp32c6/register/soc/lp_uart_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_uart_struct.h b/components/soc/esp32c6/register/soc/lp_uart_struct.h index 962462b378d..50b008685b3 100644 --- a/components/soc/esp32c6/register/soc/lp_uart_struct.h +++ b/components/soc/esp32c6/register/soc/lp_uart_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_wdt_reg.h b/components/soc/esp32c6/register/soc/lp_wdt_reg.h index f47fa3942f5..e54ce6821d2 100644 --- a/components/soc/esp32c6/register/soc/lp_wdt_reg.h +++ b/components/soc/esp32c6/register/soc/lp_wdt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lp_wdt_struct.h b/components/soc/esp32c6/register/soc/lp_wdt_struct.h index 67740dbd74a..dffff1d5c2c 100644 --- a/components/soc/esp32c6/register/soc/lp_wdt_struct.h +++ b/components/soc/esp32c6/register/soc/lp_wdt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lpperi_reg.h b/components/soc/esp32c6/register/soc/lpperi_reg.h index b39b2f353f6..90d1871a872 100644 --- a/components/soc/esp32c6/register/soc/lpperi_reg.h +++ b/components/soc/esp32c6/register/soc/lpperi_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/lpperi_struct.h b/components/soc/esp32c6/register/soc/lpperi_struct.h index 8dc3cde04fc..f13ce19df59 100644 --- a/components/soc/esp32c6/register/soc/lpperi_struct.h +++ b/components/soc/esp32c6/register/soc/lpperi_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/mcpwm_reg.h b/components/soc/esp32c6/register/soc/mcpwm_reg.h index 4de6f5b9f7f..067be4ed37d 100644 --- a/components/soc/esp32c6/register/soc/mcpwm_reg.h +++ b/components/soc/esp32c6/register/soc/mcpwm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/mcpwm_struct.h b/components/soc/esp32c6/register/soc/mcpwm_struct.h index 5fe75f3c99e..47350c06364 100644 --- a/components/soc/esp32c6/register/soc/mcpwm_struct.h +++ b/components/soc/esp32c6/register/soc/mcpwm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/mem_monitor_reg.h b/components/soc/esp32c6/register/soc/mem_monitor_reg.h index b75a52af212..219a1c54590 100644 --- a/components/soc/esp32c6/register/soc/mem_monitor_reg.h +++ b/components/soc/esp32c6/register/soc/mem_monitor_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/mem_monitor_struct.h b/components/soc/esp32c6/register/soc/mem_monitor_struct.h index 862959b9494..ccad01c5e70 100644 --- a/components/soc/esp32c6/register/soc/mem_monitor_struct.h +++ b/components/soc/esp32c6/register/soc/mem_monitor_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/otp_debug_reg.h b/components/soc/esp32c6/register/soc/otp_debug_reg.h index 49d1754d4f5..cc6f880b0f5 100644 --- a/components/soc/esp32c6/register/soc/otp_debug_reg.h +++ b/components/soc/esp32c6/register/soc/otp_debug_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/otp_debug_struct.h b/components/soc/esp32c6/register/soc/otp_debug_struct.h index 8ed1fe28029..6b87381372b 100644 --- a/components/soc/esp32c6/register/soc/otp_debug_struct.h +++ b/components/soc/esp32c6/register/soc/otp_debug_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/parl_io_reg.h b/components/soc/esp32c6/register/soc/parl_io_reg.h index 191656298c4..9b3f5f9be1c 100644 --- a/components/soc/esp32c6/register/soc/parl_io_reg.h +++ b/components/soc/esp32c6/register/soc/parl_io_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/parl_io_struct.h b/components/soc/esp32c6/register/soc/parl_io_struct.h index e0000ebc56b..da4c35dab89 100644 --- a/components/soc/esp32c6/register/soc/parl_io_struct.h +++ b/components/soc/esp32c6/register/soc/parl_io_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/pau_reg.h b/components/soc/esp32c6/register/soc/pau_reg.h index a2f7ad9a890..bc4108ad6f3 100644 --- a/components/soc/esp32c6/register/soc/pau_reg.h +++ b/components/soc/esp32c6/register/soc/pau_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/pau_struct.h b/components/soc/esp32c6/register/soc/pau_struct.h index ae1435d5061..319ba20f4f2 100644 --- a/components/soc/esp32c6/register/soc/pau_struct.h +++ b/components/soc/esp32c6/register/soc/pau_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/pcnt_reg.h b/components/soc/esp32c6/register/soc/pcnt_reg.h index cd59eade797..733a0d4611e 100644 --- a/components/soc/esp32c6/register/soc/pcnt_reg.h +++ b/components/soc/esp32c6/register/soc/pcnt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/pcnt_struct.h b/components/soc/esp32c6/register/soc/pcnt_struct.h index 13ddb0b6728..f818086c409 100644 --- a/components/soc/esp32c6/register/soc/pcnt_struct.h +++ b/components/soc/esp32c6/register/soc/pcnt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/pcr_reg.h b/components/soc/esp32c6/register/soc/pcr_reg.h index 466b25f0201..d5f27c738df 100644 --- a/components/soc/esp32c6/register/soc/pcr_reg.h +++ b/components/soc/esp32c6/register/soc/pcr_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/pcr_struct.h b/components/soc/esp32c6/register/soc/pcr_struct.h index ee74db8ff14..8f20b41d1c8 100644 --- a/components/soc/esp32c6/register/soc/pcr_struct.h +++ b/components/soc/esp32c6/register/soc/pcr_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/plic_reg.h b/components/soc/esp32c6/register/soc/plic_reg.h index dff45b96056..4dea026ea7c 100644 --- a/components/soc/esp32c6/register/soc/plic_reg.h +++ b/components/soc/esp32c6/register/soc/plic_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/pmu_reg.h b/components/soc/esp32c6/register/soc/pmu_reg.h index fb444e1e3de..3ea712f40f0 100644 --- a/components/soc/esp32c6/register/soc/pmu_reg.h +++ b/components/soc/esp32c6/register/soc/pmu_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/pmu_struct.h b/components/soc/esp32c6/register/soc/pmu_struct.h index db545cfbc58..282eca34253 100644 --- a/components/soc/esp32c6/register/soc/pmu_struct.h +++ b/components/soc/esp32c6/register/soc/pmu_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/reg_base.h b/components/soc/esp32c6/register/soc/reg_base.h index 3e7a47af40f..a58c4fca841 100644 --- a/components/soc/esp32c6/register/soc/reg_base.h +++ b/components/soc/esp32c6/register/soc/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #define DR_REG_PLIC_MX_BASE 0x20001000 diff --git a/components/soc/esp32c6/register/soc/rmt_reg.h b/components/soc/esp32c6/register/soc/rmt_reg.h index 0bc75f17fc2..9cca2eaf548 100644 --- a/components/soc/esp32c6/register/soc/rmt_reg.h +++ b/components/soc/esp32c6/register/soc/rmt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/rmt_struct.h b/components/soc/esp32c6/register/soc/rmt_struct.h index 0f676008419..27a6f0e6721 100644 --- a/components/soc/esp32c6/register/soc/rmt_struct.h +++ b/components/soc/esp32c6/register/soc/rmt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/rsa_reg.h b/components/soc/esp32c6/register/soc/rsa_reg.h index 0faea4cde04..39a120ed981 100644 --- a/components/soc/esp32c6/register/soc/rsa_reg.h +++ b/components/soc/esp32c6/register/soc/rsa_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/rsa_struct.h b/components/soc/esp32c6/register/soc/rsa_struct.h index 9d67e0c790e..5f2244d0a48 100644 --- a/components/soc/esp32c6/register/soc/rsa_struct.h +++ b/components/soc/esp32c6/register/soc/rsa_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/sdio_hinf_reg.h b/components/soc/esp32c6/register/soc/sdio_hinf_reg.h index 356fefb1a22..b38e7065eb8 100644 --- a/components/soc/esp32c6/register/soc/sdio_hinf_reg.h +++ b/components/soc/esp32c6/register/soc/sdio_hinf_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/sdio_hinf_struct.h b/components/soc/esp32c6/register/soc/sdio_hinf_struct.h index 320fd346007..55d0214fa28 100644 --- a/components/soc/esp32c6/register/soc/sdio_hinf_struct.h +++ b/components/soc/esp32c6/register/soc/sdio_hinf_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/sdio_slc_host_reg.h b/components/soc/esp32c6/register/soc/sdio_slc_host_reg.h index 9bd08606870..a5d9def3da0 100644 --- a/components/soc/esp32c6/register/soc/sdio_slc_host_reg.h +++ b/components/soc/esp32c6/register/soc/sdio_slc_host_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/sdio_slc_host_struct.h b/components/soc/esp32c6/register/soc/sdio_slc_host_struct.h index 275e30e72f6..f35fdd627b2 100644 --- a/components/soc/esp32c6/register/soc/sdio_slc_host_struct.h +++ b/components/soc/esp32c6/register/soc/sdio_slc_host_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/sdio_slc_reg.h b/components/soc/esp32c6/register/soc/sdio_slc_reg.h index 7d3a9ce6ef5..39804d7a6d9 100644 --- a/components/soc/esp32c6/register/soc/sdio_slc_reg.h +++ b/components/soc/esp32c6/register/soc/sdio_slc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/sdio_slc_struct.h b/components/soc/esp32c6/register/soc/sdio_slc_struct.h index 8cc3e1b8655..f493610fe52 100644 --- a/components/soc/esp32c6/register/soc/sdio_slc_struct.h +++ b/components/soc/esp32c6/register/soc/sdio_slc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/sha_reg.h b/components/soc/esp32c6/register/soc/sha_reg.h index 46955176e5a..1d0588e5060 100644 --- a/components/soc/esp32c6/register/soc/sha_reg.h +++ b/components/soc/esp32c6/register/soc/sha_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/sha_struct.h b/components/soc/esp32c6/register/soc/sha_struct.h index f6aa1726ac0..2df90e88db1 100644 --- a/components/soc/esp32c6/register/soc/sha_struct.h +++ b/components/soc/esp32c6/register/soc/sha_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/soc_etm_reg.h b/components/soc/esp32c6/register/soc/soc_etm_reg.h index 07b3cf52eac..cff3e795f33 100644 --- a/components/soc/esp32c6/register/soc/soc_etm_reg.h +++ b/components/soc/esp32c6/register/soc/soc_etm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/soc_etm_struct.h b/components/soc/esp32c6/register/soc/soc_etm_struct.h index 3c62027ae5a..24747a8b01c 100644 --- a/components/soc/esp32c6/register/soc/soc_etm_struct.h +++ b/components/soc/esp32c6/register/soc/soc_etm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/spi_mem_reg.h b/components/soc/esp32c6/register/soc/spi_mem_reg.h index 56ada6dc461..6894ef3a2cc 100644 --- a/components/soc/esp32c6/register/soc/spi_mem_reg.h +++ b/components/soc/esp32c6/register/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/spi_mem_struct.h b/components/soc/esp32c6/register/soc/spi_mem_struct.h index 74588ee0277..351f49db0e0 100644 --- a/components/soc/esp32c6/register/soc/spi_mem_struct.h +++ b/components/soc/esp32c6/register/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/spi_reg.h b/components/soc/esp32c6/register/soc/spi_reg.h index 8da5868eaac..3aa6ad01f60 100644 --- a/components/soc/esp32c6/register/soc/spi_reg.h +++ b/components/soc/esp32c6/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/spi_struct.h b/components/soc/esp32c6/register/soc/spi_struct.h index 52076bb16c8..ab696b25034 100644 --- a/components/soc/esp32c6/register/soc/spi_struct.h +++ b/components/soc/esp32c6/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/systimer_reg.h b/components/soc/esp32c6/register/soc/systimer_reg.h index 9cccb760cc3..5bc114cb2ad 100644 --- a/components/soc/esp32c6/register/soc/systimer_reg.h +++ b/components/soc/esp32c6/register/soc/systimer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/systimer_struct.h b/components/soc/esp32c6/register/soc/systimer_struct.h index 0e0e1f8f343..43dbdb8a5e2 100644 --- a/components/soc/esp32c6/register/soc/systimer_struct.h +++ b/components/soc/esp32c6/register/soc/systimer_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/tee_reg.h b/components/soc/esp32c6/register/soc/tee_reg.h index 3c90206dce1..e381a6380b4 100644 --- a/components/soc/esp32c6/register/soc/tee_reg.h +++ b/components/soc/esp32c6/register/soc/tee_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/tee_struct.h b/components/soc/esp32c6/register/soc/tee_struct.h index 576bde7ec10..543d0563616 100644 --- a/components/soc/esp32c6/register/soc/tee_struct.h +++ b/components/soc/esp32c6/register/soc/tee_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/timer_group_reg.h b/components/soc/esp32c6/register/soc/timer_group_reg.h index 451ee04195c..8cc72820ac6 100644 --- a/components/soc/esp32c6/register/soc/timer_group_reg.h +++ b/components/soc/esp32c6/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/timer_group_struct.h b/components/soc/esp32c6/register/soc/timer_group_struct.h index 7ec09aee61a..46d20c691c5 100644 --- a/components/soc/esp32c6/register/soc/timer_group_struct.h +++ b/components/soc/esp32c6/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/trace_reg.h b/components/soc/esp32c6/register/soc/trace_reg.h index b363fbd1f8e..7fb97a22498 100644 --- a/components/soc/esp32c6/register/soc/trace_reg.h +++ b/components/soc/esp32c6/register/soc/trace_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/trace_struct.h b/components/soc/esp32c6/register/soc/trace_struct.h index e5bb04d46d5..5b5e92d451e 100644 --- a/components/soc/esp32c6/register/soc/trace_struct.h +++ b/components/soc/esp32c6/register/soc/trace_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/twai_reg.h b/components/soc/esp32c6/register/soc/twai_reg.h index 4bd39d7ae6f..ac4ae0f6b9a 100644 --- a/components/soc/esp32c6/register/soc/twai_reg.h +++ b/components/soc/esp32c6/register/soc/twai_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/twai_struct.h b/components/soc/esp32c6/register/soc/twai_struct.h index 087d4c84e6d..34a27c79809 100644 --- a/components/soc/esp32c6/register/soc/twai_struct.h +++ b/components/soc/esp32c6/register/soc/twai_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/uart_reg.h b/components/soc/esp32c6/register/soc/uart_reg.h index a51dc6e5bba..0876f25ce65 100644 --- a/components/soc/esp32c6/register/soc/uart_reg.h +++ b/components/soc/esp32c6/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/uart_struct.h b/components/soc/esp32c6/register/soc/uart_struct.h index 454852b4f2b..2ac955176b0 100644 --- a/components/soc/esp32c6/register/soc/uart_struct.h +++ b/components/soc/esp32c6/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/uhci_reg.h b/components/soc/esp32c6/register/soc/uhci_reg.h index f8c13d973cc..722a7aeca93 100644 --- a/components/soc/esp32c6/register/soc/uhci_reg.h +++ b/components/soc/esp32c6/register/soc/uhci_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/uhci_struct.h b/components/soc/esp32c6/register/soc/uhci_struct.h index 00db113fc56..bbc3f5c71b3 100644 --- a/components/soc/esp32c6/register/soc/uhci_struct.h +++ b/components/soc/esp32c6/register/soc/uhci_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/usb_serial_jtag_reg.h b/components/soc/esp32c6/register/soc/usb_serial_jtag_reg.h index e188eea9111..dfba03af2cd 100644 --- a/components/soc/esp32c6/register/soc/usb_serial_jtag_reg.h +++ b/components/soc/esp32c6/register/soc/usb_serial_jtag_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/usb_serial_jtag_struct.h b/components/soc/esp32c6/register/soc/usb_serial_jtag_struct.h index 420f8646e76..447d0c7092c 100644 --- a/components/soc/esp32c6/register/soc/usb_serial_jtag_struct.h +++ b/components/soc/esp32c6/register/soc/usb_serial_jtag_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/register/soc/xts_aes_reg.h b/components/soc/esp32c6/register/soc/xts_aes_reg.h index 6e7cba263a7..3e712c726f3 100644 --- a/components/soc/esp32c6/register/soc/xts_aes_reg.h +++ b/components/soc/esp32c6/register/soc/xts_aes_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c6/rtc_io_periph.c b/components/soc/esp32c6/rtc_io_periph.c index bb0ac718f8b..66671f00d57 100644 --- a/components/soc/esp32c6/rtc_io_periph.c +++ b/components/soc/esp32c6/rtc_io_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rtc_io_periph.h" diff --git a/components/soc/esp32c6/sdio_slave_periph.c b/components/soc/esp32c6/sdio_slave_periph.c index 21d95011083..bfb0556f692 100644 --- a/components/soc/esp32c6/sdio_slave_periph.c +++ b/components/soc/esp32c6/sdio_slave_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include #include "soc/sdio_slave_periph.h" diff --git a/components/soc/esp32c6/sdm_periph.c b/components/soc/esp32c6/sdm_periph.c index c4c43194117..a9130847837 100644 --- a/components/soc/esp32c6/sdm_periph.c +++ b/components/soc/esp32c6/sdm_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdm_periph.h" diff --git a/components/soc/esp32c6/spi_periph.c b/components/soc/esp32c6/spi_periph.c index 3d983efc3d6..c6b01502c4a 100644 --- a/components/soc/esp32c6/spi_periph.c +++ b/components/soc/esp32c6/spi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32c6/system_retention_periph.c b/components/soc/esp32c6/system_retention_periph.c index d3ebf101440..ab254ba8ee8 100644 --- a/components/soc/esp32c6/system_retention_periph.c +++ b/components/soc/esp32c6/system_retention_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/regdma.h" diff --git a/components/soc/esp32c6/temperature_sensor_periph.c b/components/soc/esp32c6/temperature_sensor_periph.c index 291327d2bfc..3804f37146d 100644 --- a/components/soc/esp32c6/temperature_sensor_periph.c +++ b/components/soc/esp32c6/temperature_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32c6/twai_periph.c b/components/soc/esp32c6/twai_periph.c index 6bb1ba677de..b8de652afc2 100644 --- a/components/soc/esp32c6/twai_periph.c +++ b/components/soc/esp32c6/twai_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/twai_periph.h" diff --git a/components/soc/esp32c6/uart_periph.c b/components/soc/esp32c6/uart_periph.c index a35b65a7bd1..752c6a3dd07 100644 --- a/components/soc/esp32c6/uart_periph.c +++ b/components/soc/esp32c6/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32c61/adc_periph.c b/components/soc/esp32c61/adc_periph.c index a0819f8db12..f27e91aa377 100644 --- a/components/soc/esp32c61/adc_periph.c +++ b/components/soc/esp32c61/adc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/adc_periph.h" diff --git a/components/soc/esp32c61/ana_cmpr_periph.c b/components/soc/esp32c61/ana_cmpr_periph.c index 166f77e8c3a..ea103044292 100644 --- a/components/soc/esp32c61/ana_cmpr_periph.c +++ b/components/soc/esp32c61/ana_cmpr_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ana_cmpr_periph.h" diff --git a/components/soc/esp32c61/dedic_gpio_periph.c b/components/soc/esp32c61/dedic_gpio_periph.c index ef5fc640824..a4d4bdd880b 100644 --- a/components/soc/esp32c61/dedic_gpio_periph.c +++ b/components/soc/esp32c61/dedic_gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_sig_map.h" diff --git a/components/soc/esp32c61/gpio_periph.c b/components/soc/esp32c61/gpio_periph.c index 7f34e53bf6e..3f4e08bb1e9 100644 --- a/components/soc/esp32c61/gpio_periph.c +++ b/components/soc/esp32c61/gpio_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32c61/include/modem/modem_lpcon_reg.h b/components/soc/esp32c61/include/modem/modem_lpcon_reg.h index 5ef865e64f0..5a5407ab661 100644 --- a/components/soc/esp32c61/include/modem/modem_lpcon_reg.h +++ b/components/soc/esp32c61/include/modem/modem_lpcon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/modem/modem_lpcon_struct.h b/components/soc/esp32c61/include/modem/modem_lpcon_struct.h index 98d722fcf78..e42490c9afe 100644 --- a/components/soc/esp32c61/include/modem/modem_lpcon_struct.h +++ b/components/soc/esp32c61/include/modem/modem_lpcon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/modem/modem_syscon_reg.h b/components/soc/esp32c61/include/modem/modem_syscon_reg.h index f94698d8e7b..ddc36b3b472 100644 --- a/components/soc/esp32c61/include/modem/modem_syscon_reg.h +++ b/components/soc/esp32c61/include/modem/modem_syscon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/modem/modem_syscon_struct.h b/components/soc/esp32c61/include/modem/modem_syscon_struct.h index 8e7d5f6d5a5..68e5f217f36 100644 --- a/components/soc/esp32c61/include/modem/modem_syscon_struct.h +++ b/components/soc/esp32c61/include/modem/modem_syscon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/modem/reg_base.h b/components/soc/esp32c61/include/modem/reg_base.h index 37b441740c2..e0b391e7e24 100644 --- a/components/soc/esp32c61/include/modem/reg_base.h +++ b/components/soc/esp32c61/include/modem/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/adc_channel.h b/components/soc/esp32c61/include/soc/adc_channel.h index 27d45a98ade..b39db4ee560 100644 --- a/components/soc/esp32c61/include/soc/adc_channel.h +++ b/components/soc/esp32c61/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/ana_cmpr_pins.h b/components/soc/esp32c61/include/soc/ana_cmpr_pins.h index f51632ab0f5..d3b29e25bbc 100644 --- a/components/soc/esp32c61/include/soc/ana_cmpr_pins.h +++ b/components/soc/esp32c61/include/soc/ana_cmpr_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/ana_cmpr_struct.h b/components/soc/esp32c61/include/soc/ana_cmpr_struct.h index ef3fbe3824e..6de82c68e26 100644 --- a/components/soc/esp32c61/include/soc/ana_cmpr_struct.h +++ b/components/soc/esp32c61/include/soc/ana_cmpr_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* NOTE: this file is created manually for compatibility */ diff --git a/components/soc/esp32c61/include/soc/apm_defs.h b/components/soc/esp32c61/include/soc/apm_defs.h index 96b45ea89a4..ee07c319e9c 100644 --- a/components/soc/esp32c61/include/soc/apm_defs.h +++ b/components/soc/esp32c61/include/soc/apm_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/assist_debug_reg.h b/components/soc/esp32c61/include/soc/assist_debug_reg.h index 68d4ec79824..e7cb9524431 100644 --- a/components/soc/esp32c61/include/soc/assist_debug_reg.h +++ b/components/soc/esp32c61/include/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/boot_mode.h b/components/soc/esp32c61/include/soc/boot_mode.h index 6f4e3d408cd..cf93fcb888d 100644 --- a/components/soc/esp32c61/include/soc/boot_mode.h +++ b/components/soc/esp32c61/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BOOT_MODE_H_ diff --git a/components/soc/esp32c61/include/soc/clk_tree_defs.h b/components/soc/esp32c61/include/soc/clk_tree_defs.h index fb26c2550c5..0befc080559 100644 --- a/components/soc/esp32c61/include/soc/clk_tree_defs.h +++ b/components/soc/esp32c61/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/clkout_channel.h b/components/soc/esp32c61/include/soc/clkout_channel.h index 593c9e44259..c382b50fd8b 100644 --- a/components/soc/esp32c61/include/soc/clkout_channel.h +++ b/components/soc/esp32c61/include/soc/clkout_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/dport_access.h b/components/soc/esp32c61/include/soc/dport_access.h index feacddca468..029ab6a661a 100644 --- a/components/soc/esp32c61/include/soc/dport_access.h +++ b/components/soc/esp32c61/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _DPORT_ACCESS_H_ diff --git a/components/soc/esp32c61/include/soc/efuse_defs.h b/components/soc/esp32c61/include/soc/efuse_defs.h index 48cc4ce65d9..68b975d730c 100644 --- a/components/soc/esp32c61/include/soc/efuse_defs.h +++ b/components/soc/esp32c61/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/ext_mem_defs.h b/components/soc/esp32c61/include/soc/ext_mem_defs.h index f28d656c36a..2ec1024e01c 100644 --- a/components/soc/esp32c61/include/soc/ext_mem_defs.h +++ b/components/soc/esp32c61/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/gpio_num.h b/components/soc/esp32c61/include/soc/gpio_num.h index 687a239b3a2..4d74baa1f57 100644 --- a/components/soc/esp32c61/include/soc/gpio_num.h +++ b/components/soc/esp32c61/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/gpio_pins.h b/components/soc/esp32c61/include/soc/gpio_pins.h index c974250de05..567b462b9d2 100644 --- a/components/soc/esp32c61/include/soc/gpio_pins.h +++ b/components/soc/esp32c61/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/gpio_sig_map.h b/components/soc/esp32c61/include/soc/gpio_sig_map.h index 7eb822bffe1..6a2c8899f2e 100644 --- a/components/soc/esp32c61/include/soc/gpio_sig_map.h +++ b/components/soc/esp32c61/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/hwcrypto_reg.h b/components/soc/esp32c61/include/soc/hwcrypto_reg.h index 4d752943061..c8983ce73a3 100644 --- a/components/soc/esp32c61/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32c61/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/interrupt_reg.h b/components/soc/esp32c61/include/soc/interrupt_reg.h index 472e2aa977b..81faa4d3f59 100644 --- a/components/soc/esp32c61/include/soc/interrupt_reg.h +++ b/components/soc/esp32c61/include/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/soc_caps.h" diff --git a/components/soc/esp32c61/include/soc/interrupts.h b/components/soc/esp32c61/include/soc/interrupts.h index 97a33ee1817..2b841e54c95 100644 --- a/components/soc/esp32c61/include/soc/interrupts.h +++ b/components/soc/esp32c61/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/periph_defs.h b/components/soc/esp32c61/include/soc/periph_defs.h index b7ad1d82ef1..8ab90971021 100644 --- a/components/soc/esp32c61/include/soc/periph_defs.h +++ b/components/soc/esp32c61/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/pmu_icg_mapping.h b/components/soc/esp32c61/include/soc/pmu_icg_mapping.h index 7133c630e3b..b882769a7d7 100644 --- a/components/soc/esp32c61/include/soc/pmu_icg_mapping.h +++ b/components/soc/esp32c61/include/soc/pmu_icg_mapping.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/regi2c_bbpll.h b/components/soc/esp32c61/include/soc/regi2c_bbpll.h index 236c3fed394..649a46891f7 100644 --- a/components/soc/esp32c61/include/soc/regi2c_bbpll.h +++ b/components/soc/esp32c61/include/soc/regi2c_bbpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/regi2c_bias.h b/components/soc/esp32c61/include/soc/regi2c_bias.h index 49572123be9..3be19650654 100644 --- a/components/soc/esp32c61/include/soc/regi2c_bias.h +++ b/components/soc/esp32c61/include/soc/regi2c_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/regi2c_brownout.h b/components/soc/esp32c61/include/soc/regi2c_brownout.h index f9b43ebe98f..ecda0b0f0b1 100644 --- a/components/soc/esp32c61/include/soc/regi2c_brownout.h +++ b/components/soc/esp32c61/include/soc/regi2c_brownout.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/regi2c_dig_reg.h b/components/soc/esp32c61/include/soc/regi2c_dig_reg.h index 3a3f7edb0a9..8008c49255d 100644 --- a/components/soc/esp32c61/include/soc/regi2c_dig_reg.h +++ b/components/soc/esp32c61/include/soc/regi2c_dig_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/regi2c_lp_bias.h b/components/soc/esp32c61/include/soc/regi2c_lp_bias.h index ed1340625b1..45a10e96da9 100644 --- a/components/soc/esp32c61/include/soc/regi2c_lp_bias.h +++ b/components/soc/esp32c61/include/soc/regi2c_lp_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/regi2c_saradc.h b/components/soc/esp32c61/include/soc/regi2c_saradc.h index edd1c04e168..9b6a405cdf2 100644 --- a/components/soc/esp32c61/include/soc/regi2c_saradc.h +++ b/components/soc/esp32c61/include/soc/regi2c_saradc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/reset_reasons.h b/components/soc/esp32c61/include/soc/reset_reasons.h index aa4c02a3075..e237cb1686a 100644 --- a/components/soc/esp32c61/include/soc/reset_reasons.h +++ b/components/soc/esp32c61/include/soc/reset_reasons.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/retention_periph_defs.h b/components/soc/esp32c61/include/soc/retention_periph_defs.h index c0922649cae..6310404be04 100644 --- a/components/soc/esp32c61/include/soc/retention_periph_defs.h +++ b/components/soc/esp32c61/include/soc/retention_periph_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/rtc_io_channel.h b/components/soc/esp32c61/include/soc/rtc_io_channel.h index 36b9b5f80e5..f336c5f09c9 100644 --- a/components/soc/esp32c61/include/soc/rtc_io_channel.h +++ b/components/soc/esp32c61/include/soc/rtc_io_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/sdio_slave_pins.h b/components/soc/esp32c61/include/soc/sdio_slave_pins.h index d177e91355d..330e2469503 100644 --- a/components/soc/esp32c61/include/soc/sdio_slave_pins.h +++ b/components/soc/esp32c61/include/soc/sdio_slave_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/soc.h b/components/soc/esp32c61/include/soc/soc.h index fa4b36f2fdc..a221cbdedc4 100644 --- a/components/soc/esp32c61/include/soc/soc.h +++ b/components/soc/esp32c61/include/soc/soc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/soc_caps.h b/components/soc/esp32c61/include/soc/soc_caps.h index ab325171cf6..fd1db875a0d 100644 --- a/components/soc/esp32c61/include/soc/soc_caps.h +++ b/components/soc/esp32c61/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32c61/include/soc/soc_caps_full.h b/components/soc/esp32c61/include/soc/soc_caps_full.h index 185c9ed19f9..30bbcb0e9d4 100644 --- a/components/soc/esp32c61/include/soc/soc_caps_full.h +++ b/components/soc/esp32c61/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/soc_etm_source.h b/components/soc/esp32c61/include/soc/soc_etm_source.h index 3faf9a93bf0..a2655884cd9 100644 --- a/components/soc/esp32c61/include/soc/soc_etm_source.h +++ b/components/soc/esp32c61/include/soc/soc_etm_source.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/soc_pins.h b/components/soc/esp32c61/include/soc/soc_pins.h index e9c4b42258b..0340b965a87 100644 --- a/components/soc/esp32c61/include/soc/soc_pins.h +++ b/components/soc/esp32c61/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32c61/include/soc/spi_mem_reg.h b/components/soc/esp32c61/include/soc/spi_mem_reg.h index fbc414795c5..3ef31d72864 100644 --- a/components/soc/esp32c61/include/soc/spi_mem_reg.h +++ b/components/soc/esp32c61/include/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/spi_mem_struct.h b/components/soc/esp32c61/include/soc/spi_mem_struct.h index 2725c17f129..21089cde4c9 100644 --- a/components/soc/esp32c61/include/soc/spi_mem_struct.h +++ b/components/soc/esp32c61/include/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/spi_pins.h b/components/soc/esp32c61/include/soc/spi_pins.h index 98b9c18ed74..de4fe0e1771 100644 --- a/components/soc/esp32c61/include/soc/spi_pins.h +++ b/components/soc/esp32c61/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/system_intr.h b/components/soc/esp32c61/include/soc/system_intr.h index b1d0bf09396..3ed5930c24f 100644 --- a/components/soc/esp32c61/include/soc/system_intr.h +++ b/components/soc/esp32c61/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/system_periph_retention.h b/components/soc/esp32c61/include/soc/system_periph_retention.h index 83304975fb7..fa7468b87fa 100644 --- a/components/soc/esp32c61/include/soc/system_periph_retention.h +++ b/components/soc/esp32c61/include/soc/system_periph_retention.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/system_reg.h b/components/soc/esp32c61/include/soc/system_reg.h index 690bb496eb8..a73337e3c8a 100644 --- a/components/soc/esp32c61/include/soc/system_reg.h +++ b/components/soc/esp32c61/include/soc/system_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/hp_system_reg.h" diff --git a/components/soc/esp32c61/include/soc/uart_channel.h b/components/soc/esp32c61/include/soc/uart_channel.h index 5e9439060ea..57919366ee0 100644 --- a/components/soc/esp32c61/include/soc/uart_channel.h +++ b/components/soc/esp32c61/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32C61. diff --git a/components/soc/esp32c61/include/soc/uart_pins.h b/components/soc/esp32c61/include/soc/uart_pins.h index d261acca557..5e65adec6e1 100644 --- a/components/soc/esp32c61/include/soc/uart_pins.h +++ b/components/soc/esp32c61/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/include/soc/wdev_reg.h b/components/soc/esp32c61/include/soc/wdev_reg.h index bc1329c7a16..69154e0ed9e 100644 --- a/components/soc/esp32c61/include/soc/wdev_reg.h +++ b/components/soc/esp32c61/include/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/interrupts.c b/components/soc/esp32c61/interrupts.c index a0b2e378b95..f12b03d84ac 100644 --- a/components/soc/esp32c61/interrupts.c +++ b/components/soc/esp32c61/interrupts.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32c61/ld/esp32c61.peripherals.ld b/components/soc/esp32c61/ld/esp32c61.peripherals.ld index 9acd0c257dc..8f7e0dca339 100644 --- a/components/soc/esp32c61/ld/esp32c61.peripherals.ld +++ b/components/soc/esp32c61/ld/esp32c61.peripherals.ld @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ PROVIDE ( UART0 = 0x60000000 ); diff --git a/components/soc/esp32c61/ledc_periph.c b/components/soc/esp32c61/ledc_periph.c index 7273244c17e..b23afaf629c 100644 --- a/components/soc/esp32c61/ledc_periph.c +++ b/components/soc/esp32c61/ledc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32c61/power_supply_periph.c b/components/soc/esp32c61/power_supply_periph.c index d9b2bac9620..63617abdd71 100644 --- a/components/soc/esp32c61/power_supply_periph.c +++ b/components/soc/esp32c61/power_supply_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/power_supply_periph.h" diff --git a/components/soc/esp32c61/register/soc/ahb_dma_reg.h b/components/soc/esp32c61/register/soc/ahb_dma_reg.h index c1a6e9375dc..8bee2f7dbe8 100644 --- a/components/soc/esp32c61/register/soc/ahb_dma_reg.h +++ b/components/soc/esp32c61/register/soc/ahb_dma_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/ahb_dma_struct.h b/components/soc/esp32c61/register/soc/ahb_dma_struct.h index 6ffda86b1e5..e25346c7786 100644 --- a/components/soc/esp32c61/register/soc/ahb_dma_struct.h +++ b/components/soc/esp32c61/register/soc/ahb_dma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/apb_saradc_reg.h b/components/soc/esp32c61/register/soc/apb_saradc_reg.h index b855a7cb2a8..7ffbaca329e 100644 --- a/components/soc/esp32c61/register/soc/apb_saradc_reg.h +++ b/components/soc/esp32c61/register/soc/apb_saradc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/apb_saradc_struct.h b/components/soc/esp32c61/register/soc/apb_saradc_struct.h index 36de5a70de7..6779927d0f0 100644 --- a/components/soc/esp32c61/register/soc/apb_saradc_struct.h +++ b/components/soc/esp32c61/register/soc/apb_saradc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/bus_monitor_reg.h b/components/soc/esp32c61/register/soc/bus_monitor_reg.h index 9a194bee610..ee8b4d8d8d8 100644 --- a/components/soc/esp32c61/register/soc/bus_monitor_reg.h +++ b/components/soc/esp32c61/register/soc/bus_monitor_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/bus_monitor_struct.h b/components/soc/esp32c61/register/soc/bus_monitor_struct.h index 512c4702e5c..3fbde3d74fd 100644 --- a/components/soc/esp32c61/register/soc/bus_monitor_struct.h +++ b/components/soc/esp32c61/register/soc/bus_monitor_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/cache_reg.h b/components/soc/esp32c61/register/soc/cache_reg.h index 3235f2dc327..543b5cf2c62 100644 --- a/components/soc/esp32c61/register/soc/cache_reg.h +++ b/components/soc/esp32c61/register/soc/cache_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/cache_struct.h b/components/soc/esp32c61/register/soc/cache_struct.h index ed1c69cd680..b242c18015b 100644 --- a/components/soc/esp32c61/register/soc/cache_struct.h +++ b/components/soc/esp32c61/register/soc/cache_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/clic_reg.h b/components/soc/esp32c61/register/soc/clic_reg.h index ba8987ece3b..db20c95683e 100644 --- a/components/soc/esp32c61/register/soc/clic_reg.h +++ b/components/soc/esp32c61/register/soc/clic_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/clint_reg.h b/components/soc/esp32c61/register/soc/clint_reg.h index e24677730d8..125d5c4b61b 100644 --- a/components/soc/esp32c61/register/soc/clint_reg.h +++ b/components/soc/esp32c61/register/soc/clint_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/cpu_apm_reg.h b/components/soc/esp32c61/register/soc/cpu_apm_reg.h index 5468e047fc1..6c2c150a785 100644 --- a/components/soc/esp32c61/register/soc/cpu_apm_reg.h +++ b/components/soc/esp32c61/register/soc/cpu_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/cpu_apm_struct.h b/components/soc/esp32c61/register/soc/cpu_apm_struct.h index 8cb9219a857..84e91618ead 100644 --- a/components/soc/esp32c61/register/soc/cpu_apm_struct.h +++ b/components/soc/esp32c61/register/soc/cpu_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/ecc_mult_reg.h b/components/soc/esp32c61/register/soc/ecc_mult_reg.h index 0da5d23e777..f2dac1673ec 100644 --- a/components/soc/esp32c61/register/soc/ecc_mult_reg.h +++ b/components/soc/esp32c61/register/soc/ecc_mult_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/ecc_mult_struct.h b/components/soc/esp32c61/register/soc/ecc_mult_struct.h index 929767509e9..c186044a50f 100644 --- a/components/soc/esp32c61/register/soc/ecc_mult_struct.h +++ b/components/soc/esp32c61/register/soc/ecc_mult_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/ecdsa_reg.h b/components/soc/esp32c61/register/soc/ecdsa_reg.h index 4893390ced6..93e6a125467 100644 --- a/components/soc/esp32c61/register/soc/ecdsa_reg.h +++ b/components/soc/esp32c61/register/soc/ecdsa_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/ecdsa_struct.h b/components/soc/esp32c61/register/soc/ecdsa_struct.h index 858a4ffc5f8..026d46fb86d 100644 --- a/components/soc/esp32c61/register/soc/ecdsa_struct.h +++ b/components/soc/esp32c61/register/soc/ecdsa_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/efuse_reg.h b/components/soc/esp32c61/register/soc/efuse_reg.h index 1bf75495d7d..ed664b988c4 100644 --- a/components/soc/esp32c61/register/soc/efuse_reg.h +++ b/components/soc/esp32c61/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/efuse_struct.h b/components/soc/esp32c61/register/soc/efuse_struct.h index 1a0a4226d63..c80755e2a5b 100644 --- a/components/soc/esp32c61/register/soc/efuse_struct.h +++ b/components/soc/esp32c61/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/gpio_ext_reg.h b/components/soc/esp32c61/register/soc/gpio_ext_reg.h index 536760759e6..024cb9d354c 100644 --- a/components/soc/esp32c61/register/soc/gpio_ext_reg.h +++ b/components/soc/esp32c61/register/soc/gpio_ext_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/gpio_ext_struct.h b/components/soc/esp32c61/register/soc/gpio_ext_struct.h index 9886bf62956..da34fe95f9c 100644 --- a/components/soc/esp32c61/register/soc/gpio_ext_struct.h +++ b/components/soc/esp32c61/register/soc/gpio_ext_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/gpio_reg.h b/components/soc/esp32c61/register/soc/gpio_reg.h index af5013c93ff..4491d685e3c 100644 --- a/components/soc/esp32c61/register/soc/gpio_reg.h +++ b/components/soc/esp32c61/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/gpio_struct.h b/components/soc/esp32c61/register/soc/gpio_struct.h index e5f244d4de2..abed886ddc4 100644 --- a/components/soc/esp32c61/register/soc/gpio_struct.h +++ b/components/soc/esp32c61/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/hp_apm_reg.h b/components/soc/esp32c61/register/soc/hp_apm_reg.h index 657d3f42c64..0f02bf08220 100644 --- a/components/soc/esp32c61/register/soc/hp_apm_reg.h +++ b/components/soc/esp32c61/register/soc/hp_apm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/hp_apm_struct.h b/components/soc/esp32c61/register/soc/hp_apm_struct.h index 1b0770810b7..9c7e77a59ea 100644 --- a/components/soc/esp32c61/register/soc/hp_apm_struct.h +++ b/components/soc/esp32c61/register/soc/hp_apm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/hp_system_reg.h b/components/soc/esp32c61/register/soc/hp_system_reg.h index 83459c8135a..94da4286b95 100644 --- a/components/soc/esp32c61/register/soc/hp_system_reg.h +++ b/components/soc/esp32c61/register/soc/hp_system_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/hp_system_struct.h b/components/soc/esp32c61/register/soc/hp_system_struct.h index 23c94a00cb2..23a37eede27 100644 --- a/components/soc/esp32c61/register/soc/hp_system_struct.h +++ b/components/soc/esp32c61/register/soc/hp_system_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/i2c_ana_mst_reg.h b/components/soc/esp32c61/register/soc/i2c_ana_mst_reg.h index 42ce233218c..83321bb2137 100644 --- a/components/soc/esp32c61/register/soc/i2c_ana_mst_reg.h +++ b/components/soc/esp32c61/register/soc/i2c_ana_mst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/i2c_reg.h b/components/soc/esp32c61/register/soc/i2c_reg.h index cd4228ee9b6..c0d5b0ad232 100644 --- a/components/soc/esp32c61/register/soc/i2c_reg.h +++ b/components/soc/esp32c61/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/i2c_struct.h b/components/soc/esp32c61/register/soc/i2c_struct.h index 73534f36d90..17a0503308c 100644 --- a/components/soc/esp32c61/register/soc/i2c_struct.h +++ b/components/soc/esp32c61/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/i2s_reg.h b/components/soc/esp32c61/register/soc/i2s_reg.h index 934ac15e72a..bcdd6199900 100644 --- a/components/soc/esp32c61/register/soc/i2s_reg.h +++ b/components/soc/esp32c61/register/soc/i2s_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/i2s_struct.h b/components/soc/esp32c61/register/soc/i2s_struct.h index 744922d29b9..a9f47c10347 100644 --- a/components/soc/esp32c61/register/soc/i2s_struct.h +++ b/components/soc/esp32c61/register/soc/i2s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/interrupt_matrix_reg.h b/components/soc/esp32c61/register/soc/interrupt_matrix_reg.h index fe67e24229c..ea5826af653 100644 --- a/components/soc/esp32c61/register/soc/interrupt_matrix_reg.h +++ b/components/soc/esp32c61/register/soc/interrupt_matrix_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/interrupt_matrix_struct.h b/components/soc/esp32c61/register/soc/interrupt_matrix_struct.h index 1920ed6d89d..75bac92d3f9 100644 --- a/components/soc/esp32c61/register/soc/interrupt_matrix_struct.h +++ b/components/soc/esp32c61/register/soc/interrupt_matrix_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/intpri_reg.h b/components/soc/esp32c61/register/soc/intpri_reg.h index 26263229224..7b421c8864b 100644 --- a/components/soc/esp32c61/register/soc/intpri_reg.h +++ b/components/soc/esp32c61/register/soc/intpri_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/intpri_struct.h b/components/soc/esp32c61/register/soc/intpri_struct.h index 995c5d35774..98fd0521c60 100644 --- a/components/soc/esp32c61/register/soc/intpri_struct.h +++ b/components/soc/esp32c61/register/soc/intpri_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/io_mux_reg.h b/components/soc/esp32c61/register/soc/io_mux_reg.h index f564952d9f3..cea6f49cb9a 100644 --- a/components/soc/esp32c61/register/soc/io_mux_reg.h +++ b/components/soc/esp32c61/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/io_mux_struct.h b/components/soc/esp32c61/register/soc/io_mux_struct.h index e04f4ba0e00..3b907fdfd9d 100644 --- a/components/soc/esp32c61/register/soc/io_mux_struct.h +++ b/components/soc/esp32c61/register/soc/io_mux_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/ledc_reg.h b/components/soc/esp32c61/register/soc/ledc_reg.h index 3806b8aa145..d4c37b92f34 100644 --- a/components/soc/esp32c61/register/soc/ledc_reg.h +++ b/components/soc/esp32c61/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/ledc_struct.h b/components/soc/esp32c61/register/soc/ledc_struct.h index 9e667df288c..c3d171761fc 100644 --- a/components/soc/esp32c61/register/soc/ledc_struct.h +++ b/components/soc/esp32c61/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_analog_peri_reg.h b/components/soc/esp32c61/register/soc/lp_analog_peri_reg.h index d7398ecbda4..1e5667ad6ec 100644 --- a/components/soc/esp32c61/register/soc/lp_analog_peri_reg.h +++ b/components/soc/esp32c61/register/soc/lp_analog_peri_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_analog_peri_struct.h b/components/soc/esp32c61/register/soc/lp_analog_peri_struct.h index 3ea431ed45a..953c951f52e 100644 --- a/components/soc/esp32c61/register/soc/lp_analog_peri_struct.h +++ b/components/soc/esp32c61/register/soc/lp_analog_peri_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_aon_reg.h b/components/soc/esp32c61/register/soc/lp_aon_reg.h index 5979338227f..c66dfc98480 100644 --- a/components/soc/esp32c61/register/soc/lp_aon_reg.h +++ b/components/soc/esp32c61/register/soc/lp_aon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_aon_struct.h b/components/soc/esp32c61/register/soc/lp_aon_struct.h index 77a93971bc9..af846c650cb 100644 --- a/components/soc/esp32c61/register/soc/lp_aon_struct.h +++ b/components/soc/esp32c61/register/soc/lp_aon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_apm_reg.h b/components/soc/esp32c61/register/soc/lp_apm_reg.h index fc1cf691021..1d8b81f36a5 100644 --- a/components/soc/esp32c61/register/soc/lp_apm_reg.h +++ b/components/soc/esp32c61/register/soc/lp_apm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_apm_struct.h b/components/soc/esp32c61/register/soc/lp_apm_struct.h index d751b985641..c34205779c1 100644 --- a/components/soc/esp32c61/register/soc/lp_apm_struct.h +++ b/components/soc/esp32c61/register/soc/lp_apm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_clkrst_reg.h b/components/soc/esp32c61/register/soc/lp_clkrst_reg.h index 755a7c3c635..92484a03745 100644 --- a/components/soc/esp32c61/register/soc/lp_clkrst_reg.h +++ b/components/soc/esp32c61/register/soc/lp_clkrst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_clkrst_struct.h b/components/soc/esp32c61/register/soc/lp_clkrst_struct.h index 2c69f169a57..761a3923274 100644 --- a/components/soc/esp32c61/register/soc/lp_clkrst_struct.h +++ b/components/soc/esp32c61/register/soc/lp_clkrst_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_gpio_reg.h b/components/soc/esp32c61/register/soc/lp_gpio_reg.h index e2b1838eaf5..ded19d5f29a 100644 --- a/components/soc/esp32c61/register/soc/lp_gpio_reg.h +++ b/components/soc/esp32c61/register/soc/lp_gpio_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_gpio_struct.h b/components/soc/esp32c61/register/soc/lp_gpio_struct.h index fa9badd53d9..d3f0e4f1506 100644 --- a/components/soc/esp32c61/register/soc/lp_gpio_struct.h +++ b/components/soc/esp32c61/register/soc/lp_gpio_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_iomux_reg.h b/components/soc/esp32c61/register/soc/lp_iomux_reg.h index eb2651717a1..e5d20d0eb08 100644 --- a/components/soc/esp32c61/register/soc/lp_iomux_reg.h +++ b/components/soc/esp32c61/register/soc/lp_iomux_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_iomux_struct.h b/components/soc/esp32c61/register/soc/lp_iomux_struct.h index 69aef47228f..025cbaf55d5 100644 --- a/components/soc/esp32c61/register/soc/lp_iomux_struct.h +++ b/components/soc/esp32c61/register/soc/lp_iomux_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_tee_reg.h b/components/soc/esp32c61/register/soc/lp_tee_reg.h index 9c5f90b2a92..e4d15395753 100644 --- a/components/soc/esp32c61/register/soc/lp_tee_reg.h +++ b/components/soc/esp32c61/register/soc/lp_tee_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_tee_struct.h b/components/soc/esp32c61/register/soc/lp_tee_struct.h index 45df3bec586..e0e4b675176 100644 --- a/components/soc/esp32c61/register/soc/lp_tee_struct.h +++ b/components/soc/esp32c61/register/soc/lp_tee_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_timer_reg.h b/components/soc/esp32c61/register/soc/lp_timer_reg.h index b602195b756..342a6db4f9d 100644 --- a/components/soc/esp32c61/register/soc/lp_timer_reg.h +++ b/components/soc/esp32c61/register/soc/lp_timer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_timer_struct.h b/components/soc/esp32c61/register/soc/lp_timer_struct.h index a0e5c912451..c843767c853 100644 --- a/components/soc/esp32c61/register/soc/lp_timer_struct.h +++ b/components/soc/esp32c61/register/soc/lp_timer_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_wdt_reg.h b/components/soc/esp32c61/register/soc/lp_wdt_reg.h index 8ac8bb5967b..36f61388ec4 100644 --- a/components/soc/esp32c61/register/soc/lp_wdt_reg.h +++ b/components/soc/esp32c61/register/soc/lp_wdt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lp_wdt_struct.h b/components/soc/esp32c61/register/soc/lp_wdt_struct.h index 34c7041573c..4ff8997a042 100644 --- a/components/soc/esp32c61/register/soc/lp_wdt_struct.h +++ b/components/soc/esp32c61/register/soc/lp_wdt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lpperi_reg.h b/components/soc/esp32c61/register/soc/lpperi_reg.h index 6176a02ebc5..b4c9c98e21c 100644 --- a/components/soc/esp32c61/register/soc/lpperi_reg.h +++ b/components/soc/esp32c61/register/soc/lpperi_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/lpperi_struct.h b/components/soc/esp32c61/register/soc/lpperi_struct.h index 692fd83678b..12775ed1fbf 100644 --- a/components/soc/esp32c61/register/soc/lpperi_struct.h +++ b/components/soc/esp32c61/register/soc/lpperi_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/mem_monitor_reg.h b/components/soc/esp32c61/register/soc/mem_monitor_reg.h index 9486a8f389d..829e127ee6a 100644 --- a/components/soc/esp32c61/register/soc/mem_monitor_reg.h +++ b/components/soc/esp32c61/register/soc/mem_monitor_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/mem_monitor_struct.h b/components/soc/esp32c61/register/soc/mem_monitor_struct.h index 0c82a042158..91ef11e6c58 100644 --- a/components/soc/esp32c61/register/soc/mem_monitor_struct.h +++ b/components/soc/esp32c61/register/soc/mem_monitor_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/pau_reg.h b/components/soc/esp32c61/register/soc/pau_reg.h index 34ac60380d9..b2c923f2382 100644 --- a/components/soc/esp32c61/register/soc/pau_reg.h +++ b/components/soc/esp32c61/register/soc/pau_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/pau_struct.h b/components/soc/esp32c61/register/soc/pau_struct.h index 5408206bcdd..eb5992f8a7b 100644 --- a/components/soc/esp32c61/register/soc/pau_struct.h +++ b/components/soc/esp32c61/register/soc/pau_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/pcr_reg.h b/components/soc/esp32c61/register/soc/pcr_reg.h index c6d3a60ba94..a038c5ee7fa 100644 --- a/components/soc/esp32c61/register/soc/pcr_reg.h +++ b/components/soc/esp32c61/register/soc/pcr_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/pcr_struct.h b/components/soc/esp32c61/register/soc/pcr_struct.h index 9e36f9e7907..2a9845ff028 100644 --- a/components/soc/esp32c61/register/soc/pcr_struct.h +++ b/components/soc/esp32c61/register/soc/pcr_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/pmu_reg.h b/components/soc/esp32c61/register/soc/pmu_reg.h index cf9244c6335..435e0261b5b 100644 --- a/components/soc/esp32c61/register/soc/pmu_reg.h +++ b/components/soc/esp32c61/register/soc/pmu_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/pmu_struct.h b/components/soc/esp32c61/register/soc/pmu_struct.h index 71d954027ad..3b13502873a 100644 --- a/components/soc/esp32c61/register/soc/pmu_struct.h +++ b/components/soc/esp32c61/register/soc/pmu_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/pvt_reg.h b/components/soc/esp32c61/register/soc/pvt_reg.h index b501935008a..2aa1cf89056 100644 --- a/components/soc/esp32c61/register/soc/pvt_reg.h +++ b/components/soc/esp32c61/register/soc/pvt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/pvt_struct.h b/components/soc/esp32c61/register/soc/pvt_struct.h index 875bcd53088..a7f73255e6c 100644 --- a/components/soc/esp32c61/register/soc/pvt_struct.h +++ b/components/soc/esp32c61/register/soc/pvt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/reg_base.h b/components/soc/esp32c61/register/soc/reg_base.h index ec98bbf3416..d5d506ac6d3 100644 --- a/components/soc/esp32c61/register/soc/reg_base.h +++ b/components/soc/esp32c61/register/soc/reg_base.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/sdio_hinf_reg.h b/components/soc/esp32c61/register/soc/sdio_hinf_reg.h index 8c71517bcc1..44c07f72388 100644 --- a/components/soc/esp32c61/register/soc/sdio_hinf_reg.h +++ b/components/soc/esp32c61/register/soc/sdio_hinf_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/sdio_hinf_struct.h b/components/soc/esp32c61/register/soc/sdio_hinf_struct.h index 8b03a917812..5f09a866858 100644 --- a/components/soc/esp32c61/register/soc/sdio_hinf_struct.h +++ b/components/soc/esp32c61/register/soc/sdio_hinf_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/sdio_slc_host_reg.h b/components/soc/esp32c61/register/soc/sdio_slc_host_reg.h index 71fb89c3947..178274d6099 100644 --- a/components/soc/esp32c61/register/soc/sdio_slc_host_reg.h +++ b/components/soc/esp32c61/register/soc/sdio_slc_host_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/sdio_slc_host_struct.h b/components/soc/esp32c61/register/soc/sdio_slc_host_struct.h index 94964cd0c7c..ed9a4ccd268 100644 --- a/components/soc/esp32c61/register/soc/sdio_slc_host_struct.h +++ b/components/soc/esp32c61/register/soc/sdio_slc_host_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/sdio_slc_reg.h b/components/soc/esp32c61/register/soc/sdio_slc_reg.h index ed573412c28..dee1885d546 100644 --- a/components/soc/esp32c61/register/soc/sdio_slc_reg.h +++ b/components/soc/esp32c61/register/soc/sdio_slc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/sdio_slc_struct.h b/components/soc/esp32c61/register/soc/sdio_slc_struct.h index 74bb9d69dd3..437e60466d0 100644 --- a/components/soc/esp32c61/register/soc/sdio_slc_struct.h +++ b/components/soc/esp32c61/register/soc/sdio_slc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/sha_reg.h b/components/soc/esp32c61/register/soc/sha_reg.h index 4dd7f4a2d9d..28c92d64282 100644 --- a/components/soc/esp32c61/register/soc/sha_reg.h +++ b/components/soc/esp32c61/register/soc/sha_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/sha_struct.h b/components/soc/esp32c61/register/soc/sha_struct.h index 058b8a88f61..4dfa3e621b3 100644 --- a/components/soc/esp32c61/register/soc/sha_struct.h +++ b/components/soc/esp32c61/register/soc/sha_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/soc_etm_reg.h b/components/soc/esp32c61/register/soc/soc_etm_reg.h index 5d62fd5a1dd..4cf2039ad87 100644 --- a/components/soc/esp32c61/register/soc/soc_etm_reg.h +++ b/components/soc/esp32c61/register/soc/soc_etm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/soc_etm_struct.h b/components/soc/esp32c61/register/soc/soc_etm_struct.h index 42dca6dc892..034b7e5aec8 100644 --- a/components/soc/esp32c61/register/soc/soc_etm_struct.h +++ b/components/soc/esp32c61/register/soc/soc_etm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/spi1_mem_reg.h b/components/soc/esp32c61/register/soc/spi1_mem_reg.h index 92bd65ae03e..1a2e39e047e 100644 --- a/components/soc/esp32c61/register/soc/spi1_mem_reg.h +++ b/components/soc/esp32c61/register/soc/spi1_mem_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/spi1_mem_struct.h b/components/soc/esp32c61/register/soc/spi1_mem_struct.h index f89e1d3d17f..b15dba7802f 100644 --- a/components/soc/esp32c61/register/soc/spi1_mem_struct.h +++ b/components/soc/esp32c61/register/soc/spi1_mem_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/spi_mem_c_reg.h b/components/soc/esp32c61/register/soc/spi_mem_c_reg.h index 7d3370c5822..7f9bb597ba7 100644 --- a/components/soc/esp32c61/register/soc/spi_mem_c_reg.h +++ b/components/soc/esp32c61/register/soc/spi_mem_c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/spi_mem_c_struct.h b/components/soc/esp32c61/register/soc/spi_mem_c_struct.h index 7231833aefe..cbcd095fad7 100644 --- a/components/soc/esp32c61/register/soc/spi_mem_c_struct.h +++ b/components/soc/esp32c61/register/soc/spi_mem_c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/spi_reg.h b/components/soc/esp32c61/register/soc/spi_reg.h index 4ae39b0d7bc..b68ffa8d423 100644 --- a/components/soc/esp32c61/register/soc/spi_reg.h +++ b/components/soc/esp32c61/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/spi_struct.h b/components/soc/esp32c61/register/soc/spi_struct.h index 5ea6f2956f0..07b7a766ce3 100644 --- a/components/soc/esp32c61/register/soc/spi_struct.h +++ b/components/soc/esp32c61/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/systimer_reg.h b/components/soc/esp32c61/register/soc/systimer_reg.h index 5a3520b1852..eef0e3d38fa 100644 --- a/components/soc/esp32c61/register/soc/systimer_reg.h +++ b/components/soc/esp32c61/register/soc/systimer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/systimer_struct.h b/components/soc/esp32c61/register/soc/systimer_struct.h index af7ed294cd5..c01d8045794 100644 --- a/components/soc/esp32c61/register/soc/systimer_struct.h +++ b/components/soc/esp32c61/register/soc/systimer_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/tee_reg.h b/components/soc/esp32c61/register/soc/tee_reg.h index 95d414f77a0..a4a5e02670c 100644 --- a/components/soc/esp32c61/register/soc/tee_reg.h +++ b/components/soc/esp32c61/register/soc/tee_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/tee_struct.h b/components/soc/esp32c61/register/soc/tee_struct.h index d87e95696d2..77fc05694d7 100644 --- a/components/soc/esp32c61/register/soc/tee_struct.h +++ b/components/soc/esp32c61/register/soc/tee_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/timer_group_reg.h b/components/soc/esp32c61/register/soc/timer_group_reg.h index 3f96f9300c0..eb14c04dba6 100644 --- a/components/soc/esp32c61/register/soc/timer_group_reg.h +++ b/components/soc/esp32c61/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/timer_group_struct.h b/components/soc/esp32c61/register/soc/timer_group_struct.h index f994c52fde4..2d208836351 100644 --- a/components/soc/esp32c61/register/soc/timer_group_struct.h +++ b/components/soc/esp32c61/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/trace_reg.h b/components/soc/esp32c61/register/soc/trace_reg.h index 785965af2c7..2340f811674 100644 --- a/components/soc/esp32c61/register/soc/trace_reg.h +++ b/components/soc/esp32c61/register/soc/trace_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/trace_struct.h b/components/soc/esp32c61/register/soc/trace_struct.h index 1b73fe2666f..917d241284c 100644 --- a/components/soc/esp32c61/register/soc/trace_struct.h +++ b/components/soc/esp32c61/register/soc/trace_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/uart_reg.h b/components/soc/esp32c61/register/soc/uart_reg.h index 1560610f0b8..3e9432e4efc 100644 --- a/components/soc/esp32c61/register/soc/uart_reg.h +++ b/components/soc/esp32c61/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/uart_struct.h b/components/soc/esp32c61/register/soc/uart_struct.h index 1ed669c6f1c..9e1df4c4667 100644 --- a/components/soc/esp32c61/register/soc/uart_struct.h +++ b/components/soc/esp32c61/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/usb_serial_jtag_reg.h b/components/soc/esp32c61/register/soc/usb_serial_jtag_reg.h index 0bbfd5c36e3..8e4b2c7e381 100644 --- a/components/soc/esp32c61/register/soc/usb_serial_jtag_reg.h +++ b/components/soc/esp32c61/register/soc/usb_serial_jtag_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/usb_serial_jtag_struct.h b/components/soc/esp32c61/register/soc/usb_serial_jtag_struct.h index 328eb1375a4..69415d80ae3 100644 --- a/components/soc/esp32c61/register/soc/usb_serial_jtag_struct.h +++ b/components/soc/esp32c61/register/soc/usb_serial_jtag_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/register/soc/xts_aes_reg.h b/components/soc/esp32c61/register/soc/xts_aes_reg.h index c3e08778d13..3e712c726f3 100644 --- a/components/soc/esp32c61/register/soc/xts_aes_reg.h +++ b/components/soc/esp32c61/register/soc/xts_aes_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32c61/rtc_io_periph.c b/components/soc/esp32c61/rtc_io_periph.c index 00068fc48c1..d63b5dbff3b 100644 --- a/components/soc/esp32c61/rtc_io_periph.c +++ b/components/soc/esp32c61/rtc_io_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rtc_io_periph.h" diff --git a/components/soc/esp32c61/sdio_slave_periph.c b/components/soc/esp32c61/sdio_slave_periph.c index 251ff82cb7e..790a3266113 100644 --- a/components/soc/esp32c61/sdio_slave_periph.c +++ b/components/soc/esp32c61/sdio_slave_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include #include "soc/sdio_slave_periph.h" diff --git a/components/soc/esp32c61/spi_periph.c b/components/soc/esp32c61/spi_periph.c index ef8a5b93c8b..6b2ae32acdb 100644 --- a/components/soc/esp32c61/spi_periph.c +++ b/components/soc/esp32c61/spi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32c61/system_retention_periph.c b/components/soc/esp32c61/system_retention_periph.c index a25afa10c21..951d409c732 100644 --- a/components/soc/esp32c61/system_retention_periph.c +++ b/components/soc/esp32c61/system_retention_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/regdma.h" diff --git a/components/soc/esp32c61/temperature_sensor_periph.c b/components/soc/esp32c61/temperature_sensor_periph.c index dc946738720..58aeb8e8da6 100644 --- a/components/soc/esp32c61/temperature_sensor_periph.c +++ b/components/soc/esp32c61/temperature_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32c61/uart_periph.c b/components/soc/esp32c61/uart_periph.c index 5de6cbd90f8..ee30af86a61 100644 --- a/components/soc/esp32c61/uart_periph.c +++ b/components/soc/esp32c61/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32h2/adc_periph.c b/components/soc/esp32h2/adc_periph.c index 524aa9af9c2..82b30cf1fb8 100644 --- a/components/soc/esp32h2/adc_periph.c +++ b/components/soc/esp32h2/adc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/adc_periph.h" diff --git a/components/soc/esp32h2/ana_cmpr_periph.c b/components/soc/esp32h2/ana_cmpr_periph.c index 27afd9103d0..6f7d1a1ee15 100644 --- a/components/soc/esp32h2/ana_cmpr_periph.c +++ b/components/soc/esp32h2/ana_cmpr_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ana_cmpr_periph.h" diff --git a/components/soc/esp32h2/dedic_gpio_periph.c b/components/soc/esp32h2/dedic_gpio_periph.c index 45e0fd7a23e..5e4c097c741 100644 --- a/components/soc/esp32h2/dedic_gpio_periph.c +++ b/components/soc/esp32h2/dedic_gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_sig_map.h" diff --git a/components/soc/esp32h2/gpio_periph.c b/components/soc/esp32h2/gpio_periph.c index c52611c37d5..ad5affb622d 100644 --- a/components/soc/esp32h2/gpio_periph.c +++ b/components/soc/esp32h2/gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32h2/ieee802154_periph.c b/components/soc/esp32h2/ieee802154_periph.c index 104bc61c123..b89cec29abd 100644 --- a/components/soc/esp32h2/ieee802154_periph.c +++ b/components/soc/esp32h2/ieee802154_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ieee802154_periph.h" diff --git a/components/soc/esp32h2/include/modem/modem_lpcon_reg.h b/components/soc/esp32h2/include/modem/modem_lpcon_reg.h index c4249963008..ccadf02af42 100644 --- a/components/soc/esp32h2/include/modem/modem_lpcon_reg.h +++ b/components/soc/esp32h2/include/modem/modem_lpcon_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/modem/modem_lpcon_struct.h b/components/soc/esp32h2/include/modem/modem_lpcon_struct.h index c6dbbea741e..4378540158c 100644 --- a/components/soc/esp32h2/include/modem/modem_lpcon_struct.h +++ b/components/soc/esp32h2/include/modem/modem_lpcon_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/modem/modem_syscon_reg.h b/components/soc/esp32h2/include/modem/modem_syscon_reg.h index b44ec31a704..c843349e25e 100644 --- a/components/soc/esp32h2/include/modem/modem_syscon_reg.h +++ b/components/soc/esp32h2/include/modem/modem_syscon_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/modem/modem_syscon_struct.h b/components/soc/esp32h2/include/modem/modem_syscon_struct.h index d8f271bf1b6..ea7575e46f7 100644 --- a/components/soc/esp32h2/include/modem/modem_syscon_struct.h +++ b/components/soc/esp32h2/include/modem/modem_syscon_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/modem/reg_base.h b/components/soc/esp32h2/include/modem/reg_base.h index 7de9b10c777..4a33ea404fe 100644 --- a/components/soc/esp32h2/include/modem/reg_base.h +++ b/components/soc/esp32h2/include/modem/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/adc_channel.h b/components/soc/esp32h2/include/soc/adc_channel.h index 1719b658892..8e7183a6a42 100644 --- a/components/soc/esp32h2/include/soc/adc_channel.h +++ b/components/soc/esp32h2/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/ana_cmpr_pins.h b/components/soc/esp32h2/include/soc/ana_cmpr_pins.h index 1df89f6723f..d239061c92c 100644 --- a/components/soc/esp32h2/include/soc/ana_cmpr_pins.h +++ b/components/soc/esp32h2/include/soc/ana_cmpr_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/ana_cmpr_struct.h b/components/soc/esp32h2/include/soc/ana_cmpr_struct.h index b8444fb0be1..b581e6130eb 100644 --- a/components/soc/esp32h2/include/soc/ana_cmpr_struct.h +++ b/components/soc/esp32h2/include/soc/ana_cmpr_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* NOTE: this file is created manually for compatibility */ diff --git a/components/soc/esp32h2/include/soc/apm_defs.h b/components/soc/esp32h2/include/soc/apm_defs.h index 8abbce9bacb..fb9008a5f13 100644 --- a/components/soc/esp32h2/include/soc/apm_defs.h +++ b/components/soc/esp32h2/include/soc/apm_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/boot_mode.h b/components/soc/esp32h2/include/soc/boot_mode.h index 3ce2db3b4de..c06063abe88 100644 --- a/components/soc/esp32h2/include/soc/boot_mode.h +++ b/components/soc/esp32h2/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BOOT_MODE_H_ diff --git a/components/soc/esp32h2/include/soc/chip_rev.h b/components/soc/esp32h2/include/soc/chip_rev.h index 87da4a43c09..ec3c4ac35cc 100644 --- a/components/soc/esp32h2/include/soc/chip_rev.h +++ b/components/soc/esp32h2/include/soc/chip_rev.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/clk_tree_defs.h b/components/soc/esp32h2/include/soc/clk_tree_defs.h index 874c239f4bb..f7dccfaa979 100644 --- a/components/soc/esp32h2/include/soc/clk_tree_defs.h +++ b/components/soc/esp32h2/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/clkout_channel.h b/components/soc/esp32h2/include/soc/clkout_channel.h index 7b185e0c2cf..03a095c1a71 100644 --- a/components/soc/esp32h2/include/soc/clkout_channel.h +++ b/components/soc/esp32h2/include/soc/clkout_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/dport_access.h b/components/soc/esp32h2/include/soc/dport_access.h index 70f97e86b48..73c302bc740 100644 --- a/components/soc/esp32h2/include/soc/dport_access.h +++ b/components/soc/esp32h2/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/ecdsa_struct.h b/components/soc/esp32h2/include/soc/ecdsa_struct.h index 9457cb32b0c..355e42b282a 100644 --- a/components/soc/esp32h2/include/soc/ecdsa_struct.h +++ b/components/soc/esp32h2/include/soc/ecdsa_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/efuse_defs.h b/components/soc/esp32h2/include/soc/efuse_defs.h index 55f3abff560..68b975d730c 100644 --- a/components/soc/esp32h2/include/soc/efuse_defs.h +++ b/components/soc/esp32h2/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/ext_mem_defs.h b/components/soc/esp32h2/include/soc/ext_mem_defs.h index 2b4dd3cd12a..ee8c544594f 100644 --- a/components/soc/esp32h2/include/soc/ext_mem_defs.h +++ b/components/soc/esp32h2/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/gpio_num.h b/components/soc/esp32h2/include/soc/gpio_num.h index 0cf47e3228b..ec3646af073 100644 --- a/components/soc/esp32h2/include/soc/gpio_num.h +++ b/components/soc/esp32h2/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/gpio_pins.h b/components/soc/esp32h2/include/soc/gpio_pins.h index d99bc9be904..f06b7462719 100644 --- a/components/soc/esp32h2/include/soc/gpio_pins.h +++ b/components/soc/esp32h2/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/gpio_sig_map.h b/components/soc/esp32h2/include/soc/gpio_sig_map.h index f4b106bf134..e0c98ee0121 100644 --- a/components/soc/esp32h2/include/soc/gpio_sig_map.h +++ b/components/soc/esp32h2/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/hwcrypto_reg.h b/components/soc/esp32h2/include/soc/hwcrypto_reg.h index 62b0f2fb01d..f69cace8ee8 100644 --- a/components/soc/esp32h2/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32h2/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/interrupt_reg.h b/components/soc/esp32h2/include/soc/interrupt_reg.h index 3cbbecdbf0e..58dfadb5300 100644 --- a/components/soc/esp32h2/include/soc/interrupt_reg.h +++ b/components/soc/esp32h2/include/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/interrupts.h b/components/soc/esp32h2/include/soc/interrupts.h index 9bf8370d301..b2986986bde 100644 --- a/components/soc/esp32h2/include/soc/interrupts.h +++ b/components/soc/esp32h2/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/lpperi_struct.h b/components/soc/esp32h2/include/soc/lpperi_struct.h index f450ede75c1..f22be03e834 100644 --- a/components/soc/esp32h2/include/soc/lpperi_struct.h +++ b/components/soc/esp32h2/include/soc/lpperi_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* This is a wrapper for revisions compatibility */ diff --git a/components/soc/esp32h2/include/soc/mmu.h b/components/soc/esp32h2/include/soc/mmu.h index c21615bbdc7..ce3b0377142 100644 --- a/components/soc/esp32h2/include/soc/mmu.h +++ b/components/soc/esp32h2/include/soc/mmu.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/periph_defs.h b/components/soc/esp32h2/include/soc/periph_defs.h index ad7183462e3..89e58e4f726 100644 --- a/components/soc/esp32h2/include/soc/periph_defs.h +++ b/components/soc/esp32h2/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/pmu_icg_mapping.h b/components/soc/esp32h2/include/soc/pmu_icg_mapping.h index 65df97ef264..b1b9a30c959 100644 --- a/components/soc/esp32h2/include/soc/pmu_icg_mapping.h +++ b/components/soc/esp32h2/include/soc/pmu_icg_mapping.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/regi2c_bbpll.h b/components/soc/esp32h2/include/soc/regi2c_bbpll.h index c44b58bbbe7..9d4e6b67bc1 100644 --- a/components/soc/esp32h2/include/soc/regi2c_bbpll.h +++ b/components/soc/esp32h2/include/soc/regi2c_bbpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/regi2c_bias.h b/components/soc/esp32h2/include/soc/regi2c_bias.h index 1bd7a42029b..715a68e46d4 100644 --- a/components/soc/esp32h2/include/soc/regi2c_bias.h +++ b/components/soc/esp32h2/include/soc/regi2c_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/regi2c_brownout.h b/components/soc/esp32h2/include/soc/regi2c_brownout.h index 200894c86ac..2ff20dce993 100644 --- a/components/soc/esp32h2/include/soc/regi2c_brownout.h +++ b/components/soc/esp32h2/include/soc/regi2c_brownout.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/regi2c_lp_bias.h b/components/soc/esp32h2/include/soc/regi2c_lp_bias.h index 5c051c7c8ed..cd649ac9db7 100644 --- a/components/soc/esp32h2/include/soc/regi2c_lp_bias.h +++ b/components/soc/esp32h2/include/soc/regi2c_lp_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/regi2c_pmu.h b/components/soc/esp32h2/include/soc/regi2c_pmu.h index a9ac625bc9d..32b720eda8f 100644 --- a/components/soc/esp32h2/include/soc/regi2c_pmu.h +++ b/components/soc/esp32h2/include/soc/regi2c_pmu.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/regi2c_saradc.h b/components/soc/esp32h2/include/soc/regi2c_saradc.h index 4e768995e5f..c66fdc918d7 100644 --- a/components/soc/esp32h2/include/soc/regi2c_saradc.h +++ b/components/soc/esp32h2/include/soc/regi2c_saradc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/reset_reasons.h b/components/soc/esp32h2/include/soc/reset_reasons.h index dbb2735ae89..2de3314827e 100644 --- a/components/soc/esp32h2/include/soc/reset_reasons.h +++ b/components/soc/esp32h2/include/soc/reset_reasons.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/retention_periph_defs.h b/components/soc/esp32h2/include/soc/retention_periph_defs.h index b4585071cac..1464ef07837 100644 --- a/components/soc/esp32h2/include/soc/retention_periph_defs.h +++ b/components/soc/esp32h2/include/soc/retention_periph_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/rtc_io_channel.h b/components/soc/esp32h2/include/soc/rtc_io_channel.h index 81435c63b4c..9fe107654b7 100644 --- a/components/soc/esp32h2/include/soc/rtc_io_channel.h +++ b/components/soc/esp32h2/include/soc/rtc_io_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/soc.h b/components/soc/esp32h2/include/soc/soc.h index d7f5cddd5ee..ab799e1b7d6 100644 --- a/components/soc/esp32h2/include/soc/soc.h +++ b/components/soc/esp32h2/include/soc/soc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/soc_caps.h b/components/soc/esp32h2/include/soc/soc_caps.h index 57563c2993a..e328cf2d7d4 100644 --- a/components/soc/esp32h2/include/soc/soc_caps.h +++ b/components/soc/esp32h2/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32h2/include/soc/soc_caps_full.h b/components/soc/esp32h2/include/soc/soc_caps_full.h index 0e28befab1c..0ef9c564115 100644 --- a/components/soc/esp32h2/include/soc/soc_caps_full.h +++ b/components/soc/esp32h2/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/soc_etm_source.h b/components/soc/esp32h2/include/soc/soc_etm_source.h index 9ecde2c0300..1fc5269604a 100644 --- a/components/soc/esp32h2/include/soc/soc_etm_source.h +++ b/components/soc/esp32h2/include/soc/soc_etm_source.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/soc_pins.h b/components/soc/esp32h2/include/soc/soc_pins.h index 05a7c3b4168..2f504dac867 100644 --- a/components/soc/esp32h2/include/soc/soc_pins.h +++ b/components/soc/esp32h2/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32h2/include/soc/spi_pins.h b/components/soc/esp32h2/include/soc/spi_pins.h index 2753a00662f..466aca8bf9c 100644 --- a/components/soc/esp32h2/include/soc/spi_pins.h +++ b/components/soc/esp32h2/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/system_intr.h b/components/soc/esp32h2/include/soc/system_intr.h index 9289296b49a..f9e3b24e2e9 100644 --- a/components/soc/esp32h2/include/soc/system_intr.h +++ b/components/soc/esp32h2/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/system_periph_retention.h b/components/soc/esp32h2/include/soc/system_periph_retention.h index fa93faf4e0e..2b2ac0793b6 100644 --- a/components/soc/esp32h2/include/soc/system_periph_retention.h +++ b/components/soc/esp32h2/include/soc/system_periph_retention.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/system_reg.h b/components/soc/esp32h2/include/soc/system_reg.h index 5ebbfa63b1f..2e849cad97c 100644 --- a/components/soc/esp32h2/include/soc/system_reg.h +++ b/components/soc/esp32h2/include/soc/system_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/hp_system_reg.h" diff --git a/components/soc/esp32h2/include/soc/uart_channel.h b/components/soc/esp32h2/include/soc/uart_channel.h index 037dd9c71d4..3ee7ef0b29c 100644 --- a/components/soc/esp32h2/include/soc/uart_channel.h +++ b/components/soc/esp32h2/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32H2. diff --git a/components/soc/esp32h2/include/soc/uart_pins.h b/components/soc/esp32h2/include/soc/uart_pins.h index eb29ce3abbf..71c7d048a57 100644 --- a/components/soc/esp32h2/include/soc/uart_pins.h +++ b/components/soc/esp32h2/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/include/soc/wdev_reg.h b/components/soc/esp32h2/include/soc/wdev_reg.h index a26b914a292..b4df8d10536 100644 --- a/components/soc/esp32h2/include/soc/wdev_reg.h +++ b/components/soc/esp32h2/include/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/interrupts.c b/components/soc/esp32h2/interrupts.c index 68c6cd48bcc..fdc258068e2 100644 --- a/components/soc/esp32h2/interrupts.c +++ b/components/soc/esp32h2/interrupts.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32h2/ld/esp32h2.peripherals.ld b/components/soc/esp32h2/ld/esp32h2.peripherals.ld index 6c8740507f8..498ee30e0d0 100644 --- a/components/soc/esp32h2/ld/esp32h2.peripherals.ld +++ b/components/soc/esp32h2/ld/esp32h2.peripherals.ld @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ diff --git a/components/soc/esp32h2/ledc_periph.c b/components/soc/esp32h2/ledc_periph.c index 2f40e4dc762..87031d8263c 100644 --- a/components/soc/esp32h2/ledc_periph.c +++ b/components/soc/esp32h2/ledc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32h2/mpi_periph.c b/components/soc/esp32h2/mpi_periph.c index 4936ca5bd0a..b995e79946a 100644 --- a/components/soc/esp32h2/mpi_periph.c +++ b/components/soc/esp32h2/mpi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rsa_reg.h" diff --git a/components/soc/esp32h2/power_supply_periph.c b/components/soc/esp32h2/power_supply_periph.c index d9b2bac9620..63617abdd71 100644 --- a/components/soc/esp32h2/power_supply_periph.c +++ b/components/soc/esp32h2/power_supply_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/power_supply_periph.h" diff --git a/components/soc/esp32h2/register/soc/aes_reg.h b/components/soc/esp32h2/register/soc/aes_reg.h index 9db86bf4838..81c26375101 100644 --- a/components/soc/esp32h2/register/soc/aes_reg.h +++ b/components/soc/esp32h2/register/soc/aes_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/aes_struct.h b/components/soc/esp32h2/register/soc/aes_struct.h index 55474adf356..a56c76dbdc2 100644 --- a/components/soc/esp32h2/register/soc/aes_struct.h +++ b/components/soc/esp32h2/register/soc/aes_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/apb_saradc_reg.h b/components/soc/esp32h2/register/soc/apb_saradc_reg.h index 933120275b3..c085ffec22f 100644 --- a/components/soc/esp32h2/register/soc/apb_saradc_reg.h +++ b/components/soc/esp32h2/register/soc/apb_saradc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/apb_saradc_struct.h b/components/soc/esp32h2/register/soc/apb_saradc_struct.h index 608f121522b..3da37716f91 100644 --- a/components/soc/esp32h2/register/soc/apb_saradc_struct.h +++ b/components/soc/esp32h2/register/soc/apb_saradc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/assist_debug_reg.h b/components/soc/esp32h2/register/soc/assist_debug_reg.h index d2b947d9466..507936fa203 100644 --- a/components/soc/esp32h2/register/soc/assist_debug_reg.h +++ b/components/soc/esp32h2/register/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/assist_debug_struct.h b/components/soc/esp32h2/register/soc/assist_debug_struct.h index 62323e8dbc1..e571f250604 100644 --- a/components/soc/esp32h2/register/soc/assist_debug_struct.h +++ b/components/soc/esp32h2/register/soc/assist_debug_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/cache_reg.h b/components/soc/esp32h2/register/soc/cache_reg.h index 30181edf326..1b81cb25a1a 100644 --- a/components/soc/esp32h2/register/soc/cache_reg.h +++ b/components/soc/esp32h2/register/soc/cache_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/cache_struct.h b/components/soc/esp32h2/register/soc/cache_struct.h index 32ec8a069c7..829265eba76 100644 --- a/components/soc/esp32h2/register/soc/cache_struct.h +++ b/components/soc/esp32h2/register/soc/cache_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/clint_reg.h b/components/soc/esp32h2/register/soc/clint_reg.h index 7677ed68cf9..7139f2eed41 100644 --- a/components/soc/esp32h2/register/soc/clint_reg.h +++ b/components/soc/esp32h2/register/soc/clint_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/ds_reg.h b/components/soc/esp32h2/register/soc/ds_reg.h index 4ca749c1de3..8b833bbb198 100644 --- a/components/soc/esp32h2/register/soc/ds_reg.h +++ b/components/soc/esp32h2/register/soc/ds_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/ds_struct.h b/components/soc/esp32h2/register/soc/ds_struct.h index 48d5e498eda..b6122118626 100644 --- a/components/soc/esp32h2/register/soc/ds_struct.h +++ b/components/soc/esp32h2/register/soc/ds_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/ecc_mult_reg.h b/components/soc/esp32h2/register/soc/ecc_mult_reg.h index bd6084940fe..23c72a8729b 100644 --- a/components/soc/esp32h2/register/soc/ecc_mult_reg.h +++ b/components/soc/esp32h2/register/soc/ecc_mult_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/ecc_mult_struct.h b/components/soc/esp32h2/register/soc/ecc_mult_struct.h index a9f458c5d96..6fb75b57a2a 100644 --- a/components/soc/esp32h2/register/soc/ecc_mult_struct.h +++ b/components/soc/esp32h2/register/soc/ecc_mult_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/ecdsa_reg.h b/components/soc/esp32h2/register/soc/ecdsa_reg.h index d3d0cf908d5..d4134f457d3 100644 --- a/components/soc/esp32h2/register/soc/ecdsa_reg.h +++ b/components/soc/esp32h2/register/soc/ecdsa_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/ecdsa_rev_0_0_struct.h b/components/soc/esp32h2/register/soc/ecdsa_rev_0_0_struct.h index 30fbec52aaf..00848cf2a7a 100644 --- a/components/soc/esp32h2/register/soc/ecdsa_rev_0_0_struct.h +++ b/components/soc/esp32h2/register/soc/ecdsa_rev_0_0_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/ecdsa_rev_1_2_struct.h b/components/soc/esp32h2/register/soc/ecdsa_rev_1_2_struct.h index 16b5021d4de..5a24e0b6962 100644 --- a/components/soc/esp32h2/register/soc/ecdsa_rev_1_2_struct.h +++ b/components/soc/esp32h2/register/soc/ecdsa_rev_1_2_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/efuse_reg.h b/components/soc/esp32h2/register/soc/efuse_reg.h index 22598f870a0..45bff624e38 100644 --- a/components/soc/esp32h2/register/soc/efuse_reg.h +++ b/components/soc/esp32h2/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/efuse_struct.h b/components/soc/esp32h2/register/soc/efuse_struct.h index e1f07df6536..83352a6d3a5 100644 --- a/components/soc/esp32h2/register/soc/efuse_struct.h +++ b/components/soc/esp32h2/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/extmem_reg.h b/components/soc/esp32h2/register/soc/extmem_reg.h index c277ae582c2..8c826eefa36 100644 --- a/components/soc/esp32h2/register/soc/extmem_reg.h +++ b/components/soc/esp32h2/register/soc/extmem_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_CACHE_REG_H_ #define _SOC_CACHE_REG_H_ diff --git a/components/soc/esp32h2/register/soc/extmem_struct.h b/components/soc/esp32h2/register/soc/extmem_struct.h index d43c5fcee3d..60460d82e8c 100644 --- a/components/soc/esp32h2/register/soc/extmem_struct.h +++ b/components/soc/esp32h2/register/soc/extmem_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/gdma_reg.h b/components/soc/esp32h2/register/soc/gdma_reg.h index 885de86e4f0..ba8d12ef424 100644 --- a/components/soc/esp32h2/register/soc/gdma_reg.h +++ b/components/soc/esp32h2/register/soc/gdma_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/gdma_struct.h b/components/soc/esp32h2/register/soc/gdma_struct.h index 7e4e6416863..59eb10b7d22 100644 --- a/components/soc/esp32h2/register/soc/gdma_struct.h +++ b/components/soc/esp32h2/register/soc/gdma_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/gpio_ext_reg.h b/components/soc/esp32h2/register/soc/gpio_ext_reg.h index 0e601edebaa..b03b0e48faa 100644 --- a/components/soc/esp32h2/register/soc/gpio_ext_reg.h +++ b/components/soc/esp32h2/register/soc/gpio_ext_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/gpio_ext_struct.h b/components/soc/esp32h2/register/soc/gpio_ext_struct.h index 813ee4bbfcd..ea20bc8d6d6 100644 --- a/components/soc/esp32h2/register/soc/gpio_ext_struct.h +++ b/components/soc/esp32h2/register/soc/gpio_ext_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/gpio_reg.h b/components/soc/esp32h2/register/soc/gpio_reg.h index 81f9b061ce2..f0232a4cb1b 100644 --- a/components/soc/esp32h2/register/soc/gpio_reg.h +++ b/components/soc/esp32h2/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/gpio_struct.h b/components/soc/esp32h2/register/soc/gpio_struct.h index dd5cd23ba5c..b3a00eccf78 100644 --- a/components/soc/esp32h2/register/soc/gpio_struct.h +++ b/components/soc/esp32h2/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/hmac_reg.h b/components/soc/esp32h2/register/soc/hmac_reg.h index 16d527ba0ef..c943c2b88e6 100644 --- a/components/soc/esp32h2/register/soc/hmac_reg.h +++ b/components/soc/esp32h2/register/soc/hmac_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/hmac_struct.h b/components/soc/esp32h2/register/soc/hmac_struct.h index 45df1b24b88..53253359b59 100644 --- a/components/soc/esp32h2/register/soc/hmac_struct.h +++ b/components/soc/esp32h2/register/soc/hmac_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/hp_apm_reg.h b/components/soc/esp32h2/register/soc/hp_apm_reg.h index fb7cc66c15f..337cdedc20e 100644 --- a/components/soc/esp32h2/register/soc/hp_apm_reg.h +++ b/components/soc/esp32h2/register/soc/hp_apm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/hp_apm_struct.h b/components/soc/esp32h2/register/soc/hp_apm_struct.h index 7d583f95398..0e8df1fe459 100644 --- a/components/soc/esp32h2/register/soc/hp_apm_struct.h +++ b/components/soc/esp32h2/register/soc/hp_apm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/hp_system_reg.h b/components/soc/esp32h2/register/soc/hp_system_reg.h index 842750731d8..21d2fce61b0 100644 --- a/components/soc/esp32h2/register/soc/hp_system_reg.h +++ b/components/soc/esp32h2/register/soc/hp_system_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/hp_system_struct.h b/components/soc/esp32h2/register/soc/hp_system_struct.h index 4dcaf955003..d6c843a98d0 100644 --- a/components/soc/esp32h2/register/soc/hp_system_struct.h +++ b/components/soc/esp32h2/register/soc/hp_system_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/i2c_ana_mst_reg.h b/components/soc/esp32h2/register/soc/i2c_ana_mst_reg.h index 640006a01b3..e933dc2a362 100644 --- a/components/soc/esp32h2/register/soc/i2c_ana_mst_reg.h +++ b/components/soc/esp32h2/register/soc/i2c_ana_mst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/i2c_reg.h b/components/soc/esp32h2/register/soc/i2c_reg.h index 923bf7a4851..312562623ad 100644 --- a/components/soc/esp32h2/register/soc/i2c_reg.h +++ b/components/soc/esp32h2/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/i2c_struct.h b/components/soc/esp32h2/register/soc/i2c_struct.h index eec5081e80a..51918f80335 100644 --- a/components/soc/esp32h2/register/soc/i2c_struct.h +++ b/components/soc/esp32h2/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/i2s_reg.h b/components/soc/esp32h2/register/soc/i2s_reg.h index e1e44774424..5387b92ec1f 100644 --- a/components/soc/esp32h2/register/soc/i2s_reg.h +++ b/components/soc/esp32h2/register/soc/i2s_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/i2s_struct.h b/components/soc/esp32h2/register/soc/i2s_struct.h index 0a01bf6f670..8f227097684 100644 --- a/components/soc/esp32h2/register/soc/i2s_struct.h +++ b/components/soc/esp32h2/register/soc/i2s_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/ieee802154_reg.h b/components/soc/esp32h2/register/soc/ieee802154_reg.h index d1564b002ee..76449b2b7b5 100644 --- a/components/soc/esp32h2/register/soc/ieee802154_reg.h +++ b/components/soc/esp32h2/register/soc/ieee802154_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/ieee802154_struct.h b/components/soc/esp32h2/register/soc/ieee802154_struct.h index f0c5ab80a1e..bbbe23184f8 100644 --- a/components/soc/esp32h2/register/soc/ieee802154_struct.h +++ b/components/soc/esp32h2/register/soc/ieee802154_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/interrupt_matrix_reg.h b/components/soc/esp32h2/register/soc/interrupt_matrix_reg.h index e6d7cec9c78..3cc2dc810d6 100644 --- a/components/soc/esp32h2/register/soc/interrupt_matrix_reg.h +++ b/components/soc/esp32h2/register/soc/interrupt_matrix_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/interrupt_matrix_struct.h b/components/soc/esp32h2/register/soc/interrupt_matrix_struct.h index 47e0526b64a..19fac6a1bb9 100644 --- a/components/soc/esp32h2/register/soc/interrupt_matrix_struct.h +++ b/components/soc/esp32h2/register/soc/interrupt_matrix_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/intpri_reg.h b/components/soc/esp32h2/register/soc/intpri_reg.h index f4d9c51fc7c..c19d0338d08 100644 --- a/components/soc/esp32h2/register/soc/intpri_reg.h +++ b/components/soc/esp32h2/register/soc/intpri_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/intpri_struct.h b/components/soc/esp32h2/register/soc/intpri_struct.h index e42d7892eb6..e71ea690d18 100644 --- a/components/soc/esp32h2/register/soc/intpri_struct.h +++ b/components/soc/esp32h2/register/soc/intpri_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/io_mux_reg.h b/components/soc/esp32h2/register/soc/io_mux_reg.h index 0398f8ef534..bb04bae1802 100644 --- a/components/soc/esp32h2/register/soc/io_mux_reg.h +++ b/components/soc/esp32h2/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/ledc_reg.h b/components/soc/esp32h2/register/soc/ledc_reg.h index a7c4311ad13..2bbdc187acb 100644 --- a/components/soc/esp32h2/register/soc/ledc_reg.h +++ b/components/soc/esp32h2/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/ledc_struct.h b/components/soc/esp32h2/register/soc/ledc_struct.h index 872315558e6..4c8105e0e3a 100644 --- a/components/soc/esp32h2/register/soc/ledc_struct.h +++ b/components/soc/esp32h2/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_analog_peri_reg.h b/components/soc/esp32h2/register/soc/lp_analog_peri_reg.h index 1d4aa26757d..ae2e89c9de7 100644 --- a/components/soc/esp32h2/register/soc/lp_analog_peri_reg.h +++ b/components/soc/esp32h2/register/soc/lp_analog_peri_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_analog_peri_struct.h b/components/soc/esp32h2/register/soc/lp_analog_peri_struct.h index a9728a79159..785d8bdbf6d 100644 --- a/components/soc/esp32h2/register/soc/lp_analog_peri_struct.h +++ b/components/soc/esp32h2/register/soc/lp_analog_peri_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_aon_reg.h b/components/soc/esp32h2/register/soc/lp_aon_reg.h index 13a82b3f88a..32ba3383716 100644 --- a/components/soc/esp32h2/register/soc/lp_aon_reg.h +++ b/components/soc/esp32h2/register/soc/lp_aon_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_aon_struct.h b/components/soc/esp32h2/register/soc/lp_aon_struct.h index f68ed231cfd..608c66fcd90 100644 --- a/components/soc/esp32h2/register/soc/lp_aon_struct.h +++ b/components/soc/esp32h2/register/soc/lp_aon_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_apm0_reg.h b/components/soc/esp32h2/register/soc/lp_apm0_reg.h index 05612739a5e..e062ee05867 100644 --- a/components/soc/esp32h2/register/soc/lp_apm0_reg.h +++ b/components/soc/esp32h2/register/soc/lp_apm0_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_apm0_struct.h b/components/soc/esp32h2/register/soc/lp_apm0_struct.h index 7a2cf7247fe..4f6b3e7afb0 100644 --- a/components/soc/esp32h2/register/soc/lp_apm0_struct.h +++ b/components/soc/esp32h2/register/soc/lp_apm0_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_apm_reg.h b/components/soc/esp32h2/register/soc/lp_apm_reg.h index 54bcc784d3b..5681f4df0e5 100644 --- a/components/soc/esp32h2/register/soc/lp_apm_reg.h +++ b/components/soc/esp32h2/register/soc/lp_apm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_apm_struct.h b/components/soc/esp32h2/register/soc/lp_apm_struct.h index ef463eff87b..c4d5f31ea0e 100644 --- a/components/soc/esp32h2/register/soc/lp_apm_struct.h +++ b/components/soc/esp32h2/register/soc/lp_apm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_clkrst_reg.h b/components/soc/esp32h2/register/soc/lp_clkrst_reg.h index 31d57ba97a8..582aa19ce55 100644 --- a/components/soc/esp32h2/register/soc/lp_clkrst_reg.h +++ b/components/soc/esp32h2/register/soc/lp_clkrst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_clkrst_struct.h b/components/soc/esp32h2/register/soc/lp_clkrst_struct.h index 1fd563fd2bd..aacf47b9acd 100644 --- a/components/soc/esp32h2/register/soc/lp_clkrst_struct.h +++ b/components/soc/esp32h2/register/soc/lp_clkrst_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_timer_reg.h b/components/soc/esp32h2/register/soc/lp_timer_reg.h index 2fedde439f8..1a11aa09b91 100644 --- a/components/soc/esp32h2/register/soc/lp_timer_reg.h +++ b/components/soc/esp32h2/register/soc/lp_timer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_timer_struct.h b/components/soc/esp32h2/register/soc/lp_timer_struct.h index 9efef9b1692..bac40b3bb63 100644 --- a/components/soc/esp32h2/register/soc/lp_timer_struct.h +++ b/components/soc/esp32h2/register/soc/lp_timer_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_wdt_reg.h b/components/soc/esp32h2/register/soc/lp_wdt_reg.h index a42bdaec7df..bc9dd26ffb2 100644 --- a/components/soc/esp32h2/register/soc/lp_wdt_reg.h +++ b/components/soc/esp32h2/register/soc/lp_wdt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lp_wdt_struct.h b/components/soc/esp32h2/register/soc/lp_wdt_struct.h index 125ab730d26..91bf688c336 100644 --- a/components/soc/esp32h2/register/soc/lp_wdt_struct.h +++ b/components/soc/esp32h2/register/soc/lp_wdt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lpperi_reg.h b/components/soc/esp32h2/register/soc/lpperi_reg.h index 4587bb9fd64..74462b22cf8 100644 --- a/components/soc/esp32h2/register/soc/lpperi_reg.h +++ b/components/soc/esp32h2/register/soc/lpperi_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lpperi_rev0_0_struct.h b/components/soc/esp32h2/register/soc/lpperi_rev0_0_struct.h index b3826439ace..1d97354d210 100644 --- a/components/soc/esp32h2/register/soc/lpperi_rev0_0_struct.h +++ b/components/soc/esp32h2/register/soc/lpperi_rev0_0_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/lpperi_rev1_2_struct.h b/components/soc/esp32h2/register/soc/lpperi_rev1_2_struct.h index 338f92014b4..9234a8411d8 100644 --- a/components/soc/esp32h2/register/soc/lpperi_rev1_2_struct.h +++ b/components/soc/esp32h2/register/soc/lpperi_rev1_2_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/mcpwm_reg.h b/components/soc/esp32h2/register/soc/mcpwm_reg.h index a14ba71be36..0bd2abc10de 100644 --- a/components/soc/esp32h2/register/soc/mcpwm_reg.h +++ b/components/soc/esp32h2/register/soc/mcpwm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/mcpwm_struct.h b/components/soc/esp32h2/register/soc/mcpwm_struct.h index 5fe75f3c99e..47350c06364 100644 --- a/components/soc/esp32h2/register/soc/mcpwm_struct.h +++ b/components/soc/esp32h2/register/soc/mcpwm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/mem_monitor_reg.h b/components/soc/esp32h2/register/soc/mem_monitor_reg.h index 1a90e585be1..f38844b5c99 100644 --- a/components/soc/esp32h2/register/soc/mem_monitor_reg.h +++ b/components/soc/esp32h2/register/soc/mem_monitor_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/mem_monitor_struct.h b/components/soc/esp32h2/register/soc/mem_monitor_struct.h index ef63ca9c264..cd8b55b2fba 100644 --- a/components/soc/esp32h2/register/soc/mem_monitor_struct.h +++ b/components/soc/esp32h2/register/soc/mem_monitor_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/parl_io_reg.h b/components/soc/esp32h2/register/soc/parl_io_reg.h index 1a8a711633d..06e3ea579b3 100644 --- a/components/soc/esp32h2/register/soc/parl_io_reg.h +++ b/components/soc/esp32h2/register/soc/parl_io_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/parl_io_struct.h b/components/soc/esp32h2/register/soc/parl_io_struct.h index c31095674d9..1e59e333b38 100644 --- a/components/soc/esp32h2/register/soc/parl_io_struct.h +++ b/components/soc/esp32h2/register/soc/parl_io_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/pau_reg.h b/components/soc/esp32h2/register/soc/pau_reg.h index a2f7ad9a890..bc4108ad6f3 100644 --- a/components/soc/esp32h2/register/soc/pau_reg.h +++ b/components/soc/esp32h2/register/soc/pau_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/pau_struct.h b/components/soc/esp32h2/register/soc/pau_struct.h index 9fd63472650..03a561ff554 100644 --- a/components/soc/esp32h2/register/soc/pau_struct.h +++ b/components/soc/esp32h2/register/soc/pau_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/pcnt_reg.h b/components/soc/esp32h2/register/soc/pcnt_reg.h index ea46945f55c..69f6ef1f24e 100644 --- a/components/soc/esp32h2/register/soc/pcnt_reg.h +++ b/components/soc/esp32h2/register/soc/pcnt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/pcnt_struct.h b/components/soc/esp32h2/register/soc/pcnt_struct.h index b67c3aedb9f..fd917f6ce9c 100644 --- a/components/soc/esp32h2/register/soc/pcnt_struct.h +++ b/components/soc/esp32h2/register/soc/pcnt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/pcr_reg.h b/components/soc/esp32h2/register/soc/pcr_reg.h index 02d26df2db3..a18e373ddec 100644 --- a/components/soc/esp32h2/register/soc/pcr_reg.h +++ b/components/soc/esp32h2/register/soc/pcr_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/pcr_struct.h b/components/soc/esp32h2/register/soc/pcr_struct.h index cf1a690ac30..77055be64b7 100644 --- a/components/soc/esp32h2/register/soc/pcr_struct.h +++ b/components/soc/esp32h2/register/soc/pcr_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/plic_reg.h b/components/soc/esp32h2/register/soc/plic_reg.h index 8f1944e63fc..2b36d5cf238 100644 --- a/components/soc/esp32h2/register/soc/plic_reg.h +++ b/components/soc/esp32h2/register/soc/plic_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/pmu_reg.h b/components/soc/esp32h2/register/soc/pmu_reg.h index b2c8f9bb56a..9bb7d423686 100644 --- a/components/soc/esp32h2/register/soc/pmu_reg.h +++ b/components/soc/esp32h2/register/soc/pmu_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/pmu_struct.h b/components/soc/esp32h2/register/soc/pmu_struct.h index 74753c69813..acff9ee2024 100644 --- a/components/soc/esp32h2/register/soc/pmu_struct.h +++ b/components/soc/esp32h2/register/soc/pmu_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/reg_base.h b/components/soc/esp32h2/register/soc/reg_base.h index db76fc37f1f..13e2ce64966 100644 --- a/components/soc/esp32h2/register/soc/reg_base.h +++ b/components/soc/esp32h2/register/soc/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #define DR_REG_UART_BASE 0x60000000 diff --git a/components/soc/esp32h2/register/soc/rmt_reg.h b/components/soc/esp32h2/register/soc/rmt_reg.h index 0bc75f17fc2..9cca2eaf548 100644 --- a/components/soc/esp32h2/register/soc/rmt_reg.h +++ b/components/soc/esp32h2/register/soc/rmt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/rmt_struct.h b/components/soc/esp32h2/register/soc/rmt_struct.h index 0f676008419..27a6f0e6721 100644 --- a/components/soc/esp32h2/register/soc/rmt_struct.h +++ b/components/soc/esp32h2/register/soc/rmt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/rsa_reg.h b/components/soc/esp32h2/register/soc/rsa_reg.h index 4769566cdde..d2f21298842 100644 --- a/components/soc/esp32h2/register/soc/rsa_reg.h +++ b/components/soc/esp32h2/register/soc/rsa_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/rsa_struct.h b/components/soc/esp32h2/register/soc/rsa_struct.h index 9e5fea003f6..f9f53a96209 100644 --- a/components/soc/esp32h2/register/soc/rsa_struct.h +++ b/components/soc/esp32h2/register/soc/rsa_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/sha_reg.h b/components/soc/esp32h2/register/soc/sha_reg.h index 633d53446c7..18ac4cdbe89 100644 --- a/components/soc/esp32h2/register/soc/sha_reg.h +++ b/components/soc/esp32h2/register/soc/sha_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/sha_struct.h b/components/soc/esp32h2/register/soc/sha_struct.h index 7a1b9afcefe..38ddc6876a7 100644 --- a/components/soc/esp32h2/register/soc/sha_struct.h +++ b/components/soc/esp32h2/register/soc/sha_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/soc_etm_reg.h b/components/soc/esp32h2/register/soc/soc_etm_reg.h index 07b3cf52eac..cff3e795f33 100644 --- a/components/soc/esp32h2/register/soc/soc_etm_reg.h +++ b/components/soc/esp32h2/register/soc/soc_etm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/soc_etm_struct.h b/components/soc/esp32h2/register/soc/soc_etm_struct.h index 3c62027ae5a..24747a8b01c 100644 --- a/components/soc/esp32h2/register/soc/soc_etm_struct.h +++ b/components/soc/esp32h2/register/soc/soc_etm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/spi_mem_reg.h b/components/soc/esp32h2/register/soc/spi_mem_reg.h index 1f084a0acc1..7be270b2553 100644 --- a/components/soc/esp32h2/register/soc/spi_mem_reg.h +++ b/components/soc/esp32h2/register/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/spi_mem_struct.h b/components/soc/esp32h2/register/soc/spi_mem_struct.h index b8af9dcebec..cfeb0283f23 100644 --- a/components/soc/esp32h2/register/soc/spi_mem_struct.h +++ b/components/soc/esp32h2/register/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/spi_reg.h b/components/soc/esp32h2/register/soc/spi_reg.h index d1326cea82a..cba270a4432 100644 --- a/components/soc/esp32h2/register/soc/spi_reg.h +++ b/components/soc/esp32h2/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/spi_struct.h b/components/soc/esp32h2/register/soc/spi_struct.h index 87368af9eb3..4e61a397749 100644 --- a/components/soc/esp32h2/register/soc/spi_struct.h +++ b/components/soc/esp32h2/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/systimer_reg.h b/components/soc/esp32h2/register/soc/systimer_reg.h index 9cccb760cc3..5bc114cb2ad 100644 --- a/components/soc/esp32h2/register/soc/systimer_reg.h +++ b/components/soc/esp32h2/register/soc/systimer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/systimer_struct.h b/components/soc/esp32h2/register/soc/systimer_struct.h index 0e0e1f8f343..43dbdb8a5e2 100644 --- a/components/soc/esp32h2/register/soc/systimer_struct.h +++ b/components/soc/esp32h2/register/soc/systimer_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/tee_reg.h b/components/soc/esp32h2/register/soc/tee_reg.h index 3c90206dce1..e381a6380b4 100644 --- a/components/soc/esp32h2/register/soc/tee_reg.h +++ b/components/soc/esp32h2/register/soc/tee_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/tee_struct.h b/components/soc/esp32h2/register/soc/tee_struct.h index 974ff221886..b7105e4cb1e 100644 --- a/components/soc/esp32h2/register/soc/tee_struct.h +++ b/components/soc/esp32h2/register/soc/tee_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/timer_group_reg.h b/components/soc/esp32h2/register/soc/timer_group_reg.h index 451ee04195c..8cc72820ac6 100644 --- a/components/soc/esp32h2/register/soc/timer_group_reg.h +++ b/components/soc/esp32h2/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/timer_group_struct.h b/components/soc/esp32h2/register/soc/timer_group_struct.h index 7ec09aee61a..46d20c691c5 100644 --- a/components/soc/esp32h2/register/soc/timer_group_struct.h +++ b/components/soc/esp32h2/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/trace_reg.h b/components/soc/esp32h2/register/soc/trace_reg.h index b363fbd1f8e..7fb97a22498 100644 --- a/components/soc/esp32h2/register/soc/trace_reg.h +++ b/components/soc/esp32h2/register/soc/trace_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/trace_struct.h b/components/soc/esp32h2/register/soc/trace_struct.h index 365ac45dd06..0fe90d85025 100644 --- a/components/soc/esp32h2/register/soc/trace_struct.h +++ b/components/soc/esp32h2/register/soc/trace_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/twai_reg.h b/components/soc/esp32h2/register/soc/twai_reg.h index 6e87c1267d7..bd176bd6b14 100644 --- a/components/soc/esp32h2/register/soc/twai_reg.h +++ b/components/soc/esp32h2/register/soc/twai_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/twai_struct.h b/components/soc/esp32h2/register/soc/twai_struct.h index 58a640d3731..da66efee0a8 100644 --- a/components/soc/esp32h2/register/soc/twai_struct.h +++ b/components/soc/esp32h2/register/soc/twai_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/uart_reg.h b/components/soc/esp32h2/register/soc/uart_reg.h index 67ef413e61b..4742b496e6c 100644 --- a/components/soc/esp32h2/register/soc/uart_reg.h +++ b/components/soc/esp32h2/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/uart_struct.h b/components/soc/esp32h2/register/soc/uart_struct.h index 512de5f0ed4..86f181a2565 100644 --- a/components/soc/esp32h2/register/soc/uart_struct.h +++ b/components/soc/esp32h2/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/uhci_reg.h b/components/soc/esp32h2/register/soc/uhci_reg.h index 8271133451e..ec2e1962cf4 100644 --- a/components/soc/esp32h2/register/soc/uhci_reg.h +++ b/components/soc/esp32h2/register/soc/uhci_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/uhci_struct.h b/components/soc/esp32h2/register/soc/uhci_struct.h index 00db113fc56..bbc3f5c71b3 100644 --- a/components/soc/esp32h2/register/soc/uhci_struct.h +++ b/components/soc/esp32h2/register/soc/uhci_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/usb_serial_jtag_reg.h b/components/soc/esp32h2/register/soc/usb_serial_jtag_reg.h index e188eea9111..dfba03af2cd 100644 --- a/components/soc/esp32h2/register/soc/usb_serial_jtag_reg.h +++ b/components/soc/esp32h2/register/soc/usb_serial_jtag_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/usb_serial_jtag_struct.h b/components/soc/esp32h2/register/soc/usb_serial_jtag_struct.h index 043d9963abe..60fc6228063 100644 --- a/components/soc/esp32h2/register/soc/usb_serial_jtag_struct.h +++ b/components/soc/esp32h2/register/soc/usb_serial_jtag_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/register/soc/xts_aes_reg.h b/components/soc/esp32h2/register/soc/xts_aes_reg.h index b81c0a3f386..aca4e90c2b5 100644 --- a/components/soc/esp32h2/register/soc/xts_aes_reg.h +++ b/components/soc/esp32h2/register/soc/xts_aes_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h2/rtc_io_periph.c b/components/soc/esp32h2/rtc_io_periph.c index 58184cc5853..291863cdff7 100644 --- a/components/soc/esp32h2/rtc_io_periph.c +++ b/components/soc/esp32h2/rtc_io_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rtc_io_periph.h" diff --git a/components/soc/esp32h2/sdm_periph.c b/components/soc/esp32h2/sdm_periph.c index c4c43194117..a9130847837 100644 --- a/components/soc/esp32h2/sdm_periph.c +++ b/components/soc/esp32h2/sdm_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdm_periph.h" diff --git a/components/soc/esp32h2/spi_periph.c b/components/soc/esp32h2/spi_periph.c index abc5522e675..628ff4e8c1e 100644 --- a/components/soc/esp32h2/spi_periph.c +++ b/components/soc/esp32h2/spi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32h2/system_retention_periph.c b/components/soc/esp32h2/system_retention_periph.c index d312932781f..0354a855609 100644 --- a/components/soc/esp32h2/system_retention_periph.c +++ b/components/soc/esp32h2/system_retention_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/regdma.h" diff --git a/components/soc/esp32h2/temperature_sensor_periph.c b/components/soc/esp32h2/temperature_sensor_periph.c index a4cc33aa6fe..7718883a233 100644 --- a/components/soc/esp32h2/temperature_sensor_periph.c +++ b/components/soc/esp32h2/temperature_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32h2/twai_periph.c b/components/soc/esp32h2/twai_periph.c index becf1e7928e..de2dc1d62e5 100644 --- a/components/soc/esp32h2/twai_periph.c +++ b/components/soc/esp32h2/twai_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/twai_periph.h" diff --git a/components/soc/esp32h2/uart_periph.c b/components/soc/esp32h2/uart_periph.c index d3190655ec8..d0321c68427 100644 --- a/components/soc/esp32h2/uart_periph.c +++ b/components/soc/esp32h2/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32h21/dedic_gpio_periph.c b/components/soc/esp32h21/dedic_gpio_periph.c index d8a317ad1dc..67ef7b30190 100644 --- a/components/soc/esp32h21/dedic_gpio_periph.c +++ b/components/soc/esp32h21/dedic_gpio_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_sig_map.h" diff --git a/components/soc/esp32h21/gpio_periph.c b/components/soc/esp32h21/gpio_periph.c index d45fe4fe42c..117f13a5646 100644 --- a/components/soc/esp32h21/gpio_periph.c +++ b/components/soc/esp32h21/gpio_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32h21/include/modem/modem_lpcon_reg.h b/components/soc/esp32h21/include/modem/modem_lpcon_reg.h index d3654cdd3dd..eeef1e11846 100644 --- a/components/soc/esp32h21/include/modem/modem_lpcon_reg.h +++ b/components/soc/esp32h21/include/modem/modem_lpcon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/modem/modem_lpcon_struct.h b/components/soc/esp32h21/include/modem/modem_lpcon_struct.h index 2eee9c2abb3..75e01c6cc62 100644 --- a/components/soc/esp32h21/include/modem/modem_lpcon_struct.h +++ b/components/soc/esp32h21/include/modem/modem_lpcon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/modem/modem_syscon_reg.h b/components/soc/esp32h21/include/modem/modem_syscon_reg.h index d780af0323e..ec061c48db0 100644 --- a/components/soc/esp32h21/include/modem/modem_syscon_reg.h +++ b/components/soc/esp32h21/include/modem/modem_syscon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/modem/modem_syscon_struct.h b/components/soc/esp32h21/include/modem/modem_syscon_struct.h index 3d24b9eb4a2..868f65b2489 100644 --- a/components/soc/esp32h21/include/modem/modem_syscon_struct.h +++ b/components/soc/esp32h21/include/modem/modem_syscon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/modem/reg_base.h b/components/soc/esp32h21/include/modem/reg_base.h index 74160b9f5b4..4a33ea404fe 100644 --- a/components/soc/esp32h21/include/modem/reg_base.h +++ b/components/soc/esp32h21/include/modem/reg_base.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/adc_channel.h b/components/soc/esp32h21/include/soc/adc_channel.h index 14f0f192403..8c8349be0e6 100644 --- a/components/soc/esp32h21/include/soc/adc_channel.h +++ b/components/soc/esp32h21/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/ana_cmpr_struct.h b/components/soc/esp32h21/include/soc/ana_cmpr_struct.h index 9e8bcbdb36c..e439187b76d 100644 --- a/components/soc/esp32h21/include/soc/ana_cmpr_struct.h +++ b/components/soc/esp32h21/include/soc/ana_cmpr_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* NOTE: this file is created manually for compatibility */ diff --git a/components/soc/esp32h21/include/soc/boot_mode.h b/components/soc/esp32h21/include/soc/boot_mode.h index 6f4e3d408cd..cf93fcb888d 100644 --- a/components/soc/esp32h21/include/soc/boot_mode.h +++ b/components/soc/esp32h21/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BOOT_MODE_H_ diff --git a/components/soc/esp32h21/include/soc/clk_tree_defs.h b/components/soc/esp32h21/include/soc/clk_tree_defs.h index ef2b80a2b49..d4d3433c382 100644 --- a/components/soc/esp32h21/include/soc/clk_tree_defs.h +++ b/components/soc/esp32h21/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/dport_access.h b/components/soc/esp32h21/include/soc/dport_access.h index 72eb538c6b0..73c302bc740 100644 --- a/components/soc/esp32h21/include/soc/dport_access.h +++ b/components/soc/esp32h21/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/efuse_defs.h b/components/soc/esp32h21/include/soc/efuse_defs.h index 48cc4ce65d9..68b975d730c 100644 --- a/components/soc/esp32h21/include/soc/efuse_defs.h +++ b/components/soc/esp32h21/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/ext_mem_defs.h b/components/soc/esp32h21/include/soc/ext_mem_defs.h index 68398ad85a6..230eb886730 100644 --- a/components/soc/esp32h21/include/soc/ext_mem_defs.h +++ b/components/soc/esp32h21/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/gpio_num.h b/components/soc/esp32h21/include/soc/gpio_num.h index 7ec4d4b7e64..2a321182c13 100644 --- a/components/soc/esp32h21/include/soc/gpio_num.h +++ b/components/soc/esp32h21/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/gpio_pins.h b/components/soc/esp32h21/include/soc/gpio_pins.h index bb92733f65f..14428fa23c5 100644 --- a/components/soc/esp32h21/include/soc/gpio_pins.h +++ b/components/soc/esp32h21/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/gpio_sig_map.h b/components/soc/esp32h21/include/soc/gpio_sig_map.h index 00314572cb5..e80af302b5f 100644 --- a/components/soc/esp32h21/include/soc/gpio_sig_map.h +++ b/components/soc/esp32h21/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/hwcrypto_reg.h b/components/soc/esp32h21/include/soc/hwcrypto_reg.h index e8af9c1d30a..f69cace8ee8 100644 --- a/components/soc/esp32h21/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32h21/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/interrupts.h b/components/soc/esp32h21/include/soc/interrupts.h index 4efeeb10473..69292ba2732 100644 --- a/components/soc/esp32h21/include/soc/interrupts.h +++ b/components/soc/esp32h21/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/periph_defs.h b/components/soc/esp32h21/include/soc/periph_defs.h index 798e342ebcf..b227820e564 100644 --- a/components/soc/esp32h21/include/soc/periph_defs.h +++ b/components/soc/esp32h21/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/pmu_icg_mapping.h b/components/soc/esp32h21/include/soc/pmu_icg_mapping.h index 972e2d6d097..63cf6c20d9a 100644 --- a/components/soc/esp32h21/include/soc/pmu_icg_mapping.h +++ b/components/soc/esp32h21/include/soc/pmu_icg_mapping.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/regi2c_bbpll.h b/components/soc/esp32h21/include/soc/regi2c_bbpll.h index 04b76a40e21..46fc95a1690 100644 --- a/components/soc/esp32h21/include/soc/regi2c_bbpll.h +++ b/components/soc/esp32h21/include/soc/regi2c_bbpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/regi2c_bias.h b/components/soc/esp32h21/include/soc/regi2c_bias.h index 64ed52017bf..3c44aad849d 100644 --- a/components/soc/esp32h21/include/soc/regi2c_bias.h +++ b/components/soc/esp32h21/include/soc/regi2c_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/regi2c_lp_bias.h b/components/soc/esp32h21/include/soc/regi2c_lp_bias.h index dea8e75263d..1763e037185 100644 --- a/components/soc/esp32h21/include/soc/regi2c_lp_bias.h +++ b/components/soc/esp32h21/include/soc/regi2c_lp_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/regi2c_pmu.h b/components/soc/esp32h21/include/soc/regi2c_pmu.h index d6fabdb26e3..32b720eda8f 100644 --- a/components/soc/esp32h21/include/soc/regi2c_pmu.h +++ b/components/soc/esp32h21/include/soc/regi2c_pmu.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/regi2c_saradc.h b/components/soc/esp32h21/include/soc/regi2c_saradc.h index ad40af74ae3..47d9600100b 100644 --- a/components/soc/esp32h21/include/soc/regi2c_saradc.h +++ b/components/soc/esp32h21/include/soc/regi2c_saradc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/reset_reasons.h b/components/soc/esp32h21/include/soc/reset_reasons.h index 039f95ba42d..2de3314827e 100644 --- a/components/soc/esp32h21/include/soc/reset_reasons.h +++ b/components/soc/esp32h21/include/soc/reset_reasons.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/retention_periph_defs.h b/components/soc/esp32h21/include/soc/retention_periph_defs.h index 8472c47845a..1464ef07837 100644 --- a/components/soc/esp32h21/include/soc/retention_periph_defs.h +++ b/components/soc/esp32h21/include/soc/retention_periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/rtc_io_channel.h b/components/soc/esp32h21/include/soc/rtc_io_channel.h index bb2e121b04c..c32fa2b9dc4 100644 --- a/components/soc/esp32h21/include/soc/rtc_io_channel.h +++ b/components/soc/esp32h21/include/soc/rtc_io_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/soc.h b/components/soc/esp32h21/include/soc/soc.h index 2eebc3ff98e..38a25c7b937 100644 --- a/components/soc/esp32h21/include/soc/soc.h +++ b/components/soc/esp32h21/include/soc/soc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/soc_caps.h b/components/soc/esp32h21/include/soc/soc_caps.h index ad0da4fca0e..d9bf5c49bd5 100644 --- a/components/soc/esp32h21/include/soc/soc_caps.h +++ b/components/soc/esp32h21/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32h21/include/soc/soc_caps_full.h b/components/soc/esp32h21/include/soc/soc_caps_full.h index 0e28befab1c..0ef9c564115 100644 --- a/components/soc/esp32h21/include/soc/soc_caps_full.h +++ b/components/soc/esp32h21/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/soc_etm_source.h b/components/soc/esp32h21/include/soc/soc_etm_source.h index fbba9a9bb1d..7615ccbb97a 100644 --- a/components/soc/esp32h21/include/soc/soc_etm_source.h +++ b/components/soc/esp32h21/include/soc/soc_etm_source.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/soc_pins.h b/components/soc/esp32h21/include/soc/soc_pins.h index e9c4b42258b..0340b965a87 100644 --- a/components/soc/esp32h21/include/soc/soc_pins.h +++ b/components/soc/esp32h21/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32h21/include/soc/spi_mem_reg.h b/components/soc/esp32h21/include/soc/spi_mem_reg.h index fbc414795c5..3ef31d72864 100644 --- a/components/soc/esp32h21/include/soc/spi_mem_reg.h +++ b/components/soc/esp32h21/include/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/spi_mem_struct.h b/components/soc/esp32h21/include/soc/spi_mem_struct.h index 2725c17f129..21089cde4c9 100644 --- a/components/soc/esp32h21/include/soc/spi_mem_struct.h +++ b/components/soc/esp32h21/include/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/spi_pins.h b/components/soc/esp32h21/include/soc/spi_pins.h index df3ae8f1c38..3c2857fcc85 100644 --- a/components/soc/esp32h21/include/soc/spi_pins.h +++ b/components/soc/esp32h21/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_PINS_H_ diff --git a/components/soc/esp32h21/include/soc/system_intr.h b/components/soc/esp32h21/include/soc/system_intr.h index b1d0bf09396..3ed5930c24f 100644 --- a/components/soc/esp32h21/include/soc/system_intr.h +++ b/components/soc/esp32h21/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/system_periph_retention.h b/components/soc/esp32h21/include/soc/system_periph_retention.h index ff57203d2fa..a26f496ef01 100644 --- a/components/soc/esp32h21/include/soc/system_periph_retention.h +++ b/components/soc/esp32h21/include/soc/system_periph_retention.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/uart_channel.h b/components/soc/esp32h21/include/soc/uart_channel.h index d13998930eb..0dda0885891 100644 --- a/components/soc/esp32h21/include/soc/uart_channel.h +++ b/components/soc/esp32h21/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32H2. diff --git a/components/soc/esp32h21/include/soc/uart_pins.h b/components/soc/esp32h21/include/soc/uart_pins.h index de6c3d269be..a42e3d3d3b7 100644 --- a/components/soc/esp32h21/include/soc/uart_pins.h +++ b/components/soc/esp32h21/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/include/soc/wdev_reg.h b/components/soc/esp32h21/include/soc/wdev_reg.h index 3e455c866c9..182395e64fe 100644 --- a/components/soc/esp32h21/include/soc/wdev_reg.h +++ b/components/soc/esp32h21/include/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/interrupts.c b/components/soc/esp32h21/interrupts.c index 3f26ec43bec..f8408bb5862 100644 --- a/components/soc/esp32h21/interrupts.c +++ b/components/soc/esp32h21/interrupts.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32h21/ld/esp32h21.peripherals.ld b/components/soc/esp32h21/ld/esp32h21.peripherals.ld index b4daefd3716..f4be0e9fe10 100644 --- a/components/soc/esp32h21/ld/esp32h21.peripherals.ld +++ b/components/soc/esp32h21/ld/esp32h21.peripherals.ld @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ PROVIDE ( UART0 = 0x60000000 ); diff --git a/components/soc/esp32h21/ledc_periph.c b/components/soc/esp32h21/ledc_periph.c index 2eedbe2f59e..03bf38b102b 100644 --- a/components/soc/esp32h21/ledc_periph.c +++ b/components/soc/esp32h21/ledc_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32h21/mpi_periph.c b/components/soc/esp32h21/mpi_periph.c index 247af09430e..0d9a51d865c 100644 --- a/components/soc/esp32h21/mpi_periph.c +++ b/components/soc/esp32h21/mpi_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rsa_reg.h" diff --git a/components/soc/esp32h21/power_supply_periph.c b/components/soc/esp32h21/power_supply_periph.c index d9b2bac9620..63617abdd71 100644 --- a/components/soc/esp32h21/power_supply_periph.c +++ b/components/soc/esp32h21/power_supply_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/power_supply_periph.h" diff --git a/components/soc/esp32h21/register/hw_ver_beta1/soc/lp_apm_reg.h b/components/soc/esp32h21/register/hw_ver_beta1/soc/lp_apm_reg.h index f2230577731..d8840e50cd5 100644 --- a/components/soc/esp32h21/register/hw_ver_beta1/soc/lp_apm_reg.h +++ b/components/soc/esp32h21/register/hw_ver_beta1/soc/lp_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/hw_ver_beta1/soc/lp_apm_struct.h b/components/soc/esp32h21/register/hw_ver_beta1/soc/lp_apm_struct.h index 974b642d00a..3b27ea0263a 100644 --- a/components/soc/esp32h21/register/hw_ver_beta1/soc/lp_apm_struct.h +++ b/components/soc/esp32h21/register/hw_ver_beta1/soc/lp_apm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/hw_ver_mp/soc/lp_apm_reg.h b/components/soc/esp32h21/register/hw_ver_mp/soc/lp_apm_reg.h index 91fc38b0ed2..1c6ed791763 100644 --- a/components/soc/esp32h21/register/hw_ver_mp/soc/lp_apm_reg.h +++ b/components/soc/esp32h21/register/hw_ver_mp/soc/lp_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/hw_ver_mp/soc/lp_apm_struct.h b/components/soc/esp32h21/register/hw_ver_mp/soc/lp_apm_struct.h index 2d68f84ca61..0fd090e0426 100644 --- a/components/soc/esp32h21/register/hw_ver_mp/soc/lp_apm_struct.h +++ b/components/soc/esp32h21/register/hw_ver_mp/soc/lp_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/aes_reg.h b/components/soc/esp32h21/register/soc/aes_reg.h index dc47b6725d1..00f09218b17 100644 --- a/components/soc/esp32h21/register/soc/aes_reg.h +++ b/components/soc/esp32h21/register/soc/aes_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/aes_struct.h b/components/soc/esp32h21/register/soc/aes_struct.h index 3ccb13b8388..2705dd0fd33 100644 --- a/components/soc/esp32h21/register/soc/aes_struct.h +++ b/components/soc/esp32h21/register/soc/aes_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/apb_saradc_reg.h b/components/soc/esp32h21/register/soc/apb_saradc_reg.h index 7c7700e559a..195cdc7b1e0 100644 --- a/components/soc/esp32h21/register/soc/apb_saradc_reg.h +++ b/components/soc/esp32h21/register/soc/apb_saradc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/apb_saradc_struct.h b/components/soc/esp32h21/register/soc/apb_saradc_struct.h index c1e6a5ee015..edba8a94610 100644 --- a/components/soc/esp32h21/register/soc/apb_saradc_struct.h +++ b/components/soc/esp32h21/register/soc/apb_saradc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/assist_debug_reg.h b/components/soc/esp32h21/register/soc/assist_debug_reg.h index 2adb7dfa455..fdd76eeb056 100644 --- a/components/soc/esp32h21/register/soc/assist_debug_reg.h +++ b/components/soc/esp32h21/register/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/assist_debug_struct.h b/components/soc/esp32h21/register/soc/assist_debug_struct.h index 8dbc975ba23..395db137e61 100644 --- a/components/soc/esp32h21/register/soc/assist_debug_struct.h +++ b/components/soc/esp32h21/register/soc/assist_debug_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/cache_reg.h b/components/soc/esp32h21/register/soc/cache_reg.h index b003e63b453..bcd56ad96ad 100644 --- a/components/soc/esp32h21/register/soc/cache_reg.h +++ b/components/soc/esp32h21/register/soc/cache_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/cache_struct.h b/components/soc/esp32h21/register/soc/cache_struct.h index fb0bcd744d9..c43bb7f02cc 100644 --- a/components/soc/esp32h21/register/soc/cache_struct.h +++ b/components/soc/esp32h21/register/soc/cache_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/ds_reg.h b/components/soc/esp32h21/register/soc/ds_reg.h index f7e6c0fd9fc..8b833bbb198 100644 --- a/components/soc/esp32h21/register/soc/ds_reg.h +++ b/components/soc/esp32h21/register/soc/ds_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/ds_struct.h b/components/soc/esp32h21/register/soc/ds_struct.h index 721a3940ec1..b6122118626 100644 --- a/components/soc/esp32h21/register/soc/ds_struct.h +++ b/components/soc/esp32h21/register/soc/ds_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/ecc_mult_reg.h b/components/soc/esp32h21/register/soc/ecc_mult_reg.h index 399891e0797..b5ebc3b3d30 100644 --- a/components/soc/esp32h21/register/soc/ecc_mult_reg.h +++ b/components/soc/esp32h21/register/soc/ecc_mult_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/ecc_mult_struct.h b/components/soc/esp32h21/register/soc/ecc_mult_struct.h index 55816662d19..fc15f4bdece 100644 --- a/components/soc/esp32h21/register/soc/ecc_mult_struct.h +++ b/components/soc/esp32h21/register/soc/ecc_mult_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/ecdsa_reg.h b/components/soc/esp32h21/register/soc/ecdsa_reg.h index a2f0cdea616..9306960f811 100644 --- a/components/soc/esp32h21/register/soc/ecdsa_reg.h +++ b/components/soc/esp32h21/register/soc/ecdsa_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/ecdsa_struct.h b/components/soc/esp32h21/register/soc/ecdsa_struct.h index ba497265c33..c5d91380513 100644 --- a/components/soc/esp32h21/register/soc/ecdsa_struct.h +++ b/components/soc/esp32h21/register/soc/ecdsa_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/efuse_reg.h b/components/soc/esp32h21/register/soc/efuse_reg.h index c3c9fa858e7..ce148087116 100644 --- a/components/soc/esp32h21/register/soc/efuse_reg.h +++ b/components/soc/esp32h21/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/efuse_struct.h b/components/soc/esp32h21/register/soc/efuse_struct.h index 9d1503cf1b7..8e7a837b28d 100644 --- a/components/soc/esp32h21/register/soc/efuse_struct.h +++ b/components/soc/esp32h21/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/gdma_reg.h b/components/soc/esp32h21/register/soc/gdma_reg.h index 1142b45dc8b..dd7f14cd86c 100644 --- a/components/soc/esp32h21/register/soc/gdma_reg.h +++ b/components/soc/esp32h21/register/soc/gdma_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/gdma_struct.h b/components/soc/esp32h21/register/soc/gdma_struct.h index b18bb6eb7e8..9860957e665 100644 --- a/components/soc/esp32h21/register/soc/gdma_struct.h +++ b/components/soc/esp32h21/register/soc/gdma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/gpio_ext_reg.h b/components/soc/esp32h21/register/soc/gpio_ext_reg.h index 886f3a1c805..07014d3462d 100644 --- a/components/soc/esp32h21/register/soc/gpio_ext_reg.h +++ b/components/soc/esp32h21/register/soc/gpio_ext_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/gpio_ext_struct.h b/components/soc/esp32h21/register/soc/gpio_ext_struct.h index c5f25a9f3b0..5f3f2f5e015 100644 --- a/components/soc/esp32h21/register/soc/gpio_ext_struct.h +++ b/components/soc/esp32h21/register/soc/gpio_ext_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/gpio_reg.h b/components/soc/esp32h21/register/soc/gpio_reg.h index 3abbb878d85..350453a0e22 100644 --- a/components/soc/esp32h21/register/soc/gpio_reg.h +++ b/components/soc/esp32h21/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/gpio_struct.h b/components/soc/esp32h21/register/soc/gpio_struct.h index b44e408838e..81611c0e7e2 100644 --- a/components/soc/esp32h21/register/soc/gpio_struct.h +++ b/components/soc/esp32h21/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/hmac_reg.h b/components/soc/esp32h21/register/soc/hmac_reg.h index 19585f70481..c943c2b88e6 100644 --- a/components/soc/esp32h21/register/soc/hmac_reg.h +++ b/components/soc/esp32h21/register/soc/hmac_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/hmac_struct.h b/components/soc/esp32h21/register/soc/hmac_struct.h index 1c71000a5ce..53253359b59 100644 --- a/components/soc/esp32h21/register/soc/hmac_struct.h +++ b/components/soc/esp32h21/register/soc/hmac_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/hp_apm_reg.h b/components/soc/esp32h21/register/soc/hp_apm_reg.h index e9fc59ad478..e107c5bf66c 100644 --- a/components/soc/esp32h21/register/soc/hp_apm_reg.h +++ b/components/soc/esp32h21/register/soc/hp_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/hp_apm_struct.h b/components/soc/esp32h21/register/soc/hp_apm_struct.h index 04aef73a031..ceb01c0f3ed 100644 --- a/components/soc/esp32h21/register/soc/hp_apm_struct.h +++ b/components/soc/esp32h21/register/soc/hp_apm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/hp_system_reg.h b/components/soc/esp32h21/register/soc/hp_system_reg.h index 06be641a545..b627359c190 100644 --- a/components/soc/esp32h21/register/soc/hp_system_reg.h +++ b/components/soc/esp32h21/register/soc/hp_system_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/hp_system_struct.h b/components/soc/esp32h21/register/soc/hp_system_struct.h index 20c0e75819e..c5e29b0dfbc 100644 --- a/components/soc/esp32h21/register/soc/hp_system_struct.h +++ b/components/soc/esp32h21/register/soc/hp_system_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/i2c_ana_mst_reg.h b/components/soc/esp32h21/register/soc/i2c_ana_mst_reg.h index 7fc59911170..ecedf883b43 100644 --- a/components/soc/esp32h21/register/soc/i2c_ana_mst_reg.h +++ b/components/soc/esp32h21/register/soc/i2c_ana_mst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/i2c_reg.h b/components/soc/esp32h21/register/soc/i2c_reg.h index 9999169b899..b045f1ed42a 100644 --- a/components/soc/esp32h21/register/soc/i2c_reg.h +++ b/components/soc/esp32h21/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/i2c_struct.h b/components/soc/esp32h21/register/soc/i2c_struct.h index 62f8db4f251..e1cc6f36bc0 100644 --- a/components/soc/esp32h21/register/soc/i2c_struct.h +++ b/components/soc/esp32h21/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/i2s_reg.h b/components/soc/esp32h21/register/soc/i2s_reg.h index 03d1475294a..36f7e4ebf1a 100644 --- a/components/soc/esp32h21/register/soc/i2s_reg.h +++ b/components/soc/esp32h21/register/soc/i2s_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/i2s_struct.h b/components/soc/esp32h21/register/soc/i2s_struct.h index 7e2872c69a5..9765bbd5669 100644 --- a/components/soc/esp32h21/register/soc/i2s_struct.h +++ b/components/soc/esp32h21/register/soc/i2s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/interrupt_matrix_reg.h b/components/soc/esp32h21/register/soc/interrupt_matrix_reg.h index 020976f85fc..608bd769797 100644 --- a/components/soc/esp32h21/register/soc/interrupt_matrix_reg.h +++ b/components/soc/esp32h21/register/soc/interrupt_matrix_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/interrupt_matrix_struct.h b/components/soc/esp32h21/register/soc/interrupt_matrix_struct.h index 1fa815823fa..41dc570b49d 100644 --- a/components/soc/esp32h21/register/soc/interrupt_matrix_struct.h +++ b/components/soc/esp32h21/register/soc/interrupt_matrix_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/interrupt_reg.h b/components/soc/esp32h21/register/soc/interrupt_reg.h index 3a631a9839b..6d19e41743a 100644 --- a/components/soc/esp32h21/register/soc/interrupt_reg.h +++ b/components/soc/esp32h21/register/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/intpri_reg.h b/components/soc/esp32h21/register/soc/intpri_reg.h index 70e857698b9..6cf11d84fe1 100644 --- a/components/soc/esp32h21/register/soc/intpri_reg.h +++ b/components/soc/esp32h21/register/soc/intpri_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/intpri_struct.h b/components/soc/esp32h21/register/soc/intpri_struct.h index 1a4436532fa..2fdaf0d438e 100644 --- a/components/soc/esp32h21/register/soc/intpri_struct.h +++ b/components/soc/esp32h21/register/soc/intpri_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/io_mux_reg.h b/components/soc/esp32h21/register/soc/io_mux_reg.h index ebe6a192d34..9e6335e1d41 100644 --- a/components/soc/esp32h21/register/soc/io_mux_reg.h +++ b/components/soc/esp32h21/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/io_mux_struct.h b/components/soc/esp32h21/register/soc/io_mux_struct.h index 8d7d4685050..399b90c9a0c 100644 --- a/components/soc/esp32h21/register/soc/io_mux_struct.h +++ b/components/soc/esp32h21/register/soc/io_mux_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/ledc_reg.h b/components/soc/esp32h21/register/soc/ledc_reg.h index adeebedec95..9cbc3dc8255 100644 --- a/components/soc/esp32h21/register/soc/ledc_reg.h +++ b/components/soc/esp32h21/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/ledc_struct.h b/components/soc/esp32h21/register/soc/ledc_struct.h index fc088ed2fa6..cdab89d8b5b 100644 --- a/components/soc/esp32h21/register/soc/ledc_struct.h +++ b/components/soc/esp32h21/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_analog_peri_reg.h b/components/soc/esp32h21/register/soc/lp_analog_peri_reg.h index 8ab77f212f9..5d4f57fb189 100644 --- a/components/soc/esp32h21/register/soc/lp_analog_peri_reg.h +++ b/components/soc/esp32h21/register/soc/lp_analog_peri_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_analog_peri_struct.h b/components/soc/esp32h21/register/soc/lp_analog_peri_struct.h index 668408f504a..4c59c93e51a 100644 --- a/components/soc/esp32h21/register/soc/lp_analog_peri_struct.h +++ b/components/soc/esp32h21/register/soc/lp_analog_peri_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_aon_reg.h b/components/soc/esp32h21/register/soc/lp_aon_reg.h index 45dbc2ce19f..d97a790cc38 100644 --- a/components/soc/esp32h21/register/soc/lp_aon_reg.h +++ b/components/soc/esp32h21/register/soc/lp_aon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_aon_struct.h b/components/soc/esp32h21/register/soc/lp_aon_struct.h index f1dcc491725..522591efab0 100644 --- a/components/soc/esp32h21/register/soc/lp_aon_struct.h +++ b/components/soc/esp32h21/register/soc/lp_aon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_apm0_reg.h b/components/soc/esp32h21/register/soc/lp_apm0_reg.h index bd164990ad8..06ba390112e 100644 --- a/components/soc/esp32h21/register/soc/lp_apm0_reg.h +++ b/components/soc/esp32h21/register/soc/lp_apm0_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_apm0_struct.h b/components/soc/esp32h21/register/soc/lp_apm0_struct.h index 48258e4a573..b1b9569cbaa 100644 --- a/components/soc/esp32h21/register/soc/lp_apm0_struct.h +++ b/components/soc/esp32h21/register/soc/lp_apm0_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_clkrst_reg.h b/components/soc/esp32h21/register/soc/lp_clkrst_reg.h index 567537a5d10..c7a0e3c6925 100644 --- a/components/soc/esp32h21/register/soc/lp_clkrst_reg.h +++ b/components/soc/esp32h21/register/soc/lp_clkrst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_clkrst_struct.h b/components/soc/esp32h21/register/soc/lp_clkrst_struct.h index 8a323aa2bc8..88311639ecb 100644 --- a/components/soc/esp32h21/register/soc/lp_clkrst_struct.h +++ b/components/soc/esp32h21/register/soc/lp_clkrst_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_timer_reg.h b/components/soc/esp32h21/register/soc/lp_timer_reg.h index 4b3d82ef15f..a89acfd4ad4 100644 --- a/components/soc/esp32h21/register/soc/lp_timer_reg.h +++ b/components/soc/esp32h21/register/soc/lp_timer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_timer_struct.h b/components/soc/esp32h21/register/soc/lp_timer_struct.h index 9387480aaeb..2f99d4a6832 100644 --- a/components/soc/esp32h21/register/soc/lp_timer_struct.h +++ b/components/soc/esp32h21/register/soc/lp_timer_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_wdt_reg.h b/components/soc/esp32h21/register/soc/lp_wdt_reg.h index d2b4cf0022a..eda7a932ac7 100644 --- a/components/soc/esp32h21/register/soc/lp_wdt_reg.h +++ b/components/soc/esp32h21/register/soc/lp_wdt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lp_wdt_struct.h b/components/soc/esp32h21/register/soc/lp_wdt_struct.h index 4c010e18e90..e68abe9da78 100644 --- a/components/soc/esp32h21/register/soc/lp_wdt_struct.h +++ b/components/soc/esp32h21/register/soc/lp_wdt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lpperi_reg.h b/components/soc/esp32h21/register/soc/lpperi_reg.h index 593e87e2e10..bc32b7d9aa1 100644 --- a/components/soc/esp32h21/register/soc/lpperi_reg.h +++ b/components/soc/esp32h21/register/soc/lpperi_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/lpperi_struct.h b/components/soc/esp32h21/register/soc/lpperi_struct.h index 4ccec691b91..ff34f8a7c5e 100644 --- a/components/soc/esp32h21/register/soc/lpperi_struct.h +++ b/components/soc/esp32h21/register/soc/lpperi_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/mcpwm_reg.h b/components/soc/esp32h21/register/soc/mcpwm_reg.h index e82cc2ce7bc..0bd2abc10de 100644 --- a/components/soc/esp32h21/register/soc/mcpwm_reg.h +++ b/components/soc/esp32h21/register/soc/mcpwm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/mcpwm_struct.h b/components/soc/esp32h21/register/soc/mcpwm_struct.h index d0048cfd8c1..2eafca469da 100644 --- a/components/soc/esp32h21/register/soc/mcpwm_struct.h +++ b/components/soc/esp32h21/register/soc/mcpwm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/mem_monitor_reg.h b/components/soc/esp32h21/register/soc/mem_monitor_reg.h index 82230608e6d..09fbc870e40 100644 --- a/components/soc/esp32h21/register/soc/mem_monitor_reg.h +++ b/components/soc/esp32h21/register/soc/mem_monitor_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/mem_monitor_struct.h b/components/soc/esp32h21/register/soc/mem_monitor_struct.h index 962d98a88a5..9492f831250 100644 --- a/components/soc/esp32h21/register/soc/mem_monitor_struct.h +++ b/components/soc/esp32h21/register/soc/mem_monitor_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/parl_io_reg.h b/components/soc/esp32h21/register/soc/parl_io_reg.h index df151adb1ed..9e948b3c829 100644 --- a/components/soc/esp32h21/register/soc/parl_io_reg.h +++ b/components/soc/esp32h21/register/soc/parl_io_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/parl_io_struct.h b/components/soc/esp32h21/register/soc/parl_io_struct.h index 5e6bf8e044a..da452f62087 100644 --- a/components/soc/esp32h21/register/soc/parl_io_struct.h +++ b/components/soc/esp32h21/register/soc/parl_io_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/pau_reg.h b/components/soc/esp32h21/register/soc/pau_reg.h index 92f933f7b0c..29aac99c081 100644 --- a/components/soc/esp32h21/register/soc/pau_reg.h +++ b/components/soc/esp32h21/register/soc/pau_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/pau_struct.h b/components/soc/esp32h21/register/soc/pau_struct.h index ec71204acaf..2fba459cdea 100644 --- a/components/soc/esp32h21/register/soc/pau_struct.h +++ b/components/soc/esp32h21/register/soc/pau_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/pcnt_reg.h b/components/soc/esp32h21/register/soc/pcnt_reg.h index 17008ae0dd2..a9142f0b280 100644 --- a/components/soc/esp32h21/register/soc/pcnt_reg.h +++ b/components/soc/esp32h21/register/soc/pcnt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/pcnt_struct.h b/components/soc/esp32h21/register/soc/pcnt_struct.h index e79d0356634..998c0980576 100644 --- a/components/soc/esp32h21/register/soc/pcnt_struct.h +++ b/components/soc/esp32h21/register/soc/pcnt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/pcr_reg.h b/components/soc/esp32h21/register/soc/pcr_reg.h index 6770cd20b0e..7ac0e1e88b2 100644 --- a/components/soc/esp32h21/register/soc/pcr_reg.h +++ b/components/soc/esp32h21/register/soc/pcr_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/pcr_struct.h b/components/soc/esp32h21/register/soc/pcr_struct.h index 851b06fabd7..1dd1dc9ff4d 100644 --- a/components/soc/esp32h21/register/soc/pcr_struct.h +++ b/components/soc/esp32h21/register/soc/pcr_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/plic_reg.h b/components/soc/esp32h21/register/soc/plic_reg.h index 5cfc6bd20cd..55d370a4aab 100644 --- a/components/soc/esp32h21/register/soc/plic_reg.h +++ b/components/soc/esp32h21/register/soc/plic_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/pmu_reg.h b/components/soc/esp32h21/register/soc/pmu_reg.h index 96e1d694b25..6628e8ea9ed 100644 --- a/components/soc/esp32h21/register/soc/pmu_reg.h +++ b/components/soc/esp32h21/register/soc/pmu_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/pmu_struct.h b/components/soc/esp32h21/register/soc/pmu_struct.h index b64bdff7d71..4a99cba7827 100644 --- a/components/soc/esp32h21/register/soc/pmu_struct.h +++ b/components/soc/esp32h21/register/soc/pmu_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/pmu_struct_mp.h b/components/soc/esp32h21/register/soc/pmu_struct_mp.h index 5411c6eff16..79e26310d2d 100644 --- a/components/soc/esp32h21/register/soc/pmu_struct_mp.h +++ b/components/soc/esp32h21/register/soc/pmu_struct_mp.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/pvt_reg.h b/components/soc/esp32h21/register/soc/pvt_reg.h index 34a48f9936e..762480e7ca0 100644 --- a/components/soc/esp32h21/register/soc/pvt_reg.h +++ b/components/soc/esp32h21/register/soc/pvt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/pvt_struct.h b/components/soc/esp32h21/register/soc/pvt_struct.h index 5f492675e7d..687ffaf0a6c 100644 --- a/components/soc/esp32h21/register/soc/pvt_struct.h +++ b/components/soc/esp32h21/register/soc/pvt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/reg_base.h b/components/soc/esp32h21/register/soc/reg_base.h index ad604684d33..53d78b27997 100644 --- a/components/soc/esp32h21/register/soc/reg_base.h +++ b/components/soc/esp32h21/register/soc/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/rmt_reg.h b/components/soc/esp32h21/register/soc/rmt_reg.h index a01501f3648..9963a2c04c7 100644 --- a/components/soc/esp32h21/register/soc/rmt_reg.h +++ b/components/soc/esp32h21/register/soc/rmt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/rmt_struct.h b/components/soc/esp32h21/register/soc/rmt_struct.h index 6aca1f1686f..fcef926bf66 100644 --- a/components/soc/esp32h21/register/soc/rmt_struct.h +++ b/components/soc/esp32h21/register/soc/rmt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/rsa_reg.h b/components/soc/esp32h21/register/soc/rsa_reg.h index 3202c41352f..8bd803c2f20 100644 --- a/components/soc/esp32h21/register/soc/rsa_reg.h +++ b/components/soc/esp32h21/register/soc/rsa_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/rsa_struct.h b/components/soc/esp32h21/register/soc/rsa_struct.h index 5d9fe3d9596..f9f53a96209 100644 --- a/components/soc/esp32h21/register/soc/rsa_struct.h +++ b/components/soc/esp32h21/register/soc/rsa_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/sha_reg.h b/components/soc/esp32h21/register/soc/sha_reg.h index ae97b613665..d5df4da764d 100644 --- a/components/soc/esp32h21/register/soc/sha_reg.h +++ b/components/soc/esp32h21/register/soc/sha_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/sha_struct.h b/components/soc/esp32h21/register/soc/sha_struct.h index 0fa53486d0b..aba7433b03f 100644 --- a/components/soc/esp32h21/register/soc/sha_struct.h +++ b/components/soc/esp32h21/register/soc/sha_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/soc_etm_reg.h b/components/soc/esp32h21/register/soc/soc_etm_reg.h index 4d3c8d564f9..bd8dd165827 100644 --- a/components/soc/esp32h21/register/soc/soc_etm_reg.h +++ b/components/soc/esp32h21/register/soc/soc_etm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/soc_etm_struct.h b/components/soc/esp32h21/register/soc/soc_etm_struct.h index 3a2b8b7b564..8475617ca3e 100644 --- a/components/soc/esp32h21/register/soc/soc_etm_struct.h +++ b/components/soc/esp32h21/register/soc/soc_etm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/spi1_mem_reg.h b/components/soc/esp32h21/register/soc/spi1_mem_reg.h index 1f3373b5144..965eedc5536 100644 --- a/components/soc/esp32h21/register/soc/spi1_mem_reg.h +++ b/components/soc/esp32h21/register/soc/spi1_mem_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/spi1_mem_struct.h b/components/soc/esp32h21/register/soc/spi1_mem_struct.h index 0d417c24be6..1a673ca314f 100644 --- a/components/soc/esp32h21/register/soc/spi1_mem_struct.h +++ b/components/soc/esp32h21/register/soc/spi1_mem_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/spi_mem_c_reg.h b/components/soc/esp32h21/register/soc/spi_mem_c_reg.h index 04d77b6a1a8..03467c784d9 100644 --- a/components/soc/esp32h21/register/soc/spi_mem_c_reg.h +++ b/components/soc/esp32h21/register/soc/spi_mem_c_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/spi_mem_c_struct.h b/components/soc/esp32h21/register/soc/spi_mem_c_struct.h index 1c62e1c0af1..1d64bd96396 100644 --- a/components/soc/esp32h21/register/soc/spi_mem_c_struct.h +++ b/components/soc/esp32h21/register/soc/spi_mem_c_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/spi_reg.h b/components/soc/esp32h21/register/soc/spi_reg.h index 4da24d90721..55f7894c028 100644 --- a/components/soc/esp32h21/register/soc/spi_reg.h +++ b/components/soc/esp32h21/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/spi_struct.h b/components/soc/esp32h21/register/soc/spi_struct.h index 46ed7a70d0c..95fa35e2e22 100644 --- a/components/soc/esp32h21/register/soc/spi_struct.h +++ b/components/soc/esp32h21/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/system_reg.h b/components/soc/esp32h21/register/soc/system_reg.h index 86453435e09..099f49b9911 100644 --- a/components/soc/esp32h21/register/soc/system_reg.h +++ b/components/soc/esp32h21/register/soc/system_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/hp_system_reg.h" diff --git a/components/soc/esp32h21/register/soc/systimer_reg.h b/components/soc/esp32h21/register/soc/systimer_reg.h index 0f085d8bc8e..5d39f00e750 100644 --- a/components/soc/esp32h21/register/soc/systimer_reg.h +++ b/components/soc/esp32h21/register/soc/systimer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/systimer_struct.h b/components/soc/esp32h21/register/soc/systimer_struct.h index d136c6bcce5..7d7c10c4e32 100644 --- a/components/soc/esp32h21/register/soc/systimer_struct.h +++ b/components/soc/esp32h21/register/soc/systimer_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/tee_reg.h b/components/soc/esp32h21/register/soc/tee_reg.h index d955df28607..a7f87ce0204 100644 --- a/components/soc/esp32h21/register/soc/tee_reg.h +++ b/components/soc/esp32h21/register/soc/tee_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/tee_struct.h b/components/soc/esp32h21/register/soc/tee_struct.h index c379c0ec3ea..b7105e4cb1e 100644 --- a/components/soc/esp32h21/register/soc/tee_struct.h +++ b/components/soc/esp32h21/register/soc/tee_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/timer_group_reg.h b/components/soc/esp32h21/register/soc/timer_group_reg.h index f42a6c10482..8251b42cafb 100644 --- a/components/soc/esp32h21/register/soc/timer_group_reg.h +++ b/components/soc/esp32h21/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/timer_group_struct.h b/components/soc/esp32h21/register/soc/timer_group_struct.h index 629afd14226..4e225ca1ce1 100644 --- a/components/soc/esp32h21/register/soc/timer_group_struct.h +++ b/components/soc/esp32h21/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/trace_reg.h b/components/soc/esp32h21/register/soc/trace_reg.h index 47099b449de..7fb97a22498 100644 --- a/components/soc/esp32h21/register/soc/trace_reg.h +++ b/components/soc/esp32h21/register/soc/trace_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/trace_struct.h b/components/soc/esp32h21/register/soc/trace_struct.h index b964de6bbc3..0fe90d85025 100644 --- a/components/soc/esp32h21/register/soc/trace_struct.h +++ b/components/soc/esp32h21/register/soc/trace_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/twai_reg.h b/components/soc/esp32h21/register/soc/twai_reg.h index 9b0f9947e72..bd176bd6b14 100644 --- a/components/soc/esp32h21/register/soc/twai_reg.h +++ b/components/soc/esp32h21/register/soc/twai_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/twai_struct.h b/components/soc/esp32h21/register/soc/twai_struct.h index 134f93f1e24..b0e8f8c5d2a 100644 --- a/components/soc/esp32h21/register/soc/twai_struct.h +++ b/components/soc/esp32h21/register/soc/twai_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/uart_reg.h b/components/soc/esp32h21/register/soc/uart_reg.h index 149160e0047..8ee29cc97f0 100644 --- a/components/soc/esp32h21/register/soc/uart_reg.h +++ b/components/soc/esp32h21/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/uart_struct.h b/components/soc/esp32h21/register/soc/uart_struct.h index 5703d8d2665..d32052a20a4 100644 --- a/components/soc/esp32h21/register/soc/uart_struct.h +++ b/components/soc/esp32h21/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/uhci_reg.h b/components/soc/esp32h21/register/soc/uhci_reg.h index 7d5858b591a..ec2e1962cf4 100644 --- a/components/soc/esp32h21/register/soc/uhci_reg.h +++ b/components/soc/esp32h21/register/soc/uhci_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/uhci_struct.h b/components/soc/esp32h21/register/soc/uhci_struct.h index 79684f19ca2..29f39f6edc7 100644 --- a/components/soc/esp32h21/register/soc/uhci_struct.h +++ b/components/soc/esp32h21/register/soc/uhci_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/usb_serial_jtag_reg.h b/components/soc/esp32h21/register/soc/usb_serial_jtag_reg.h index 0e70f5ef141..3190c9a8b7e 100644 --- a/components/soc/esp32h21/register/soc/usb_serial_jtag_reg.h +++ b/components/soc/esp32h21/register/soc/usb_serial_jtag_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/usb_serial_jtag_struct.h b/components/soc/esp32h21/register/soc/usb_serial_jtag_struct.h index a9eeae7362b..bb8c8b333ae 100644 --- a/components/soc/esp32h21/register/soc/usb_serial_jtag_struct.h +++ b/components/soc/esp32h21/register/soc/usb_serial_jtag_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/register/soc/xts_aes_reg.h b/components/soc/esp32h21/register/soc/xts_aes_reg.h index 599aaf3486c..622d0b09707 100644 --- a/components/soc/esp32h21/register/soc/xts_aes_reg.h +++ b/components/soc/esp32h21/register/soc/xts_aes_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h21/rtc_io_periph.c b/components/soc/esp32h21/rtc_io_periph.c index 10cb7c83c61..e2098244722 100644 --- a/components/soc/esp32h21/rtc_io_periph.c +++ b/components/soc/esp32h21/rtc_io_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rtc_io_periph.h" diff --git a/components/soc/esp32h21/sdm_periph.c b/components/soc/esp32h21/sdm_periph.c index 19f5b6bfe89..24003b1d432 100644 --- a/components/soc/esp32h21/sdm_periph.c +++ b/components/soc/esp32h21/sdm_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdm_periph.h" diff --git a/components/soc/esp32h21/spi_periph.c b/components/soc/esp32h21/spi_periph.c index 65928c8df2f..51bedd903bb 100644 --- a/components/soc/esp32h21/spi_periph.c +++ b/components/soc/esp32h21/spi_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32h21/system_retention_periph.c b/components/soc/esp32h21/system_retention_periph.c index 4c24c50b05f..1eb2e9dc801 100644 --- a/components/soc/esp32h21/system_retention_periph.c +++ b/components/soc/esp32h21/system_retention_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/regdma.h" diff --git a/components/soc/esp32h21/twai_periph.c b/components/soc/esp32h21/twai_periph.c index 4c958a59dd0..55ee091a594 100644 --- a/components/soc/esp32h21/twai_periph.c +++ b/components/soc/esp32h21/twai_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/twai_periph.h" diff --git a/components/soc/esp32h21/uart_periph.c b/components/soc/esp32h21/uart_periph.c index 1dc361bba6c..0965274d4e3 100644 --- a/components/soc/esp32h21/uart_periph.c +++ b/components/soc/esp32h21/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32h4/dedic_gpio_periph.c b/components/soc/esp32h4/dedic_gpio_periph.c index f4c3768739e..99f374f7c8f 100644 --- a/components/soc/esp32h4/dedic_gpio_periph.c +++ b/components/soc/esp32h4/dedic_gpio_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_sig_map.h" diff --git a/components/soc/esp32h4/gpio_periph.c b/components/soc/esp32h4/gpio_periph.c index 29ad93e5993..21c9364dcb5 100644 --- a/components/soc/esp32h4/gpio_periph.c +++ b/components/soc/esp32h4/gpio_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32h4/ieee802154_periph.c b/components/soc/esp32h4/ieee802154_periph.c index 6bf82c3b58d..b89cec29abd 100644 --- a/components/soc/esp32h4/ieee802154_periph.c +++ b/components/soc/esp32h4/ieee802154_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ieee802154_periph.h" diff --git a/components/soc/esp32h4/include/hw_ver_beta5/soc/interrupts.h b/components/soc/esp32h4/include/hw_ver_beta5/soc/interrupts.h index 5c92b26e904..fa561f85f04 100644 --- a/components/soc/esp32h4/include/hw_ver_beta5/soc/interrupts.h +++ b/components/soc/esp32h4/include/hw_ver_beta5/soc/interrupts.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/hw_ver_mp/soc/interrupts.h b/components/soc/esp32h4/include/hw_ver_mp/soc/interrupts.h index 328fe011ff7..7d8b5b645c4 100644 --- a/components/soc/esp32h4/include/hw_ver_mp/soc/interrupts.h +++ b/components/soc/esp32h4/include/hw_ver_mp/soc/interrupts.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/modem/modem_lpcon_reg.h b/components/soc/esp32h4/include/modem/modem_lpcon_reg.h index 0b50c09404c..1ad6ae59486 100644 --- a/components/soc/esp32h4/include/modem/modem_lpcon_reg.h +++ b/components/soc/esp32h4/include/modem/modem_lpcon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/modem/modem_lpcon_struct.h b/components/soc/esp32h4/include/modem/modem_lpcon_struct.h index 3f4ef22c6bf..cbc5263b7a5 100644 --- a/components/soc/esp32h4/include/modem/modem_lpcon_struct.h +++ b/components/soc/esp32h4/include/modem/modem_lpcon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/modem/modem_syscon_reg.h b/components/soc/esp32h4/include/modem/modem_syscon_reg.h index 3863c79d2a2..02793060be0 100644 --- a/components/soc/esp32h4/include/modem/modem_syscon_reg.h +++ b/components/soc/esp32h4/include/modem/modem_syscon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/modem/modem_syscon_struct.h b/components/soc/esp32h4/include/modem/modem_syscon_struct.h index e7924ebcc26..7f6b1a0129b 100644 --- a/components/soc/esp32h4/include/modem/modem_syscon_struct.h +++ b/components/soc/esp32h4/include/modem/modem_syscon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/modem/reg_base.h b/components/soc/esp32h4/include/modem/reg_base.h index c3452b3c519..b25c048312c 100644 --- a/components/soc/esp32h4/include/modem/reg_base.h +++ b/components/soc/esp32h4/include/modem/reg_base.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/adc_channel.h b/components/soc/esp32h4/include/soc/adc_channel.h index 69060742f2a..d2d467a7647 100644 --- a/components/soc/esp32h4/include/soc/adc_channel.h +++ b/components/soc/esp32h4/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/assist_debug_reg.h b/components/soc/esp32h4/include/soc/assist_debug_reg.h index c2269500f4d..bcba17de19e 100644 --- a/components/soc/esp32h4/include/soc/assist_debug_reg.h +++ b/components/soc/esp32h4/include/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/boot_mode.h b/components/soc/esp32h4/include/soc/boot_mode.h index cbf6e677956..cf93fcb888d 100644 --- a/components/soc/esp32h4/include/soc/boot_mode.h +++ b/components/soc/esp32h4/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BOOT_MODE_H_ diff --git a/components/soc/esp32h4/include/soc/clic_reg.h b/components/soc/esp32h4/include/soc/clic_reg.h index cc68894e9c8..1e6533fbddb 100644 --- a/components/soc/esp32h4/include/soc/clic_reg.h +++ b/components/soc/esp32h4/include/soc/clic_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/clint_reg.h b/components/soc/esp32h4/include/soc/clint_reg.h index 5625599d1fb..7df0faafeb0 100644 --- a/components/soc/esp32h4/include/soc/clint_reg.h +++ b/components/soc/esp32h4/include/soc/clint_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/clk_tree_defs.h b/components/soc/esp32h4/include/soc/clk_tree_defs.h index 4ce1634620b..47853cc9917 100644 --- a/components/soc/esp32h4/include/soc/clk_tree_defs.h +++ b/components/soc/esp32h4/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/dport_access.h b/components/soc/esp32h4/include/soc/dport_access.h index ed1c0c786b1..73c302bc740 100644 --- a/components/soc/esp32h4/include/soc/dport_access.h +++ b/components/soc/esp32h4/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/efuse_defs.h b/components/soc/esp32h4/include/soc/efuse_defs.h index 84e4901bfc1..68b975d730c 100644 --- a/components/soc/esp32h4/include/soc/efuse_defs.h +++ b/components/soc/esp32h4/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/ext_mem_defs.h b/components/soc/esp32h4/include/soc/ext_mem_defs.h index 1041b561d6d..83b88ae71b1 100644 --- a/components/soc/esp32h4/include/soc/ext_mem_defs.h +++ b/components/soc/esp32h4/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/gpio_num.h b/components/soc/esp32h4/include/soc/gpio_num.h index 18aede6ae6e..0fb9d69b009 100644 --- a/components/soc/esp32h4/include/soc/gpio_num.h +++ b/components/soc/esp32h4/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/gpio_pins.h b/components/soc/esp32h4/include/soc/gpio_pins.h index 44a3d6442f7..b246f08ac17 100644 --- a/components/soc/esp32h4/include/soc/gpio_pins.h +++ b/components/soc/esp32h4/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/gpio_sig_map.h b/components/soc/esp32h4/include/soc/gpio_sig_map.h index f1602efa5d6..a00195cfde2 100644 --- a/components/soc/esp32h4/include/soc/gpio_sig_map.h +++ b/components/soc/esp32h4/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/i2c_ana_mst_reg.h b/components/soc/esp32h4/include/soc/i2c_ana_mst_reg.h index 4b714a02bd6..a5107284221 100644 --- a/components/soc/esp32h4/include/soc/i2c_ana_mst_reg.h +++ b/components/soc/esp32h4/include/soc/i2c_ana_mst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/interrupt_reg.h b/components/soc/esp32h4/include/soc/interrupt_reg.h index c7c79a0883f..fb42ff1a116 100644 --- a/components/soc/esp32h4/include/soc/interrupt_reg.h +++ b/components/soc/esp32h4/include/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupt_matrix_reg.h" diff --git a/components/soc/esp32h4/include/soc/periph_defs.h b/components/soc/esp32h4/include/soc/periph_defs.h index f047baf8298..933f0d6ed18 100644 --- a/components/soc/esp32h4/include/soc/periph_defs.h +++ b/components/soc/esp32h4/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/pmu_icg_mapping.h b/components/soc/esp32h4/include/soc/pmu_icg_mapping.h index 60305183f80..9dd9cd1a0de 100644 --- a/components/soc/esp32h4/include/soc/pmu_icg_mapping.h +++ b/components/soc/esp32h4/include/soc/pmu_icg_mapping.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/reg_base.h b/components/soc/esp32h4/include/soc/reg_base.h index 32885fdd234..ddc6012af76 100644 --- a/components/soc/esp32h4/include/soc/reg_base.h +++ b/components/soc/esp32h4/include/soc/reg_base.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/regi2c_bbpll.h b/components/soc/esp32h4/include/soc/regi2c_bbpll.h index 4ff7047c4a9..374ead3c0bc 100644 --- a/components/soc/esp32h4/include/soc/regi2c_bbpll.h +++ b/components/soc/esp32h4/include/soc/regi2c_bbpll.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/regi2c_bbtop.h b/components/soc/esp32h4/include/soc/regi2c_bbtop.h index 346f3e0d2ec..c3d7208c9c1 100644 --- a/components/soc/esp32h4/include/soc/regi2c_bbtop.h +++ b/components/soc/esp32h4/include/soc/regi2c_bbtop.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/regi2c_dcdc.h b/components/soc/esp32h4/include/soc/regi2c_dcdc.h index c2cb7db659b..9c40d352da6 100644 --- a/components/soc/esp32h4/include/soc/regi2c_dcdc.h +++ b/components/soc/esp32h4/include/soc/regi2c_dcdc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/regi2c_pll.h b/components/soc/esp32h4/include/soc/regi2c_pll.h index db7e48fcc01..4935c0094e6 100644 --- a/components/soc/esp32h4/include/soc/regi2c_pll.h +++ b/components/soc/esp32h4/include/soc/regi2c_pll.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/regi2c_saradc.h b/components/soc/esp32h4/include/soc/regi2c_saradc.h index 94034a11ced..a57384e833a 100644 --- a/components/soc/esp32h4/include/soc/regi2c_saradc.h +++ b/components/soc/esp32h4/include/soc/regi2c_saradc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/regi2c_sdm.h b/components/soc/esp32h4/include/soc/regi2c_sdm.h index f3ebf8d02a2..bc0e2570e48 100644 --- a/components/soc/esp32h4/include/soc/regi2c_sdm.h +++ b/components/soc/esp32h4/include/soc/regi2c_sdm.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/regi2c_ulp.h b/components/soc/esp32h4/include/soc/regi2c_ulp.h index 2747c8207aa..1393922a112 100644 --- a/components/soc/esp32h4/include/soc/regi2c_ulp.h +++ b/components/soc/esp32h4/include/soc/regi2c_ulp.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/reset_reasons.h b/components/soc/esp32h4/include/soc/reset_reasons.h index 14ae84996e7..fc53ebf87a2 100644 --- a/components/soc/esp32h4/include/soc/reset_reasons.h +++ b/components/soc/esp32h4/include/soc/reset_reasons.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/retention_periph_defs.h b/components/soc/esp32h4/include/soc/retention_periph_defs.h index 0abaf0a0e2d..cd2713fcfba 100644 --- a/components/soc/esp32h4/include/soc/retention_periph_defs.h +++ b/components/soc/esp32h4/include/soc/retention_periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/rtc_io_channel.h b/components/soc/esp32h4/include/soc/rtc_io_channel.h index 6fcdd8891a9..410c20cc997 100644 --- a/components/soc/esp32h4/include/soc/rtc_io_channel.h +++ b/components/soc/esp32h4/include/soc/rtc_io_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/soc.h b/components/soc/esp32h4/include/soc/soc.h index a0c38c9f32b..8b0f3e52657 100644 --- a/components/soc/esp32h4/include/soc/soc.h +++ b/components/soc/esp32h4/include/soc/soc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/soc_caps.h b/components/soc/esp32h4/include/soc/soc_caps.h index 458ffc11b83..52f0848b52c 100644 --- a/components/soc/esp32h4/include/soc/soc_caps.h +++ b/components/soc/esp32h4/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // The long term plan is to have a single soc_caps.h for each peripheral. diff --git a/components/soc/esp32h4/include/soc/soc_caps_full.h b/components/soc/esp32h4/include/soc/soc_caps_full.h index 0e28befab1c..0ef9c564115 100644 --- a/components/soc/esp32h4/include/soc/soc_caps_full.h +++ b/components/soc/esp32h4/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/soc_etm_source.h b/components/soc/esp32h4/include/soc/soc_etm_source.h index 9ad3f179512..8f1e3285f49 100644 --- a/components/soc/esp32h4/include/soc/soc_etm_source.h +++ b/components/soc/esp32h4/include/soc/soc_etm_source.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/soc_pins.h b/components/soc/esp32h4/include/soc/soc_pins.h index fd55809fa8d..0340b965a87 100644 --- a/components/soc/esp32h4/include/soc/soc_pins.h +++ b/components/soc/esp32h4/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32h4/include/soc/spi_mem_reg.h b/components/soc/esp32h4/include/soc/spi_mem_reg.h index ac3201cc7b5..b9ca4fb4b70 100644 --- a/components/soc/esp32h4/include/soc/spi_mem_reg.h +++ b/components/soc/esp32h4/include/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/spi_mem_struct.h b/components/soc/esp32h4/include/soc/spi_mem_struct.h index 50802c05bac..21089cde4c9 100644 --- a/components/soc/esp32h4/include/soc/spi_mem_struct.h +++ b/components/soc/esp32h4/include/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/spi_pins.h b/components/soc/esp32h4/include/soc/spi_pins.h index fa9dffa36d5..1c4d5859b5f 100644 --- a/components/soc/esp32h4/include/soc/spi_pins.h +++ b/components/soc/esp32h4/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/system_intr.h b/components/soc/esp32h4/include/soc/system_intr.h index add4322dc05..0677a14f4ad 100644 --- a/components/soc/esp32h4/include/soc/system_intr.h +++ b/components/soc/esp32h4/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/system_periph_retention.h b/components/soc/esp32h4/include/soc/system_periph_retention.h index e93a52855d0..c547bc2c59d 100644 --- a/components/soc/esp32h4/include/soc/system_periph_retention.h +++ b/components/soc/esp32h4/include/soc/system_periph_retention.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/system_reg.h b/components/soc/esp32h4/include/soc/system_reg.h index f209436c70d..06e9fa2e3d1 100644 --- a/components/soc/esp32h4/include/soc/system_reg.h +++ b/components/soc/esp32h4/include/soc/system_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/intpri_reg.h" diff --git a/components/soc/esp32h4/include/soc/uart_channel.h b/components/soc/esp32h4/include/soc/uart_channel.h index be39b43df59..26f20acacdb 100644 --- a/components/soc/esp32h4/include/soc/uart_channel.h +++ b/components/soc/esp32h4/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32H4. diff --git a/components/soc/esp32h4/include/soc/uart_pins.h b/components/soc/esp32h4/include/soc/uart_pins.h index 83ecbe92782..4a6e2446a9a 100644 --- a/components/soc/esp32h4/include/soc/uart_pins.h +++ b/components/soc/esp32h4/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/usb_dwc_cfg.h b/components/soc/esp32h4/include/soc/usb_dwc_cfg.h index 5dad643afcf..107157d91a8 100644 --- a/components/soc/esp32h4/include/soc/usb_dwc_cfg.h +++ b/components/soc/esp32h4/include/soc/usb_dwc_cfg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/usb_dwc_struct.h b/components/soc/esp32h4/include/soc/usb_dwc_struct.h index aa39e9ce293..a633d137ce9 100644 --- a/components/soc/esp32h4/include/soc/usb_dwc_struct.h +++ b/components/soc/esp32h4/include/soc/usb_dwc_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/usb_struct.h b/components/soc/esp32h4/include/soc/usb_struct.h index c0d64e28264..f7a984abbfb 100644 --- a/components/soc/esp32h4/include/soc/usb_struct.h +++ b/components/soc/esp32h4/include/soc/usb_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/wdev_reg.h b/components/soc/esp32h4/include/soc/wdev_reg.h index 940b8a655a5..c83728ace46 100644 --- a/components/soc/esp32h4/include/soc/wdev_reg.h +++ b/components/soc/esp32h4/include/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/include/soc/xts_aes_reg.h b/components/soc/esp32h4/include/soc/xts_aes_reg.h index 678d66f9ad8..4044ecfff80 100644 --- a/components/soc/esp32h4/include/soc/xts_aes_reg.h +++ b/components/soc/esp32h4/include/soc/xts_aes_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/interrupts.c b/components/soc/esp32h4/interrupts.c index a134be85b3b..d2ffb4519ba 100644 --- a/components/soc/esp32h4/interrupts.c +++ b/components/soc/esp32h4/interrupts.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32h4/interrupts_beta5.c b/components/soc/esp32h4/interrupts_beta5.c index 5acc172a83b..16bc4d9b63b 100644 --- a/components/soc/esp32h4/interrupts_beta5.c +++ b/components/soc/esp32h4/interrupts_beta5.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32h4/ld/esp32h4.peripherals.beta5.ld b/components/soc/esp32h4/ld/esp32h4.peripherals.beta5.ld index b25a8aa4f2a..a21af72147f 100644 --- a/components/soc/esp32h4/ld/esp32h4.peripherals.beta5.ld +++ b/components/soc/esp32h4/ld/esp32h4.peripherals.beta5.ld @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ PROVIDE ( TRACE0 = 0x60000000 ); diff --git a/components/soc/esp32h4/ld/esp32h4.peripherals.ld b/components/soc/esp32h4/ld/esp32h4.peripherals.ld index 60d4bb539c1..e433aa48f5d 100644 --- a/components/soc/esp32h4/ld/esp32h4.peripherals.ld +++ b/components/soc/esp32h4/ld/esp32h4.peripherals.ld @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ PROVIDE ( TRACE0 = 0x60000000 ); diff --git a/components/soc/esp32h4/ledc_periph.c b/components/soc/esp32h4/ledc_periph.c index a5dd818aa92..258431d489a 100644 --- a/components/soc/esp32h4/ledc_periph.c +++ b/components/soc/esp32h4/ledc_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32h4/register/hw_ver_beta5/soc/cpu_apm_reg.h b/components/soc/esp32h4/register/hw_ver_beta5/soc/cpu_apm_reg.h index a670134ce62..cbadb039169 100644 --- a/components/soc/esp32h4/register/hw_ver_beta5/soc/cpu_apm_reg.h +++ b/components/soc/esp32h4/register/hw_ver_beta5/soc/cpu_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_beta5/soc/cpu_apm_struct.h b/components/soc/esp32h4/register/hw_ver_beta5/soc/cpu_apm_struct.h index 3b2e323616e..1775e739b07 100644 --- a/components/soc/esp32h4/register/hw_ver_beta5/soc/cpu_apm_struct.h +++ b/components/soc/esp32h4/register/hw_ver_beta5/soc/cpu_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_beta5/soc/interrupt_matrix_reg.h b/components/soc/esp32h4/register/hw_ver_beta5/soc/interrupt_matrix_reg.h index 6c20c9b756d..0200b13afd3 100644 --- a/components/soc/esp32h4/register/hw_ver_beta5/soc/interrupt_matrix_reg.h +++ b/components/soc/esp32h4/register/hw_ver_beta5/soc/interrupt_matrix_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_beta5/soc/interrupt_matrix_struct.h b/components/soc/esp32h4/register/hw_ver_beta5/soc/interrupt_matrix_struct.h index 9add2c0f1fa..23fda3cc977 100644 --- a/components/soc/esp32h4/register/hw_ver_beta5/soc/interrupt_matrix_struct.h +++ b/components/soc/esp32h4/register/hw_ver_beta5/soc/interrupt_matrix_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_beta5/soc/pmu_reg.h b/components/soc/esp32h4/register/hw_ver_beta5/soc/pmu_reg.h index 6838ec3ce5e..769c39adb00 100644 --- a/components/soc/esp32h4/register/hw_ver_beta5/soc/pmu_reg.h +++ b/components/soc/esp32h4/register/hw_ver_beta5/soc/pmu_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_beta5/soc/pmu_struct.h b/components/soc/esp32h4/register/hw_ver_beta5/soc/pmu_struct.h index 5b71ccd1dc7..0b8bf3f40ce 100644 --- a/components/soc/esp32h4/register/hw_ver_beta5/soc/pmu_struct.h +++ b/components/soc/esp32h4/register/hw_ver_beta5/soc/pmu_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_beta5/soc/tee_reg.h b/components/soc/esp32h4/register/hw_ver_beta5/soc/tee_reg.h index 537d015f50d..874299912b4 100644 --- a/components/soc/esp32h4/register/hw_ver_beta5/soc/tee_reg.h +++ b/components/soc/esp32h4/register/hw_ver_beta5/soc/tee_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_beta5/soc/tee_struct.h b/components/soc/esp32h4/register/hw_ver_beta5/soc/tee_struct.h index 77f79af0534..97af4f6d27b 100644 --- a/components/soc/esp32h4/register/hw_ver_beta5/soc/tee_struct.h +++ b/components/soc/esp32h4/register/hw_ver_beta5/soc/tee_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_mp/soc/cpu_apm_reg.h b/components/soc/esp32h4/register/hw_ver_mp/soc/cpu_apm_reg.h index cc3f4e14c96..ff96906189e 100644 --- a/components/soc/esp32h4/register/hw_ver_mp/soc/cpu_apm_reg.h +++ b/components/soc/esp32h4/register/hw_ver_mp/soc/cpu_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_mp/soc/cpu_apm_struct.h b/components/soc/esp32h4/register/hw_ver_mp/soc/cpu_apm_struct.h index 6107075fe9e..e1c02301fb1 100644 --- a/components/soc/esp32h4/register/hw_ver_mp/soc/cpu_apm_struct.h +++ b/components/soc/esp32h4/register/hw_ver_mp/soc/cpu_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_mp/soc/interrupt_matrix_reg.h b/components/soc/esp32h4/register/hw_ver_mp/soc/interrupt_matrix_reg.h index 3d569560d79..950a44ba835 100644 --- a/components/soc/esp32h4/register/hw_ver_mp/soc/interrupt_matrix_reg.h +++ b/components/soc/esp32h4/register/hw_ver_mp/soc/interrupt_matrix_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_mp/soc/interrupt_matrix_struct.h b/components/soc/esp32h4/register/hw_ver_mp/soc/interrupt_matrix_struct.h index b8a2b7dc0f8..59366c0738a 100644 --- a/components/soc/esp32h4/register/hw_ver_mp/soc/interrupt_matrix_struct.h +++ b/components/soc/esp32h4/register/hw_ver_mp/soc/interrupt_matrix_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_mp/soc/pmu_reg.h b/components/soc/esp32h4/register/hw_ver_mp/soc/pmu_reg.h index 4a301c49cef..31c0f5391cd 100644 --- a/components/soc/esp32h4/register/hw_ver_mp/soc/pmu_reg.h +++ b/components/soc/esp32h4/register/hw_ver_mp/soc/pmu_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_mp/soc/pmu_struct.h b/components/soc/esp32h4/register/hw_ver_mp/soc/pmu_struct.h index 59b5ccdd2ba..7d2413b8807 100644 --- a/components/soc/esp32h4/register/hw_ver_mp/soc/pmu_struct.h +++ b/components/soc/esp32h4/register/hw_ver_mp/soc/pmu_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_mp/soc/tee_reg.h b/components/soc/esp32h4/register/hw_ver_mp/soc/tee_reg.h index b11d4d5cda0..6413894f19f 100644 --- a/components/soc/esp32h4/register/hw_ver_mp/soc/tee_reg.h +++ b/components/soc/esp32h4/register/hw_ver_mp/soc/tee_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/hw_ver_mp/soc/tee_struct.h b/components/soc/esp32h4/register/hw_ver_mp/soc/tee_struct.h index 02b8a757c57..05cc0e2de0e 100644 --- a/components/soc/esp32h4/register/hw_ver_mp/soc/tee_struct.h +++ b/components/soc/esp32h4/register/hw_ver_mp/soc/tee_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/aes_reg.h b/components/soc/esp32h4/register/soc/aes_reg.h index 08a7c79e7b0..770bdb5ab26 100644 --- a/components/soc/esp32h4/register/soc/aes_reg.h +++ b/components/soc/esp32h4/register/soc/aes_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/aes_struct.h b/components/soc/esp32h4/register/soc/aes_struct.h index 3065c238f25..12595ce95ad 100644 --- a/components/soc/esp32h4/register/soc/aes_struct.h +++ b/components/soc/esp32h4/register/soc/aes_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/ahb_dma_reg.h b/components/soc/esp32h4/register/soc/ahb_dma_reg.h index e1d6d5dcd2f..7e818dd541a 100644 --- a/components/soc/esp32h4/register/soc/ahb_dma_reg.h +++ b/components/soc/esp32h4/register/soc/ahb_dma_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/ahb_dma_struct.h b/components/soc/esp32h4/register/soc/ahb_dma_struct.h index 9660c08b45f..5edc2326a91 100644 --- a/components/soc/esp32h4/register/soc/ahb_dma_struct.h +++ b/components/soc/esp32h4/register/soc/ahb_dma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/apb_saradc_reg.h b/components/soc/esp32h4/register/soc/apb_saradc_reg.h index 49e1deb768c..4eee917dde9 100644 --- a/components/soc/esp32h4/register/soc/apb_saradc_reg.h +++ b/components/soc/esp32h4/register/soc/apb_saradc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/apb_saradc_struct.h b/components/soc/esp32h4/register/soc/apb_saradc_struct.h index 7c0addc8001..edba8a94610 100644 --- a/components/soc/esp32h4/register/soc/apb_saradc_struct.h +++ b/components/soc/esp32h4/register/soc/apb_saradc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/asrc_reg.h b/components/soc/esp32h4/register/soc/asrc_reg.h index 49cf34ac859..1103d226dd3 100644 --- a/components/soc/esp32h4/register/soc/asrc_reg.h +++ b/components/soc/esp32h4/register/soc/asrc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/asrc_struct.h b/components/soc/esp32h4/register/soc/asrc_struct.h index b0bb39fac02..05e1449724f 100644 --- a/components/soc/esp32h4/register/soc/asrc_struct.h +++ b/components/soc/esp32h4/register/soc/asrc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/bus_monitor_reg.h b/components/soc/esp32h4/register/soc/bus_monitor_reg.h index 5ee43b82e68..554a1f6b3fb 100644 --- a/components/soc/esp32h4/register/soc/bus_monitor_reg.h +++ b/components/soc/esp32h4/register/soc/bus_monitor_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/bus_monitor_struct.h b/components/soc/esp32h4/register/soc/bus_monitor_struct.h index 3eadd0a4613..cbd0daee944 100644 --- a/components/soc/esp32h4/register/soc/bus_monitor_struct.h +++ b/components/soc/esp32h4/register/soc/bus_monitor_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/cache_reg.h b/components/soc/esp32h4/register/soc/cache_reg.h index 19e563df05b..9ac750948f7 100644 --- a/components/soc/esp32h4/register/soc/cache_reg.h +++ b/components/soc/esp32h4/register/soc/cache_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/cache_struct.h b/components/soc/esp32h4/register/soc/cache_struct.h index 050ed1c890a..a77fc5b7d8d 100644 --- a/components/soc/esp32h4/register/soc/cache_struct.h +++ b/components/soc/esp32h4/register/soc/cache_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/ecc_mult_reg.h b/components/soc/esp32h4/register/soc/ecc_mult_reg.h index 7be529b9afb..9194651e1a1 100644 --- a/components/soc/esp32h4/register/soc/ecc_mult_reg.h +++ b/components/soc/esp32h4/register/soc/ecc_mult_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/ecc_mult_struct.h b/components/soc/esp32h4/register/soc/ecc_mult_struct.h index 1aeb47caa86..421ebf57d99 100644 --- a/components/soc/esp32h4/register/soc/ecc_mult_struct.h +++ b/components/soc/esp32h4/register/soc/ecc_mult_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/ecdsa_reg.h b/components/soc/esp32h4/register/soc/ecdsa_reg.h index 401786a1653..451ffaf15cc 100644 --- a/components/soc/esp32h4/register/soc/ecdsa_reg.h +++ b/components/soc/esp32h4/register/soc/ecdsa_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/ecdsa_struct.h b/components/soc/esp32h4/register/soc/ecdsa_struct.h index 6659f30a908..e9653073ecf 100644 --- a/components/soc/esp32h4/register/soc/ecdsa_struct.h +++ b/components/soc/esp32h4/register/soc/ecdsa_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/efuse_reg.h b/components/soc/esp32h4/register/soc/efuse_reg.h index 26fd1f69b1e..2831afe9d55 100644 --- a/components/soc/esp32h4/register/soc/efuse_reg.h +++ b/components/soc/esp32h4/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/efuse_struct.h b/components/soc/esp32h4/register/soc/efuse_struct.h index 4c420bef164..3476ed96b56 100644 --- a/components/soc/esp32h4/register/soc/efuse_struct.h +++ b/components/soc/esp32h4/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/gpio_ext_reg.h b/components/soc/esp32h4/register/soc/gpio_ext_reg.h index 4d72e4463fb..2f7f813841e 100644 --- a/components/soc/esp32h4/register/soc/gpio_ext_reg.h +++ b/components/soc/esp32h4/register/soc/gpio_ext_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/gpio_ext_struct.h b/components/soc/esp32h4/register/soc/gpio_ext_struct.h index bd0979fb304..62a3a82ab45 100644 --- a/components/soc/esp32h4/register/soc/gpio_ext_struct.h +++ b/components/soc/esp32h4/register/soc/gpio_ext_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/gpio_reg.h b/components/soc/esp32h4/register/soc/gpio_reg.h index 8b78e5108e9..25bbdd98618 100644 --- a/components/soc/esp32h4/register/soc/gpio_reg.h +++ b/components/soc/esp32h4/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/gpio_struct.h b/components/soc/esp32h4/register/soc/gpio_struct.h index 2adbdb49c21..9e62a011f52 100644 --- a/components/soc/esp32h4/register/soc/gpio_struct.h +++ b/components/soc/esp32h4/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/hmac_reg.h b/components/soc/esp32h4/register/soc/hmac_reg.h index bba02c8bb6a..18b1172d3d4 100644 --- a/components/soc/esp32h4/register/soc/hmac_reg.h +++ b/components/soc/esp32h4/register/soc/hmac_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/hmac_struct.h b/components/soc/esp32h4/register/soc/hmac_struct.h index 9003f4d58fc..c18a868aea6 100644 --- a/components/soc/esp32h4/register/soc/hmac_struct.h +++ b/components/soc/esp32h4/register/soc/hmac_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/hp_apm_reg.h b/components/soc/esp32h4/register/soc/hp_apm_reg.h index 569d70c996b..7e892bd0510 100644 --- a/components/soc/esp32h4/register/soc/hp_apm_reg.h +++ b/components/soc/esp32h4/register/soc/hp_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/hp_apm_struct.h b/components/soc/esp32h4/register/soc/hp_apm_struct.h index d988bed1348..b2b3129f9b9 100644 --- a/components/soc/esp32h4/register/soc/hp_apm_struct.h +++ b/components/soc/esp32h4/register/soc/hp_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/hp_mem_apm_reg.h b/components/soc/esp32h4/register/soc/hp_mem_apm_reg.h index 75fda335c1f..2b977234c4b 100644 --- a/components/soc/esp32h4/register/soc/hp_mem_apm_reg.h +++ b/components/soc/esp32h4/register/soc/hp_mem_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/hp_mem_apm_struct.h b/components/soc/esp32h4/register/soc/hp_mem_apm_struct.h index 16fda07b726..1b84acaf7ce 100644 --- a/components/soc/esp32h4/register/soc/hp_mem_apm_struct.h +++ b/components/soc/esp32h4/register/soc/hp_mem_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/hp_system_reg.h b/components/soc/esp32h4/register/soc/hp_system_reg.h index 29df932af79..4078d734f6b 100644 --- a/components/soc/esp32h4/register/soc/hp_system_reg.h +++ b/components/soc/esp32h4/register/soc/hp_system_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/hp_system_struct.h b/components/soc/esp32h4/register/soc/hp_system_struct.h index c6280f66771..81d0749b5db 100644 --- a/components/soc/esp32h4/register/soc/hp_system_struct.h +++ b/components/soc/esp32h4/register/soc/hp_system_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/huk_reg.h b/components/soc/esp32h4/register/soc/huk_reg.h index 20c44c4d3dd..044b44e9784 100644 --- a/components/soc/esp32h4/register/soc/huk_reg.h +++ b/components/soc/esp32h4/register/soc/huk_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/huk_struct.h b/components/soc/esp32h4/register/soc/huk_struct.h index 5be5968adfb..3069ff4756e 100644 --- a/components/soc/esp32h4/register/soc/huk_struct.h +++ b/components/soc/esp32h4/register/soc/huk_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/i2c_reg.h b/components/soc/esp32h4/register/soc/i2c_reg.h index c90b4be523d..ba40c328e66 100644 --- a/components/soc/esp32h4/register/soc/i2c_reg.h +++ b/components/soc/esp32h4/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/i2c_struct.h b/components/soc/esp32h4/register/soc/i2c_struct.h index 9a50e7287e6..dd19ca090fc 100644 --- a/components/soc/esp32h4/register/soc/i2c_struct.h +++ b/components/soc/esp32h4/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/i2s_reg.h b/components/soc/esp32h4/register/soc/i2s_reg.h index 009cc750029..a4f58178669 100644 --- a/components/soc/esp32h4/register/soc/i2s_reg.h +++ b/components/soc/esp32h4/register/soc/i2s_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/i2s_struct.h b/components/soc/esp32h4/register/soc/i2s_struct.h index a13672b0e12..dd6167faadd 100644 --- a/components/soc/esp32h4/register/soc/i2s_struct.h +++ b/components/soc/esp32h4/register/soc/i2s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/ieee802154_reg.h b/components/soc/esp32h4/register/soc/ieee802154_reg.h index e5cb3a6cd28..7ba17509769 100644 --- a/components/soc/esp32h4/register/soc/ieee802154_reg.h +++ b/components/soc/esp32h4/register/soc/ieee802154_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/ieee802154_struct.h b/components/soc/esp32h4/register/soc/ieee802154_struct.h index 861bde9fd77..bf9f573c683 100644 --- a/components/soc/esp32h4/register/soc/ieee802154_struct.h +++ b/components/soc/esp32h4/register/soc/ieee802154_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/intpri_reg.h b/components/soc/esp32h4/register/soc/intpri_reg.h index f3789ea6388..47afba4f696 100644 --- a/components/soc/esp32h4/register/soc/intpri_reg.h +++ b/components/soc/esp32h4/register/soc/intpri_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/intpri_struct.h b/components/soc/esp32h4/register/soc/intpri_struct.h index 05541028a57..2ab4af2d911 100644 --- a/components/soc/esp32h4/register/soc/intpri_struct.h +++ b/components/soc/esp32h4/register/soc/intpri_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/io_mux_reg.h b/components/soc/esp32h4/register/soc/io_mux_reg.h index f3c2474d3e9..ab940315ff1 100644 --- a/components/soc/esp32h4/register/soc/io_mux_reg.h +++ b/components/soc/esp32h4/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/io_mux_struct.h b/components/soc/esp32h4/register/soc/io_mux_struct.h index d598356326f..0f2bd00894e 100644 --- a/components/soc/esp32h4/register/soc/io_mux_struct.h +++ b/components/soc/esp32h4/register/soc/io_mux_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/keymng_reg.h b/components/soc/esp32h4/register/soc/keymng_reg.h index a385df2586b..ab55c76934d 100644 --- a/components/soc/esp32h4/register/soc/keymng_reg.h +++ b/components/soc/esp32h4/register/soc/keymng_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/keymng_struct.h b/components/soc/esp32h4/register/soc/keymng_struct.h index be7c8f3d11c..74064af0319 100644 --- a/components/soc/esp32h4/register/soc/keymng_struct.h +++ b/components/soc/esp32h4/register/soc/keymng_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/ledc_reg.h b/components/soc/esp32h4/register/soc/ledc_reg.h index 1f420beb3a5..6b24acb5455 100644 --- a/components/soc/esp32h4/register/soc/ledc_reg.h +++ b/components/soc/esp32h4/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/ledc_struct.h b/components/soc/esp32h4/register/soc/ledc_struct.h index 54d1a05d2b2..9d2eec77306 100644 --- a/components/soc/esp32h4/register/soc/ledc_struct.h +++ b/components/soc/esp32h4/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_analog_peri_reg.h b/components/soc/esp32h4/register/soc/lp_analog_peri_reg.h index 575fb87e4e9..b651d4614ce 100644 --- a/components/soc/esp32h4/register/soc/lp_analog_peri_reg.h +++ b/components/soc/esp32h4/register/soc/lp_analog_peri_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_analog_peri_struct.h b/components/soc/esp32h4/register/soc/lp_analog_peri_struct.h index 1fb1923ce25..2498e82ccf2 100644 --- a/components/soc/esp32h4/register/soc/lp_analog_peri_struct.h +++ b/components/soc/esp32h4/register/soc/lp_analog_peri_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_aon_reg.h b/components/soc/esp32h4/register/soc/lp_aon_reg.h index 194bdfc6acd..5ad65be02e8 100644 --- a/components/soc/esp32h4/register/soc/lp_aon_reg.h +++ b/components/soc/esp32h4/register/soc/lp_aon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_aon_struct.h b/components/soc/esp32h4/register/soc/lp_aon_struct.h index bf31086ee5d..c58df209191 100644 --- a/components/soc/esp32h4/register/soc/lp_aon_struct.h +++ b/components/soc/esp32h4/register/soc/lp_aon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_clkrst_reg.h b/components/soc/esp32h4/register/soc/lp_clkrst_reg.h index eb32737dfb9..de4888450a3 100644 --- a/components/soc/esp32h4/register/soc/lp_clkrst_reg.h +++ b/components/soc/esp32h4/register/soc/lp_clkrst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_clkrst_struct.h b/components/soc/esp32h4/register/soc/lp_clkrst_struct.h index a036d8073f2..6370d9cf884 100644 --- a/components/soc/esp32h4/register/soc/lp_clkrst_struct.h +++ b/components/soc/esp32h4/register/soc/lp_clkrst_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_gpio_reg.h b/components/soc/esp32h4/register/soc/lp_gpio_reg.h index 3ee708e0ef7..ce65dfa318a 100644 --- a/components/soc/esp32h4/register/soc/lp_gpio_reg.h +++ b/components/soc/esp32h4/register/soc/lp_gpio_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_gpio_struct.h b/components/soc/esp32h4/register/soc/lp_gpio_struct.h index 94075104786..60d94acfcdc 100644 --- a/components/soc/esp32h4/register/soc/lp_gpio_struct.h +++ b/components/soc/esp32h4/register/soc/lp_gpio_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_iomux_reg.h b/components/soc/esp32h4/register/soc/lp_iomux_reg.h index bdbaf407287..a9d43592ba5 100644 --- a/components/soc/esp32h4/register/soc/lp_iomux_reg.h +++ b/components/soc/esp32h4/register/soc/lp_iomux_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_iomux_struct.h b/components/soc/esp32h4/register/soc/lp_iomux_struct.h index 4dc0fe0de41..943a18b39fc 100644 --- a/components/soc/esp32h4/register/soc/lp_iomux_struct.h +++ b/components/soc/esp32h4/register/soc/lp_iomux_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_tee_reg.h b/components/soc/esp32h4/register/soc/lp_tee_reg.h index 93727666634..30ce50ea3f0 100644 --- a/components/soc/esp32h4/register/soc/lp_tee_reg.h +++ b/components/soc/esp32h4/register/soc/lp_tee_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_tee_struct.h b/components/soc/esp32h4/register/soc/lp_tee_struct.h index f6aba992b11..d40955b97c9 100644 --- a/components/soc/esp32h4/register/soc/lp_tee_struct.h +++ b/components/soc/esp32h4/register/soc/lp_tee_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_timer_reg.h b/components/soc/esp32h4/register/soc/lp_timer_reg.h index c81fdbfb410..76096303301 100644 --- a/components/soc/esp32h4/register/soc/lp_timer_reg.h +++ b/components/soc/esp32h4/register/soc/lp_timer_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_timer_struct.h b/components/soc/esp32h4/register/soc/lp_timer_struct.h index 5416b97ee68..0c4129864f1 100644 --- a/components/soc/esp32h4/register/soc/lp_timer_struct.h +++ b/components/soc/esp32h4/register/soc/lp_timer_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_wdt_reg.h b/components/soc/esp32h4/register/soc/lp_wdt_reg.h index d46daf3b148..8ce12dd3cd2 100644 --- a/components/soc/esp32h4/register/soc/lp_wdt_reg.h +++ b/components/soc/esp32h4/register/soc/lp_wdt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lp_wdt_struct.h b/components/soc/esp32h4/register/soc/lp_wdt_struct.h index 551cbf19e2d..07f33601c56 100644 --- a/components/soc/esp32h4/register/soc/lp_wdt_struct.h +++ b/components/soc/esp32h4/register/soc/lp_wdt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lpperi_reg.h b/components/soc/esp32h4/register/soc/lpperi_reg.h index f10532efd95..1f08ffedc0b 100644 --- a/components/soc/esp32h4/register/soc/lpperi_reg.h +++ b/components/soc/esp32h4/register/soc/lpperi_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/lpperi_struct.h b/components/soc/esp32h4/register/soc/lpperi_struct.h index d36a50c1ab5..b695fa96b6d 100644 --- a/components/soc/esp32h4/register/soc/lpperi_struct.h +++ b/components/soc/esp32h4/register/soc/lpperi_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/mcpwm_reg.h b/components/soc/esp32h4/register/soc/mcpwm_reg.h index 92625a78802..48cd8284f9e 100644 --- a/components/soc/esp32h4/register/soc/mcpwm_reg.h +++ b/components/soc/esp32h4/register/soc/mcpwm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/mcpwm_struct.h b/components/soc/esp32h4/register/soc/mcpwm_struct.h index cc0793c7182..3137d34a5d4 100644 --- a/components/soc/esp32h4/register/soc/mcpwm_struct.h +++ b/components/soc/esp32h4/register/soc/mcpwm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/mem_monitor_reg.h b/components/soc/esp32h4/register/soc/mem_monitor_reg.h index 799fd33447f..a35bde2fc95 100644 --- a/components/soc/esp32h4/register/soc/mem_monitor_reg.h +++ b/components/soc/esp32h4/register/soc/mem_monitor_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/mem_monitor_struct.h b/components/soc/esp32h4/register/soc/mem_monitor_struct.h index 23f917b9a68..b020741fb5e 100644 --- a/components/soc/esp32h4/register/soc/mem_monitor_struct.h +++ b/components/soc/esp32h4/register/soc/mem_monitor_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/parl_io_reg.h b/components/soc/esp32h4/register/soc/parl_io_reg.h index 472c160882d..52eea5a6675 100644 --- a/components/soc/esp32h4/register/soc/parl_io_reg.h +++ b/components/soc/esp32h4/register/soc/parl_io_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/parl_io_struct.h b/components/soc/esp32h4/register/soc/parl_io_struct.h index 73cbd6b3ea8..f6a704adbee 100644 --- a/components/soc/esp32h4/register/soc/parl_io_struct.h +++ b/components/soc/esp32h4/register/soc/parl_io_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/pau_reg.h b/components/soc/esp32h4/register/soc/pau_reg.h index 93c52384940..078b905c21b 100644 --- a/components/soc/esp32h4/register/soc/pau_reg.h +++ b/components/soc/esp32h4/register/soc/pau_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/pau_struct.h b/components/soc/esp32h4/register/soc/pau_struct.h index cfdc95c0b08..68c90318be0 100644 --- a/components/soc/esp32h4/register/soc/pau_struct.h +++ b/components/soc/esp32h4/register/soc/pau_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/pcnt_reg.h b/components/soc/esp32h4/register/soc/pcnt_reg.h index e319c62392e..a9142f0b280 100644 --- a/components/soc/esp32h4/register/soc/pcnt_reg.h +++ b/components/soc/esp32h4/register/soc/pcnt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/pcnt_struct.h b/components/soc/esp32h4/register/soc/pcnt_struct.h index f5f00fda50f..c2de96d9a13 100644 --- a/components/soc/esp32h4/register/soc/pcnt_struct.h +++ b/components/soc/esp32h4/register/soc/pcnt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/pcr_reg.h b/components/soc/esp32h4/register/soc/pcr_reg.h index b1dbccde1b3..ed03310f7bf 100644 --- a/components/soc/esp32h4/register/soc/pcr_reg.h +++ b/components/soc/esp32h4/register/soc/pcr_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/pcr_struct.h b/components/soc/esp32h4/register/soc/pcr_struct.h index 0753805af8c..ca0fcc51ae4 100644 --- a/components/soc/esp32h4/register/soc/pcr_struct.h +++ b/components/soc/esp32h4/register/soc/pcr_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/pvt_reg.h b/components/soc/esp32h4/register/soc/pvt_reg.h index b4f631c26ae..762480e7ca0 100644 --- a/components/soc/esp32h4/register/soc/pvt_reg.h +++ b/components/soc/esp32h4/register/soc/pvt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/pvt_struct.h b/components/soc/esp32h4/register/soc/pvt_struct.h index c5613becc75..687ffaf0a6c 100644 --- a/components/soc/esp32h4/register/soc/pvt_struct.h +++ b/components/soc/esp32h4/register/soc/pvt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/rmt_reg.h b/components/soc/esp32h4/register/soc/rmt_reg.h index 99b7d3ff4b5..1c6c90e29c9 100644 --- a/components/soc/esp32h4/register/soc/rmt_reg.h +++ b/components/soc/esp32h4/register/soc/rmt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/rmt_struct.h b/components/soc/esp32h4/register/soc/rmt_struct.h index 62016d789f2..eb69a7c1b15 100644 --- a/components/soc/esp32h4/register/soc/rmt_struct.h +++ b/components/soc/esp32h4/register/soc/rmt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/rng_reg.h b/components/soc/esp32h4/register/soc/rng_reg.h index e47b377ba16..245f42d5214 100644 --- a/components/soc/esp32h4/register/soc/rng_reg.h +++ b/components/soc/esp32h4/register/soc/rng_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/rng_struct.h b/components/soc/esp32h4/register/soc/rng_struct.h index 1f2a6d1a313..12e8df4a0b8 100644 --- a/components/soc/esp32h4/register/soc/rng_struct.h +++ b/components/soc/esp32h4/register/soc/rng_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/sha_reg.h b/components/soc/esp32h4/register/soc/sha_reg.h index f40181360d5..c461dba15cb 100644 --- a/components/soc/esp32h4/register/soc/sha_reg.h +++ b/components/soc/esp32h4/register/soc/sha_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/sha_struct.h b/components/soc/esp32h4/register/soc/sha_struct.h index 410183ea7a1..ee9f1c582bb 100644 --- a/components/soc/esp32h4/register/soc/sha_struct.h +++ b/components/soc/esp32h4/register/soc/sha_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/soc_etm_reg.h b/components/soc/esp32h4/register/soc/soc_etm_reg.h index ac8a7ed36a0..968c65f8459 100644 --- a/components/soc/esp32h4/register/soc/soc_etm_reg.h +++ b/components/soc/esp32h4/register/soc/soc_etm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/soc_etm_struct.h b/components/soc/esp32h4/register/soc/soc_etm_struct.h index 20e093ee208..d3671b5592b 100644 --- a/components/soc/esp32h4/register/soc/soc_etm_struct.h +++ b/components/soc/esp32h4/register/soc/soc_etm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/spi1_mem_reg.h b/components/soc/esp32h4/register/soc/spi1_mem_reg.h index df18f5a1644..70b2d05e35d 100644 --- a/components/soc/esp32h4/register/soc/spi1_mem_reg.h +++ b/components/soc/esp32h4/register/soc/spi1_mem_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/spi1_mem_struct.h b/components/soc/esp32h4/register/soc/spi1_mem_struct.h index 4b8bad93cdb..9b76d353cd5 100644 --- a/components/soc/esp32h4/register/soc/spi1_mem_struct.h +++ b/components/soc/esp32h4/register/soc/spi1_mem_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/spi_mem_c_reg.h b/components/soc/esp32h4/register/soc/spi_mem_c_reg.h index 9d501d4eeb8..bc96a35b3dd 100644 --- a/components/soc/esp32h4/register/soc/spi_mem_c_reg.h +++ b/components/soc/esp32h4/register/soc/spi_mem_c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/spi_mem_c_struct.h b/components/soc/esp32h4/register/soc/spi_mem_c_struct.h index eceaf120d67..88e6b2267fd 100644 --- a/components/soc/esp32h4/register/soc/spi_mem_c_struct.h +++ b/components/soc/esp32h4/register/soc/spi_mem_c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/spi_reg.h b/components/soc/esp32h4/register/soc/spi_reg.h index 36902ec347c..b5861253084 100644 --- a/components/soc/esp32h4/register/soc/spi_reg.h +++ b/components/soc/esp32h4/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/spi_struct.h b/components/soc/esp32h4/register/soc/spi_struct.h index 1900b151c2b..cff86446f24 100644 --- a/components/soc/esp32h4/register/soc/spi_struct.h +++ b/components/soc/esp32h4/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/systimer_reg.h b/components/soc/esp32h4/register/soc/systimer_reg.h index c749e9e3649..f046116d8fd 100644 --- a/components/soc/esp32h4/register/soc/systimer_reg.h +++ b/components/soc/esp32h4/register/soc/systimer_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/systimer_struct.h b/components/soc/esp32h4/register/soc/systimer_struct.h index 8ef88d2cd64..db382f4eb60 100644 --- a/components/soc/esp32h4/register/soc/systimer_struct.h +++ b/components/soc/esp32h4/register/soc/systimer_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/timer_group_reg.h b/components/soc/esp32h4/register/soc/timer_group_reg.h index 58e4c58d616..a0194cc4a37 100644 --- a/components/soc/esp32h4/register/soc/timer_group_reg.h +++ b/components/soc/esp32h4/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/timer_group_struct.h b/components/soc/esp32h4/register/soc/timer_group_struct.h index 663f407d2c1..4e8ecc0ede8 100644 --- a/components/soc/esp32h4/register/soc/timer_group_struct.h +++ b/components/soc/esp32h4/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/touch_aon_reg.h b/components/soc/esp32h4/register/soc/touch_aon_reg.h index 7c1aafde75e..e31c9f52cb7 100644 --- a/components/soc/esp32h4/register/soc/touch_aon_reg.h +++ b/components/soc/esp32h4/register/soc/touch_aon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/touch_aon_struct.h b/components/soc/esp32h4/register/soc/touch_aon_struct.h index bb69c774b48..56fd2e7c3df 100644 --- a/components/soc/esp32h4/register/soc/touch_aon_struct.h +++ b/components/soc/esp32h4/register/soc/touch_aon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/touch_reg.h b/components/soc/esp32h4/register/soc/touch_reg.h index aa5322a74ec..5e6c3e7e113 100644 --- a/components/soc/esp32h4/register/soc/touch_reg.h +++ b/components/soc/esp32h4/register/soc/touch_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/touch_struct.h b/components/soc/esp32h4/register/soc/touch_struct.h index fe29b6cb546..57dc78e5ef3 100644 --- a/components/soc/esp32h4/register/soc/touch_struct.h +++ b/components/soc/esp32h4/register/soc/touch_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/trace_reg.h b/components/soc/esp32h4/register/soc/trace_reg.h index 881a4c88552..aa2cd3d783b 100644 --- a/components/soc/esp32h4/register/soc/trace_reg.h +++ b/components/soc/esp32h4/register/soc/trace_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/trace_struct.h b/components/soc/esp32h4/register/soc/trace_struct.h index 659f3fcd3c4..f952e56dce1 100644 --- a/components/soc/esp32h4/register/soc/trace_struct.h +++ b/components/soc/esp32h4/register/soc/trace_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/twaifd_reg.h b/components/soc/esp32h4/register/soc/twaifd_reg.h index 39d276ef206..aefc49b0dd8 100644 --- a/components/soc/esp32h4/register/soc/twaifd_reg.h +++ b/components/soc/esp32h4/register/soc/twaifd_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/twaifd_struct.h b/components/soc/esp32h4/register/soc/twaifd_struct.h index eaedf075ea9..0d5ff67a19a 100644 --- a/components/soc/esp32h4/register/soc/twaifd_struct.h +++ b/components/soc/esp32h4/register/soc/twaifd_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/uart_reg.h b/components/soc/esp32h4/register/soc/uart_reg.h index 3a519be8c42..ac6219f0993 100644 --- a/components/soc/esp32h4/register/soc/uart_reg.h +++ b/components/soc/esp32h4/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/uart_struct.h b/components/soc/esp32h4/register/soc/uart_struct.h index 4ff92a005ae..9cdb0279f87 100644 --- a/components/soc/esp32h4/register/soc/uart_struct.h +++ b/components/soc/esp32h4/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/uhci_reg.h b/components/soc/esp32h4/register/soc/uhci_reg.h index b7cee209107..1f1797f82a1 100644 --- a/components/soc/esp32h4/register/soc/uhci_reg.h +++ b/components/soc/esp32h4/register/soc/uhci_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/uhci_struct.h b/components/soc/esp32h4/register/soc/uhci_struct.h index 8c17f7ad2a6..c1541373a8b 100644 --- a/components/soc/esp32h4/register/soc/uhci_struct.h +++ b/components/soc/esp32h4/register/soc/uhci_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/usb_otgfs_core_ctrl_reg.h b/components/soc/esp32h4/register/soc/usb_otgfs_core_ctrl_reg.h index 081211d013d..4d5d87bf9f3 100644 --- a/components/soc/esp32h4/register/soc/usb_otgfs_core_ctrl_reg.h +++ b/components/soc/esp32h4/register/soc/usb_otgfs_core_ctrl_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/usb_otgfs_core_ctrl_struct.h b/components/soc/esp32h4/register/soc/usb_otgfs_core_ctrl_struct.h index 750469787e5..99c7cec46d5 100644 --- a/components/soc/esp32h4/register/soc/usb_otgfs_core_ctrl_struct.h +++ b/components/soc/esp32h4/register/soc/usb_otgfs_core_ctrl_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/usb_serial_jtag_reg.h b/components/soc/esp32h4/register/soc/usb_serial_jtag_reg.h index 94a2c6d05ea..3190c9a8b7e 100644 --- a/components/soc/esp32h4/register/soc/usb_serial_jtag_reg.h +++ b/components/soc/esp32h4/register/soc/usb_serial_jtag_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/usb_serial_jtag_struct.h b/components/soc/esp32h4/register/soc/usb_serial_jtag_struct.h index 22ff9513912..bb8c8b333ae 100644 --- a/components/soc/esp32h4/register/soc/usb_serial_jtag_struct.h +++ b/components/soc/esp32h4/register/soc/usb_serial_jtag_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/usb_wrap_reg.h b/components/soc/esp32h4/register/soc/usb_wrap_reg.h index 676b6f2f5c9..a71dba65448 100644 --- a/components/soc/esp32h4/register/soc/usb_wrap_reg.h +++ b/components/soc/esp32h4/register/soc/usb_wrap_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/usb_wrap_struct.h b/components/soc/esp32h4/register/soc/usb_wrap_struct.h index d04c80210ac..585a141cc7a 100644 --- a/components/soc/esp32h4/register/soc/usb_wrap_struct.h +++ b/components/soc/esp32h4/register/soc/usb_wrap_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/zero_det_reg.h b/components/soc/esp32h4/register/soc/zero_det_reg.h index 44298cf5594..9f294b36145 100644 --- a/components/soc/esp32h4/register/soc/zero_det_reg.h +++ b/components/soc/esp32h4/register/soc/zero_det_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/register/soc/zero_det_struct.h b/components/soc/esp32h4/register/soc/zero_det_struct.h index 4f0ba1d7761..3e8ce1a0cc2 100644 --- a/components/soc/esp32h4/register/soc/zero_det_struct.h +++ b/components/soc/esp32h4/register/soc/zero_det_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32h4/rtc_io_periph.c b/components/soc/esp32h4/rtc_io_periph.c index 2eb045373f8..c9a41e3fa30 100644 --- a/components/soc/esp32h4/rtc_io_periph.c +++ b/components/soc/esp32h4/rtc_io_periph.c @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rtc_io_periph.h" diff --git a/components/soc/esp32h4/sdm_periph.c b/components/soc/esp32h4/sdm_periph.c index 6fd08e451b4..0d5603bd172 100644 --- a/components/soc/esp32h4/sdm_periph.c +++ b/components/soc/esp32h4/sdm_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdm_periph.h" diff --git a/components/soc/esp32h4/spi_periph.c b/components/soc/esp32h4/spi_periph.c index a013e32f2bd..c1d00acc2db 100644 --- a/components/soc/esp32h4/spi_periph.c +++ b/components/soc/esp32h4/spi_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32h4/system_retention_periph.c b/components/soc/esp32h4/system_retention_periph.c index 77f49ebb4c3..0b6a7ec2f2e 100644 --- a/components/soc/esp32h4/system_retention_periph.c +++ b/components/soc/esp32h4/system_retention_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/regdma.h" diff --git a/components/soc/esp32h4/twai_periph.c b/components/soc/esp32h4/twai_periph.c index e819c612550..12df11526b1 100644 --- a/components/soc/esp32h4/twai_periph.c +++ b/components/soc/esp32h4/twai_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/twai_periph.h" diff --git a/components/soc/esp32h4/uart_periph.c b/components/soc/esp32h4/uart_periph.c index aae5372e173..46da5e79802 100644 --- a/components/soc/esp32h4/uart_periph.c +++ b/components/soc/esp32h4/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32p4/adc_periph.c b/components/soc/esp32p4/adc_periph.c index fe4445b44eb..fcfd14aec99 100644 --- a/components/soc/esp32p4/adc_periph.c +++ b/components/soc/esp32p4/adc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/adc_periph.h" diff --git a/components/soc/esp32p4/ana_cmpr_periph.c b/components/soc/esp32p4/ana_cmpr_periph.c index 1d6fd07b706..8f9614260fb 100644 --- a/components/soc/esp32p4/ana_cmpr_periph.c +++ b/components/soc/esp32p4/ana_cmpr_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ana_cmpr_periph.h" diff --git a/components/soc/esp32p4/debug_probe_periph.c b/components/soc/esp32p4/debug_probe_periph.c index 5c7746dd5c0..99d048daa1c 100644 --- a/components/soc/esp32p4/debug_probe_periph.c +++ b/components/soc/esp32p4/debug_probe_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_sig_map.h" diff --git a/components/soc/esp32p4/dedic_gpio_periph.c b/components/soc/esp32p4/dedic_gpio_periph.c index c105ab07a16..1047ec3d739 100644 --- a/components/soc/esp32p4/dedic_gpio_periph.c +++ b/components/soc/esp32p4/dedic_gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_sig_map.h" diff --git a/components/soc/esp32p4/gpio_periph.c b/components/soc/esp32p4/gpio_periph.c index 1fa61c8dc97..c1c1012562f 100644 --- a/components/soc/esp32p4/gpio_periph.c +++ b/components/soc/esp32p4/gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32p4/i3c_master_periph.c b/components/soc/esp32p4/i3c_master_periph.c index e06e9f38ace..274f9f35104 100644 --- a/components/soc/esp32p4/i3c_master_periph.c +++ b/components/soc/esp32p4/i3c_master_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/i3c_master_periph.h" diff --git a/components/soc/esp32p4/include/soc/adc_channel.h b/components/soc/esp32p4/include/soc/adc_channel.h index 1d95c0d19ac..f65ae63145d 100644 --- a/components/soc/esp32p4/include/soc/adc_channel.h +++ b/components/soc/esp32p4/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/ana_cmpr_pins.h b/components/soc/esp32p4/include/soc/ana_cmpr_pins.h index e6430604c2a..cc0b2625adf 100644 --- a/components/soc/esp32p4/include/soc/ana_cmpr_pins.h +++ b/components/soc/esp32p4/include/soc/ana_cmpr_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/ana_cmpr_struct.h b/components/soc/esp32p4/include/soc/ana_cmpr_struct.h index b49d31807d7..f82dbdbf175 100644 --- a/components/soc/esp32p4/include/soc/ana_cmpr_struct.h +++ b/components/soc/esp32p4/include/soc/ana_cmpr_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* NOTE: this file is created manually for compatibility */ diff --git a/components/soc/esp32p4/include/soc/boot_mode.h b/components/soc/esp32p4/include/soc/boot_mode.h index 644f860dee2..c0bc90c3144 100644 --- a/components/soc/esp32p4/include/soc/boot_mode.h +++ b/components/soc/esp32p4/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BOOT_MODE_H_ diff --git a/components/soc/esp32p4/include/soc/clic_reg.h b/components/soc/esp32p4/include/soc/clic_reg.h index 97a6e785940..e0f8e6778dc 100644 --- a/components/soc/esp32p4/include/soc/clic_reg.h +++ b/components/soc/esp32p4/include/soc/clic_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/clk_tree_defs.h b/components/soc/esp32p4/include/soc/clk_tree_defs.h index 5c986deaf69..537fde5b665 100644 --- a/components/soc/esp32p4/include/soc/clk_tree_defs.h +++ b/components/soc/esp32p4/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/clkout_channel.h b/components/soc/esp32p4/include/soc/clkout_channel.h index 0e732e554da..e4a4589924e 100644 --- a/components/soc/esp32p4/include/soc/clkout_channel.h +++ b/components/soc/esp32p4/include/soc/clkout_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/debug_probe_targets.h b/components/soc/esp32p4/include/soc/debug_probe_targets.h index a3890d570a2..c826919d102 100644 --- a/components/soc/esp32p4/include/soc/debug_probe_targets.h +++ b/components/soc/esp32p4/include/soc/debug_probe_targets.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/dma2d_channel.h b/components/soc/esp32p4/include/soc/dma2d_channel.h index 00ba9dbbda7..76e40bccbad 100644 --- a/components/soc/esp32p4/include/soc/dma2d_channel.h +++ b/components/soc/esp32p4/include/soc/dma2d_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/dport_access.h b/components/soc/esp32p4/include/soc/dport_access.h index 189fc786b83..f93a1b150ca 100644 --- a/components/soc/esp32p4/include/soc/dport_access.h +++ b/components/soc/esp32p4/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _DPORT_ACCESS_H_ diff --git a/components/soc/esp32p4/include/soc/efuse_defs.h b/components/soc/esp32p4/include/soc/efuse_defs.h index 55f3abff560..68b975d730c 100644 --- a/components/soc/esp32p4/include/soc/efuse_defs.h +++ b/components/soc/esp32p4/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/ext_mem_defs.h b/components/soc/esp32p4/include/soc/ext_mem_defs.h index 64ca55c9352..5bb5b0da451 100644 --- a/components/soc/esp32p4/include/soc/ext_mem_defs.h +++ b/components/soc/esp32p4/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/gpio_num.h b/components/soc/esp32p4/include/soc/gpio_num.h index a12cb4aeaf6..31d3f1e4351 100644 --- a/components/soc/esp32p4/include/soc/gpio_num.h +++ b/components/soc/esp32p4/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/gpio_pins.h b/components/soc/esp32p4/include/soc/gpio_pins.h index 0bfcb59834c..3920918bf51 100644 --- a/components/soc/esp32p4/include/soc/gpio_pins.h +++ b/components/soc/esp32p4/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/gpio_sig_map.h b/components/soc/esp32p4/include/soc/gpio_sig_map.h index e1979fb566d..caf16118ff1 100644 --- a/components/soc/esp32p4/include/soc/gpio_sig_map.h +++ b/components/soc/esp32p4/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/hwcrypto_reg.h b/components/soc/esp32p4/include/soc/hwcrypto_reg.h index f3eff436672..bc291322c9f 100644 --- a/components/soc/esp32p4/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32p4/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/interrupt_reg.h b/components/soc/esp32p4/include/soc/interrupt_reg.h index 60e9481a215..4b2c4477e50 100644 --- a/components/soc/esp32p4/include/soc/interrupt_reg.h +++ b/components/soc/esp32p4/include/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/interrupts.h b/components/soc/esp32p4/include/soc/interrupts.h index 174286e69a5..abcc9842886 100644 --- a/components/soc/esp32p4/include/soc/interrupts.h +++ b/components/soc/esp32p4/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/lp_gpio_pins.h b/components/soc/esp32p4/include/soc/lp_gpio_pins.h index 281506fcbf2..450456d2708 100644 --- a/components/soc/esp32p4/include/soc/lp_gpio_pins.h +++ b/components/soc/esp32p4/include/soc/lp_gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/lp_gpio_sig_map.h b/components/soc/esp32p4/include/soc/lp_gpio_sig_map.h index 98001a91fa0..d886ba246c9 100644 --- a/components/soc/esp32p4/include/soc/lp_gpio_sig_map.h +++ b/components/soc/esp32p4/include/soc/lp_gpio_sig_map.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/periph_defs.h b/components/soc/esp32p4/include/soc/periph_defs.h index 4978ed5196b..6cb046ae590 100644 --- a/components/soc/esp32p4/include/soc/periph_defs.h +++ b/components/soc/esp32p4/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/pmu_icg_mapping.h b/components/soc/esp32p4/include/soc/pmu_icg_mapping.h index f81d1da6f46..42bb32a52ad 100644 --- a/components/soc/esp32p4/include/soc/pmu_icg_mapping.h +++ b/components/soc/esp32p4/include/soc/pmu_icg_mapping.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/regi2c_apll.h b/components/soc/esp32p4/include/soc/regi2c_apll.h index 8174d9e158a..18152e5205e 100644 --- a/components/soc/esp32p4/include/soc/regi2c_apll.h +++ b/components/soc/esp32p4/include/soc/regi2c_apll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/regi2c_bias.h b/components/soc/esp32p4/include/soc/regi2c_bias.h index 38bb6a99210..56c6237c05a 100644 --- a/components/soc/esp32p4/include/soc/regi2c_bias.h +++ b/components/soc/esp32p4/include/soc/regi2c_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/regi2c_brownout.h b/components/soc/esp32p4/include/soc/regi2c_brownout.h index 6637ae9662b..ed237fbedd5 100644 --- a/components/soc/esp32p4/include/soc/regi2c_brownout.h +++ b/components/soc/esp32p4/include/soc/regi2c_brownout.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/regi2c_cpll.h b/components/soc/esp32p4/include/soc/regi2c_cpll.h index 8f7f7f98797..e6ed5300389 100644 --- a/components/soc/esp32p4/include/soc/regi2c_cpll.h +++ b/components/soc/esp32p4/include/soc/regi2c_cpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/regi2c_dig_reg.h b/components/soc/esp32p4/include/soc/regi2c_dig_reg.h index 390f7baf11e..1e5828af096 100644 --- a/components/soc/esp32p4/include/soc/regi2c_dig_reg.h +++ b/components/soc/esp32p4/include/soc/regi2c_dig_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/regi2c_lp_bias.h b/components/soc/esp32p4/include/soc/regi2c_lp_bias.h index 2388cd02fdf..23e7d49da27 100644 --- a/components/soc/esp32p4/include/soc/regi2c_lp_bias.h +++ b/components/soc/esp32p4/include/soc/regi2c_lp_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/regi2c_mpll.h b/components/soc/esp32p4/include/soc/regi2c_mpll.h index d3e3b19b616..a59eafb222d 100644 --- a/components/soc/esp32p4/include/soc/regi2c_mpll.h +++ b/components/soc/esp32p4/include/soc/regi2c_mpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/regi2c_saradc.h b/components/soc/esp32p4/include/soc/regi2c_saradc.h index fa8dd1004c0..4aa5a8952e2 100644 --- a/components/soc/esp32p4/include/soc/regi2c_saradc.h +++ b/components/soc/esp32p4/include/soc/regi2c_saradc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/regi2c_syspll.h b/components/soc/esp32p4/include/soc/regi2c_syspll.h index 862ec7da98a..0812e52bb8a 100644 --- a/components/soc/esp32p4/include/soc/regi2c_syspll.h +++ b/components/soc/esp32p4/include/soc/regi2c_syspll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/reset_reasons.h b/components/soc/esp32p4/include/soc/reset_reasons.h index 1472f322317..6d27a6e6ab8 100644 --- a/components/soc/esp32p4/include/soc/reset_reasons.h +++ b/components/soc/esp32p4/include/soc/reset_reasons.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/retention_periph_defs.h b/components/soc/esp32p4/include/soc/retention_periph_defs.h index 11dce57de21..aacd2fa218f 100644 --- a/components/soc/esp32p4/include/soc/retention_periph_defs.h +++ b/components/soc/esp32p4/include/soc/retention_periph_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/rtc_io_channel.h b/components/soc/esp32p4/include/soc/rtc_io_channel.h index 7aafca559d6..af79e8c6b66 100644 --- a/components/soc/esp32p4/include/soc/rtc_io_channel.h +++ b/components/soc/esp32p4/include/soc/rtc_io_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/sdmmc_pins.h b/components/soc/esp32p4/include/soc/sdmmc_pins.h index 3cf7238f5af..0f859cf3ab2 100644 --- a/components/soc/esp32p4/include/soc/sdmmc_pins.h +++ b/components/soc/esp32p4/include/soc/sdmmc_pins.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/soc.h b/components/soc/esp32p4/include/soc/soc.h index 464eee0e4ef..920b9bfa1c0 100644 --- a/components/soc/esp32p4/include/soc/soc.h +++ b/components/soc/esp32p4/include/soc/soc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/soc_caps.h b/components/soc/esp32p4/include/soc/soc_caps.h index e97b33a7064..c673bbce9af 100644 --- a/components/soc/esp32p4/include/soc/soc_caps.h +++ b/components/soc/esp32p4/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32p4/include/soc/soc_caps_full.h b/components/soc/esp32p4/include/soc/soc_caps_full.h index 33259a694d3..5cae40addd0 100644 --- a/components/soc/esp32p4/include/soc/soc_caps_full.h +++ b/components/soc/esp32p4/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/soc_etm_source.h b/components/soc/esp32p4/include/soc/soc_etm_source.h index 05f6c18f7bd..c5502682f54 100644 --- a/components/soc/esp32p4/include/soc/soc_etm_source.h +++ b/components/soc/esp32p4/include/soc/soc_etm_source.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // ============================= // Auto generate by python(mako) diff --git a/components/soc/esp32p4/include/soc/soc_pins.h b/components/soc/esp32p4/include/soc/soc_pins.h index 73842452c1d..3000c4180f3 100644 --- a/components/soc/esp32p4/include/soc/soc_pins.h +++ b/components/soc/esp32p4/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32p4/include/soc/spi_mem_reg.h b/components/soc/esp32p4/include/soc/spi_mem_reg.h index 75a585fb6e8..27d394f8c03 100644 --- a/components/soc/esp32p4/include/soc/spi_mem_reg.h +++ b/components/soc/esp32p4/include/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/spi_mem_struct.h b/components/soc/esp32p4/include/soc/spi_mem_struct.h index 13568f66a09..d70a1e722df 100644 --- a/components/soc/esp32p4/include/soc/spi_mem_struct.h +++ b/components/soc/esp32p4/include/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/spi_pins.h b/components/soc/esp32p4/include/soc/spi_pins.h index 7fff0014330..f7ca901c667 100644 --- a/components/soc/esp32p4/include/soc/spi_pins.h +++ b/components/soc/esp32p4/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/system_intr.h b/components/soc/esp32p4/include/soc/system_intr.h index 9289296b49a..f9e3b24e2e9 100644 --- a/components/soc/esp32p4/include/soc/system_intr.h +++ b/components/soc/esp32p4/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/system_periph_retention.h b/components/soc/esp32p4/include/soc/system_periph_retention.h index 805c5a8de5e..e4294b84759 100644 --- a/components/soc/esp32p4/include/soc/system_periph_retention.h +++ b/components/soc/esp32p4/include/soc/system_periph_retention.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/system_reg.h b/components/soc/esp32p4/include/soc/system_reg.h index c25b0a4ef2d..46621b2504d 100644 --- a/components/soc/esp32p4/include/soc/system_reg.h +++ b/components/soc/esp32p4/include/soc/system_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/hp_system_reg.h" diff --git a/components/soc/esp32p4/include/soc/touch_sensor_channel.h b/components/soc/esp32p4/include/soc/touch_sensor_channel.h index ff009b31ed8..cb31d25acfc 100644 --- a/components/soc/esp32p4/include/soc/touch_sensor_channel.h +++ b/components/soc/esp32p4/include/soc/touch_sensor_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/uart_channel.h b/components/soc/esp32p4/include/soc/uart_channel.h index cf01427ec96..ea5d6bf5747 100644 --- a/components/soc/esp32p4/include/soc/uart_channel.h +++ b/components/soc/esp32p4/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32P4. diff --git a/components/soc/esp32p4/include/soc/uart_pins.h b/components/soc/esp32p4/include/soc/uart_pins.h index 942e2a11159..a06e11928e9 100644 --- a/components/soc/esp32p4/include/soc/uart_pins.h +++ b/components/soc/esp32p4/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/include/soc/usb_dwc_struct.h b/components/soc/esp32p4/include/soc/usb_dwc_struct.h index 18489785469..ad1a3ba8cdc 100644 --- a/components/soc/esp32p4/include/soc/usb_dwc_struct.h +++ b/components/soc/esp32p4/include/soc/usb_dwc_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/interrupts.c b/components/soc/esp32p4/interrupts.c index c02b70eb159..7e179aa7a00 100644 --- a/components/soc/esp32p4/interrupts.c +++ b/components/soc/esp32p4/interrupts.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32p4/isp_periph.c b/components/soc/esp32p4/isp_periph.c index 7ecdb372fc1..73305edf4a4 100644 --- a/components/soc/esp32p4/isp_periph.c +++ b/components/soc/esp32p4/isp_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/periph_defs.h" diff --git a/components/soc/esp32p4/ld/esp32p4.peripherals.ld b/components/soc/esp32p4/ld/esp32p4.peripherals.ld index bbc9e600b23..693f41688a3 100644 --- a/components/soc/esp32p4/ld/esp32p4.peripherals.ld +++ b/components/soc/esp32p4/ld/esp32p4.peripherals.ld @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ diff --git a/components/soc/esp32p4/ledc_periph.c b/components/soc/esp32p4/ledc_periph.c index dfce02a6095..fec49c3ac4b 100644 --- a/components/soc/esp32p4/ledc_periph.c +++ b/components/soc/esp32p4/ledc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32p4/mpi_periph.c b/components/soc/esp32p4/mpi_periph.c index a062e7f8591..0713bd7e927 100644 --- a/components/soc/esp32p4/mpi_periph.c +++ b/components/soc/esp32p4/mpi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rsa_reg.h" diff --git a/components/soc/esp32p4/power_supply_periph.c b/components/soc/esp32p4/power_supply_periph.c index 172b4f6589c..856b05e0d13 100644 --- a/components/soc/esp32p4/power_supply_periph.c +++ b/components/soc/esp32p4/power_supply_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/power_supply_periph.h" diff --git a/components/soc/esp32p4/register/hw_ver1/soc/adc_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/adc_reg.h index c495c57bf64..0cc967df227 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/adc_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/adc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/adc_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/adc_struct.h index c534937c36c..9c45da51211 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/adc_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/adc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/aes_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/aes_reg.h index fb5caabeb17..335d78c5501 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/aes_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/aes_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/aes_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/aes_struct.h index f0831c5ed22..b925c35f943 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/aes_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/aes_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ahb_dma_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/ahb_dma_reg.h index d5611013d75..72c9c3a4aa3 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ahb_dma_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ahb_dma_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ahb_dma_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/ahb_dma_struct.h index 6cc20f36df1..89ff27112d6 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ahb_dma_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ahb_dma_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/assist_debug_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/assist_debug_reg.h index f8f13c35319..55c19045bdb 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/assist_debug_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/assist_debug_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/assist_debug_struct.h index 645e5a1cf08..429bc986cac 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/assist_debug_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/assist_debug_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/axi_dma_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/axi_dma_reg.h index 8f2775e7959..7f397933252 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/axi_dma_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/axi_dma_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/axi_dma_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/axi_dma_struct.h index 61b3de7fc8b..8671e4cbfee 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/axi_dma_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/axi_dma_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/bitscrambler_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/bitscrambler_reg.h index 4b8fbe5df57..c27d624ee00 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/bitscrambler_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/bitscrambler_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/bitscrambler_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/bitscrambler_struct.h index c21874b2266..2b54f708654 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/bitscrambler_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/bitscrambler_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/cache_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/cache_reg.h index e80afcd41bd..35230266e9b 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/cache_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/cache_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/cache_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/cache_struct.h index 67e57371b29..a6a6d68cdcd 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/cache_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/cache_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/dma2d_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/dma2d_reg.h index 2885106a173..4f9e53ddafa 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/dma2d_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/dma2d_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/dma2d_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/dma2d_struct.h index a63f6d64ff4..3d64b2ab4da 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/dma2d_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/dma2d_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/dma_pms_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/dma_pms_reg.h index c07d10067a4..160bc04195e 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/dma_pms_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/dma_pms_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/dma_pms_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/dma_pms_struct.h index 79e86f713c3..30a5140c8dd 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/dma_pms_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/dma_pms_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ds_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/ds_reg.h index d164a129309..8b833bbb198 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ds_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ds_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ds_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/ds_struct.h index dcdb4bc037d..1fddcd2e7ae 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ds_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ds_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/dw_gdma_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/dw_gdma_reg.h index e04265ed13d..d9c2cbd555c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/dw_gdma_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/dw_gdma_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/dw_gdma_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/dw_gdma_struct.h index 6b08a95c6e8..92cedd81c17 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/dw_gdma_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/dw_gdma_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ecc_mult_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/ecc_mult_reg.h index 54033489df3..bccf23f257c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ecc_mult_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ecc_mult_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ecc_mult_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/ecc_mult_struct.h index d868fcc8f1f..5a85fa041a5 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ecc_mult_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ecc_mult_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ecdsa_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/ecdsa_reg.h index b5cc4f696af..2c104b9ef16 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ecdsa_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ecdsa_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ecdsa_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/ecdsa_struct.h index 67e226f86d5..c63053784c1 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ecdsa_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ecdsa_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/efuse_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/efuse_reg.h index a99a0844c60..42a56ba877a 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/efuse_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/efuse_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/efuse_struct.h index a6e85137792..7e04f0e42e7 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/efuse_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/emac_dma_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/emac_dma_struct.h index c431d41c7bd..7dec78f6dd8 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/emac_dma_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/emac_dma_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/emac_mac_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/emac_mac_struct.h index b3e339575b1..160342f0d3d 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/emac_mac_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/emac_mac_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/emac_ptp_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/emac_ptp_struct.h index d5af2bf8906..cb52ca43145 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/emac_ptp_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/emac_ptp_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/emac_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/emac_reg.h index 9bde27bca02..7764a355ccc 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/emac_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/emac_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/gpio_ext_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/gpio_ext_reg.h index 7f0b5a89213..a47b1f73072 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/gpio_ext_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/gpio_ext_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/gpio_ext_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/gpio_ext_struct.h index c11b0cdec26..8a79e802f5e 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/gpio_ext_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/gpio_ext_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/gpio_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/gpio_reg.h index 06b16129929..37599927aa7 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/gpio_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/gpio_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/gpio_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/gpio_struct.h index 5a9cab91712..bee43ac46fc 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/gpio_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/gpio_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/h264_dma_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/h264_dma_reg.h index 9133e64d616..30788ec6813 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/h264_dma_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/h264_dma_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/h264_dma_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/h264_dma_struct.h index 8153929570e..dcf3d67fdbd 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/h264_dma_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/h264_dma_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/h264_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/h264_reg.h index 1149665fa42..acd00c19760 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/h264_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/h264_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/h264_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/h264_struct.h index f45ebac7848..5cf71afb984 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/h264_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/h264_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/hmac_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/hmac_reg.h index 9ed7eb12735..c943c2b88e6 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/hmac_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/hmac_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/hmac_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/hmac_struct.h index 07fe2c6d1fc..113768f1bb6 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/hmac_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/hmac_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/hp2lp_peri_pms_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/hp2lp_peri_pms_reg.h index 903bfc178b5..f60dd418aad 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/hp2lp_peri_pms_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/hp2lp_peri_pms_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/hp2lp_peri_pms_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/hp2lp_peri_pms_struct.h index 0e65b4e64bc..78a43f50e60 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/hp2lp_peri_pms_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/hp2lp_peri_pms_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/hp_peri_pms_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/hp_peri_pms_reg.h index 96d629ea2ff..53109b176c1 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/hp_peri_pms_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/hp_peri_pms_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/hp_peri_pms_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/hp_peri_pms_struct.h index 019fc29ecdf..79e62beae6f 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/hp_peri_pms_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/hp_peri_pms_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/hp_sys_clkrst_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/hp_sys_clkrst_reg.h index ffd1dd2f207..941b87e3633 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/hp_sys_clkrst_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/hp_sys_clkrst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/hp_sys_clkrst_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/hp_sys_clkrst_struct.h index ff5a1acbb8b..52ba3b438ef 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/hp_sys_clkrst_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/hp_sys_clkrst_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/hp_system_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/hp_system_reg.h index e5d5a228e62..4e3865cba10 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/hp_system_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/hp_system_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/hp_system_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/hp_system_struct.h index 4e3d23f78ab..15d8bcdd13f 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/hp_system_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/hp_system_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/huk_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/huk_reg.h index 3f394c71e45..fdf68f72cce 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/huk_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/huk_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/huk_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/huk_struct.h index 2dbac016964..50fbc1f07ce 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/huk_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/huk_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i2c_ana_mst_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/i2c_ana_mst_reg.h index 78a8a6fc434..06fc137dbb4 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i2c_ana_mst_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i2c_ana_mst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i2c_ana_mst_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/i2c_ana_mst_struct.h index 94a722bb2bf..e1d2d126ab4 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i2c_ana_mst_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i2c_ana_mst_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i2c_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/i2c_reg.h index 49f3185e78c..80f59088407 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i2c_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i2c_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i2c_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/i2c_struct.h index 747686285a6..1a0d806f5fc 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i2c_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i2c_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i2s_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/i2s_reg.h index 228e289ac0e..bf226f2873a 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i2s_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i2s_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i2s_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/i2s_struct.h index 3ee8f8959f4..c3914ce194c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i2s_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i2s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_mem_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_mem_reg.h index 569826a4bac..b30b1befe5f 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_mem_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_mem_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_mem_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_mem_struct.h index f972096e2f3..1035d6df86e 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_mem_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_mem_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_reg.h index 10a5c0719a8..25217a87f2e 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_struct.h index 910690e545d..1ddca106c93 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i3c_mst_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i3c_slv_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/i3c_slv_reg.h index 335ec44fc20..f6cc5806b67 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i3c_slv_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i3c_slv_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/i3c_slv_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/i3c_slv_struct.h index 68c5d3c75b4..5a3a75c5de2 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/i3c_slv_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/i3c_slv_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_qos_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_qos_reg.h index 09bf4eb269f..f804245c2ac 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_qos_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_qos_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_qos_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_qos_struct.h index 0752139bae1..2ecfa23b5fd 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_qos_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_qos_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_reg.h index f347868df90..5a84d5713dd 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_struct.h index 887ae885aac..f5a41d66351 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/icm_sys_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core0_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core0_reg.h index ac0b5a9ad3d..de08fdb2af7 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core0_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core0_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core0_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core0_struct.h index 2b5ba97fb89..f65f23ed5d6 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core0_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core0_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core1_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core1_reg.h index d4afbcfbe15..29791ebd222 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core1_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core1_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core1_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core1_struct.h index 8ded5f7582c..d443e8148d0 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core1_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/interrupt_core1_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/io_mux_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/io_mux_reg.h index 636dfa706db..738a5eb8dc5 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/io_mux_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/io_mux_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/io_mux_struct.h index 150d0d5c1e3..6e339bd306f 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/io_mux_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/io_mux_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/iomux_mspi_pin_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/iomux_mspi_pin_reg.h index 9c56cc346aa..a598fa0b861 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/iomux_mspi_pin_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/iomux_mspi_pin_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/iomux_mspi_pin_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/iomux_mspi_pin_struct.h index 6af9fdf7829..f6f8e7e779c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/iomux_mspi_pin_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/iomux_mspi_pin_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/isp_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/isp_reg.h index c1c42d64aaf..242e693651f 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/isp_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/isp_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/isp_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/isp_struct.h index 404fb29912b..bebf95e4717 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/isp_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/isp_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/jpeg_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/jpeg_reg.h index 28fc9632f32..9e110c4e807 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/jpeg_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/jpeg_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/jpeg_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/jpeg_struct.h index 58e749f0688..5b3334d57c5 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/jpeg_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/jpeg_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/keymng_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/keymng_reg.h index cfb0f9c12be..d55bef54abb 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/keymng_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/keymng_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/keymng_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/keymng_struct.h index 2ede5716340..28791a58b6d 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/keymng_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/keymng_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/l2mem_monitor_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/l2mem_monitor_reg.h index f04f761def9..5e5bfac65b5 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/l2mem_monitor_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/l2mem_monitor_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/l2mem_monitor_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/l2mem_monitor_struct.h index e3e1abf3761..ebfbfcd7a9f 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/l2mem_monitor_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/l2mem_monitor_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lcd_cam_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lcd_cam_reg.h index 7a2f8ed19a7..0bbc30d1bb7 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lcd_cam_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lcd_cam_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lcd_cam_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lcd_cam_struct.h index 32c45839c2e..1643a6c86b4 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lcd_cam_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lcd_cam_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ledc_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/ledc_reg.h index f55ddf989d6..e8f4186e69d 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ledc_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ledc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ledc_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/ledc_struct.h index 2dbc716a796..30222ba6be0 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ledc_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ledc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp2hp_peri_pms_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp2hp_peri_pms_reg.h index acd5976904e..91ce65974d1 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp2hp_peri_pms_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp2hp_peri_pms_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp2hp_peri_pms_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp2hp_peri_pms_struct.h index f382af778b4..1e722c4bbe9 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp2hp_peri_pms_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp2hp_peri_pms_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_adc_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_adc_reg.h index 40af0b2fd64..c68d69e4d8a 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_adc_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_adc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_adc_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_adc_struct.h index 0886d6ba2a0..1fa1870b996 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_adc_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_adc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_analog_peri_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_analog_peri_reg.h index 3554d46338c..a82b94584f8 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_analog_peri_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_analog_peri_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_analog_peri_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_analog_peri_struct.h index b72f2c82194..4320b33f842 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_analog_peri_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_analog_peri_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_clkrst_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_clkrst_reg.h index a771250be62..02d09a8c983 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_clkrst_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_clkrst_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_clkrst_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_clkrst_struct.h index b21775966a1..cf2db2af964 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_clkrst_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_clkrst_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_gpio_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_gpio_reg.h index 8d576351f00..1e75211cd7f 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_gpio_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_gpio_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_gpio_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_gpio_struct.h index 6323bdceffa..e32289669e5 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_gpio_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_gpio_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_i2c_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_i2c_reg.h index fc0e24966e7..6f0b9414f67 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_i2c_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_i2c_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_i2c_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_i2c_struct.h index e75e3f56175..cc160596323 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_i2c_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_i2c_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_i2s_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_i2s_reg.h index 6c9e2c93d39..3e6867758b5 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_i2s_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_i2s_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_i2s_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_i2s_struct.h index c68f2c09f71..d86cfb4a28e 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_i2s_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_i2s_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_intr_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_intr_reg.h index 125d57ea0c7..c445b62b73e 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_intr_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_intr_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_intr_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_intr_struct.h index b4c672dcffc..ec3ff3926fd 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_intr_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_intr_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_iomux_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_iomux_reg.h index 27154a7ad93..a08169971ad 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_iomux_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_iomux_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_iomux_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_iomux_struct.h index d689b6c4293..33eb1fc50ad 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_iomux_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_iomux_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_mailbox_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_mailbox_reg.h index 2242f749101..54197558879 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_mailbox_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_mailbox_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_mailbox_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_mailbox_struct.h index 8b845cddd9b..f6c243c3a5b 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_mailbox_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_mailbox_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_peri_pms_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_peri_pms_reg.h index 7074bc5236f..3d9defcbb50 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_peri_pms_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_peri_pms_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_peri_pms_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_peri_pms_struct.h index 90ab5323b53..ad4494d2d97 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_peri_pms_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_peri_pms_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_spi_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_spi_reg.h index 5892adfe42c..9c425131da0 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_spi_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_spi_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_spi_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_spi_struct.h index 8d052bf2971..90a835007e4 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_spi_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_spi_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_system_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_system_reg.h index 910c591aaaa..10d786e3979 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_system_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_system_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_system_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_system_struct.h index 633e5a0aaab..d4b94a95ad6 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_system_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_system_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_timer_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_timer_reg.h index 7628cbf7e0a..03d63b6a6cd 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_timer_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_timer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_timer_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_timer_struct.h index cfbf2e8df69..5ea099caa88 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_timer_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_timer_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_uart_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_uart_reg.h index 169c350a4b1..0344bb80204 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_uart_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_uart_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_uart_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_uart_struct.h index d86d6a0d91d..ec873259b95 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_uart_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_uart_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_wdt_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_wdt_reg.h index ba47cf55085..b6241fb5fc5 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_wdt_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_wdt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lp_wdt_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lp_wdt_struct.h index 2e8976accdd..9ed8b863891 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lp_wdt_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lp_wdt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lpperi_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/lpperi_reg.h index 3a02a10f0e9..2c174ebc079 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lpperi_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lpperi_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/lpperi_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/lpperi_struct.h index 30a5ddf1def..a10c52121e1 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/lpperi_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/lpperi_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/mcpwm_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/mcpwm_reg.h index beb5e441112..ccce33b5d41 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/mcpwm_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/mcpwm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/mcpwm_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/mcpwm_struct.h index 71a4864a9c3..7e60be152fc 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/mcpwm_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/mcpwm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_bridge_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_bridge_reg.h index ff77a4f66ac..975d8b441bd 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_bridge_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_bridge_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_bridge_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_bridge_struct.h index a512d9b0a83..f340ab6a489 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_bridge_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_bridge_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_host_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_host_reg.h index c832235e2a4..ea3f3647ebd 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_host_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_host_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_host_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_host_struct.h index d491dc4fd6a..7078e6ce00c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_host_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/mipi_csi_host_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_bridge_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_bridge_reg.h index 2343cf98fdb..5063411382c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_bridge_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_bridge_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_bridge_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_bridge_struct.h index ca48076eb13..77d7d7ba1e2 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_bridge_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_bridge_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_host_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_host_reg.h index 3b1e4819567..9fac9960fe6 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_host_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_host_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_host_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_host_struct.h index 2eaeaecdae1..b56786a25f1 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_host_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/mipi_dsi_host_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/parl_io_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/parl_io_reg.h index 812470334d8..2bcb7e4b4d8 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/parl_io_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/parl_io_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/parl_io_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/parl_io_struct.h index 7304e7be2c5..6241331b196 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/parl_io_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/parl_io_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/pau_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/pau_reg.h index a51dee88631..3a8c992c7f8 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/pau_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/pau_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/pau_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/pau_struct.h index 63f6b3c7506..a44ee1a9b60 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/pau_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/pau_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/pcnt_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/pcnt_reg.h index 3a7e3821c0f..cd1eeeaeaca 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/pcnt_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/pcnt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/pcnt_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/pcnt_struct.h index 90961854fd3..cd44e013f70 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/pcnt_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/pcnt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/pmu_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/pmu_reg.h index 1be61770a82..df7ad2e523b 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/pmu_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/pmu_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/pmu_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/pmu_struct.h index 2e271dcc1e4..cb403a3b455 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/pmu_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/pmu_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ppa_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/ppa_reg.h index a7a64aa44fb..4db7b21eacb 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ppa_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ppa_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/ppa_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/ppa_struct.h index abcc3dc0a7d..2c5728e0b10 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/ppa_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/ppa_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/pvt_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/pvt_reg.h index 71a97569f1a..bafb7f41caf 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/pvt_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/pvt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/pvt_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/pvt_struct.h index c02f5d5ca1f..26f37dcee82 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/pvt_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/pvt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/reg_base.h b/components/soc/esp32p4/register/hw_ver1/soc/reg_base.h index 09879e6951e..38d6649b7ec 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/reg_base.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* Basic address */ diff --git a/components/soc/esp32p4/register/hw_ver1/soc/rmt_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/rmt_reg.h index 58ac61cda16..f028e477eb0 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/rmt_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/rmt_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/rmt_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/rmt_struct.h index efe4281c3bb..7d6a75dfc4c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/rmt_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/rmt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/rsa_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/rsa_reg.h index 542612dbb47..8bd803c2f20 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/rsa_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/rsa_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/rsa_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/rsa_struct.h index 6cdb3fe4b37..623d207e422 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/rsa_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/rsa_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/rtclockcali_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/rtclockcali_reg.h index d9794fe943b..df870c8c28c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/rtclockcali_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/rtclockcali_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/rtclockcali_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/rtclockcali_struct.h index 3898c762938..5a89a4a6e2f 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/rtclockcali_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/rtclockcali_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/sdmmc_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/sdmmc_reg.h index 719dae8260d..e2974014b58 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/sdmmc_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/sdmmc_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/sdmmc_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/sdmmc_struct.h index 6dd9dfc7af7..1ae649bad7a 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/sdmmc_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/sdmmc_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/sha_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/sha_reg.h index 40f4d53dfb0..1d0588e5060 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/sha_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/sha_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/sha_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/sha_struct.h index 8b52abcbc7c..50ef6cebe4d 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/sha_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/sha_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/soc_etm_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/soc_etm_reg.h index 038735c6af3..aef13885dc8 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/soc_etm_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/soc_etm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/soc_etm_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/soc_etm_struct.h index 1feb1950eca..bed219e7463 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/soc_etm_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/soc_etm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_c_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_c_reg.h index eab9fa8a7e3..f6cd8952f46 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_c_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_c_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_c_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_c_struct.h index 6b08445b576..f0816ade2de 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_c_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_c_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_s_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_s_reg.h index 9bc4517be9a..a63fba8e624 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_s_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_s_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_s_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_s_struct.h index 5cbe96076ba..d3c8b830f0c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_s_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/spi1_mem_s_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_c_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_c_reg.h index 4b5c8c54e52..e3a99dfada5 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_c_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_c_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_c_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_c_struct.h index 61abcf05911..bf3aebeac6a 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_c_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_c_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_s_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_s_reg.h index ec83145c771..70960fb456b 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_s_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_s_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_s_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_s_struct.h index 4948325c47c..3d5f63c5d3f 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_s_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/spi_mem_s_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/spi_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/spi_reg.h index ffce14740ee..691236275d3 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/spi_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/spi_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/spi_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/spi_struct.h index 8d004e60e1d..c6d17d4012c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/spi_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/spi_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/systimer_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/systimer_reg.h index a2a62bd8deb..5bc114cb2ad 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/systimer_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/systimer_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/systimer_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/systimer_struct.h index 3fe5b681d54..43dbdb8a5e2 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/systimer_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/systimer_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/tcm_monitor_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/tcm_monitor_reg.h index f04f761def9..5e5bfac65b5 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/tcm_monitor_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/tcm_monitor_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/tcm_monitor_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/tcm_monitor_struct.h index e3e1abf3761..ebfbfcd7a9f 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/tcm_monitor_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/tcm_monitor_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/timer_group_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/timer_group_reg.h index 7dc0d8eb3b8..3a4cc2af248 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/timer_group_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/timer_group_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/timer_group_struct.h index c49119c6a25..100a8ecdd45 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/timer_group_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/touch_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/touch_reg.h index 67571432015..2ed5ad6ecbf 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/touch_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/touch_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/touch_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/touch_struct.h index 3ec7c065547..cf785bb4393 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/touch_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/touch_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/trace_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/trace_reg.h index 24a70d315a2..09bbb43bac3 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/trace_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/trace_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/trace_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/trace_struct.h index 976cc0c31a4..0331f8323a6 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/trace_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/trace_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/tsens_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/tsens_reg.h index 279688bc82c..6fe5cd83e6c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/tsens_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/tsens_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/tsens_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/tsens_struct.h index 99bf3429f6e..2181ed30738 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/tsens_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/tsens_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/twai_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/twai_reg.h index 2301765cafb..0618108236d 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/twai_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/twai_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/twai_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/twai_struct.h index 27168034f84..510ea523c69 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/twai_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/twai_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/uart_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/uart_reg.h index 014f8eaed29..3365c93b482 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/uart_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/uart_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/uart_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/uart_struct.h index f7b4a46a8fc..b1412565461 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/uart_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/uart_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/uhci_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/uhci_reg.h index 84a244c5309..7445a970b9d 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/uhci_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/uhci_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/uhci_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/uhci_struct.h index 4b8618ed370..ea30a950040 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/uhci_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/uhci_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/usb_dwc_cfg.h b/components/soc/esp32p4/register/hw_ver1/soc/usb_dwc_cfg.h index ddd2cdc38b3..f5044ec034c 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/usb_dwc_cfg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/usb_dwc_cfg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/usb_serial_jtag_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/usb_serial_jtag_reg.h index 6de18f3a76f..40dc5d9a166 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/usb_serial_jtag_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/usb_serial_jtag_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/usb_serial_jtag_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/usb_serial_jtag_struct.h index 08ebf0a937e..a48e6d64fc3 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/usb_serial_jtag_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/usb_serial_jtag_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/usb_utmi_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/usb_utmi_struct.h index 0fa6df41de1..b26d844c4cc 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/usb_utmi_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/usb_utmi_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/usb_wrap_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/usb_wrap_reg.h index 68e7c5852b1..9c4b8796a21 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/usb_wrap_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/usb_wrap_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/usb_wrap_struct.h b/components/soc/esp32p4/register/hw_ver1/soc/usb_wrap_struct.h index dd1b234e342..d8b6bc21dfd 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/usb_wrap_struct.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/usb_wrap_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver1/soc/wdev_reg.h b/components/soc/esp32p4/register/hw_ver1/soc/wdev_reg.h index f837dbcded1..32fb1798b4e 100644 --- a/components/soc/esp32p4/register/hw_ver1/soc/wdev_reg.h +++ b/components/soc/esp32p4/register/hw_ver1/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/adc_eco5_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/adc_eco5_reg.h index 2315ba5af26..54944ff18a3 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/adc_eco5_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/adc_eco5_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/adc_eco5_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/adc_eco5_struct.h index 873db7857cd..00800950e97 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/adc_eco5_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/adc_eco5_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/adc_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/adc_reg.h index 2e58050bf70..05566b8024e 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/adc_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/adc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/adc_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/adc_struct.h index 1103ce9498d..da375cf4ffb 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/adc_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/adc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/aes_eco5_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/aes_eco5_reg.h index 5d8b0b9a530..e0f844d95da 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/aes_eco5_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/aes_eco5_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/aes_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/aes_reg.h index 7bcb4bba9e6..3fce8671960 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/aes_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/aes_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/aes_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/aes_struct.h index 3065c238f25..12595ce95ad 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/aes_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/aes_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ahb_dma_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/ahb_dma_reg.h index 8fcba6d907b..180c7a38ec4 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ahb_dma_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ahb_dma_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ahb_dma_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/ahb_dma_struct.h index a7540860931..a4c08650569 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ahb_dma_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ahb_dma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/assist_debug_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/assist_debug_reg.h index 3cbd5c7c89a..55c19045bdb 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/assist_debug_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/assist_debug_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/assist_debug_struct.h index 3f040390f73..a3f551908d2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/assist_debug_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/assist_debug_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/axi_dma_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/axi_dma_reg.h index 5d0e1fb808b..54f7f8d0087 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/axi_dma_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/axi_dma_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/axi_dma_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/axi_dma_struct.h index 4b2fde0eac5..f3b175b51b1 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/axi_dma_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/axi_dma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/axi_perf_mon_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/axi_perf_mon_reg.h index bc1ebf8a284..1bce7441153 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/axi_perf_mon_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/axi_perf_mon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/axi_perf_mon_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/axi_perf_mon_struct.h index eceee2b3020..c5393005abd 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/axi_perf_mon_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/axi_perf_mon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/bitscrambler_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/bitscrambler_reg.h index 5bee86a8b5e..c27d624ee00 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/bitscrambler_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/bitscrambler_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/bitscrambler_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/bitscrambler_struct.h index 4701ecccf0b..2b54f708654 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/bitscrambler_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/bitscrambler_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/cache_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/cache_reg.h index ee63baf3a11..af14f0aab43 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/cache_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/cache_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/cache_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/cache_struct.h index 771b04eeee4..495d3aa3c37 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/cache_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/cache_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/dma2d_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/dma2d_reg.h index 861ee70e05b..b4df7aa4503 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/dma2d_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/dma2d_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/dma2d_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/dma2d_struct.h index 7105d670bcf..384ebcdc6a9 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/dma2d_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/dma2d_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_eco5_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_eco5_reg.h index 9bb8b75dbb8..3d1b58a2f4b 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_eco5_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_eco5_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_reg.h index c07d10067a4..160bc04195e 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_struct.h index 4ccb8898e6e..c5c1bcc4e19 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/dma_pms_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ds_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/ds_reg.h index fd6797f0fa3..86e0a3ccbc2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ds_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ds_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ds_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/ds_struct.h index 317f867a4c5..bb875affaaa 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ds_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ds_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/dw_gdma_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/dw_gdma_reg.h index 6aa7a720edc..d9c2cbd555c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/dw_gdma_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/dw_gdma_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/dw_gdma_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/dw_gdma_struct.h index a751e25fc7e..96fc7b3d065 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/dw_gdma_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/dw_gdma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ecc_mult_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/ecc_mult_reg.h index ac87d7b65a8..e6dee9d1b92 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ecc_mult_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ecc_mult_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ecc_mult_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/ecc_mult_struct.h index 8cb5a65ee6a..d06ceeece64 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ecc_mult_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ecc_mult_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_eco5_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_eco5_reg.h index 179698edbb1..8407e4be62c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_eco5_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_eco5_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_reg.h index 59b58185f88..2c104b9ef16 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_struct.h index 5f820a7ee22..3c73502af37 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ecdsa_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/efuse_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/efuse_reg.h index 26cec8c6f12..81384f63d3a 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/efuse_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/efuse_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/efuse_struct.h index 74b58e8abbc..2c6455515cb 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/efuse_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/emac_dma_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/emac_dma_struct.h index 56077378251..7dec78f6dd8 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/emac_dma_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/emac_dma_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/emac_mac_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/emac_mac_struct.h index a316295a2ed..7878639934a 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/emac_mac_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/emac_mac_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/emac_ptp_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/emac_ptp_struct.h index ca04887a216..cb52ca43145 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/emac_ptp_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/emac_ptp_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/emac_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/emac_reg.h index 9bde27bca02..7764a355ccc 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/emac_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/emac_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/gpio_ext_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/gpio_ext_reg.h index ce4b476a72e..3e70f75d686 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/gpio_ext_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/gpio_ext_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/gpio_ext_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/gpio_ext_struct.h index 617c6be66c1..8a79e802f5e 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/gpio_ext_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/gpio_ext_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/gpio_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/gpio_reg.h index af324fea519..4051b6ca593 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/gpio_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/gpio_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/gpio_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/gpio_struct.h index f986157531f..bee43ac46fc 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/gpio_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/gpio_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/h264_dma_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/h264_dma_reg.h index 722c24a9c7e..31e3795c365 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/h264_dma_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/h264_dma_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/h264_dma_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/h264_dma_struct.h index 0738d537509..1c9b7d9c4a0 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/h264_dma_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/h264_dma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/h264_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/h264_reg.h index 9e6dbad249d..b37d021e789 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/h264_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/h264_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/h264_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/h264_struct.h index 29915034fe5..4af3104bacd 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/h264_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/h264_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hmac_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/hmac_reg.h index bba02c8bb6a..18b1172d3d4 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hmac_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hmac_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hmac_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/hmac_struct.h index 9003f4d58fc..c18a868aea6 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hmac_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hmac_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_eco5_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_eco5_reg.h index 8f08a8e3999..259ce60c1e2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_eco5_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_eco5_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_reg.h index 3bebeb4ce49..f60dd418aad 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_struct.h index 7ec7f736522..2702999c72d 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hp2lp_peri_pms_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_eco5_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_eco5_reg.h index cc55fc066cf..0ddcf24494b 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_eco5_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_eco5_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_reg.h index 96d629ea2ff..53109b176c1 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_struct.h index 64ad594c4cb..2d521b1eadc 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hp_peri_pms_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hp_sys_clkrst_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/hp_sys_clkrst_reg.h index 571ef41a2e1..0c42d1e8ca5 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hp_sys_clkrst_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hp_sys_clkrst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hp_sys_clkrst_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/hp_sys_clkrst_struct.h index 4fe2960175e..c02da6cb552 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hp_sys_clkrst_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hp_sys_clkrst_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hp_system_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/hp_system_reg.h index 81cff320129..4601339c247 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hp_system_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hp_system_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/hp_system_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/hp_system_struct.h index 8e62f2bec84..bef32f3a1ec 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/hp_system_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/hp_system_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/huk_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/huk_reg.h index 20c44c4d3dd..044b44e9784 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/huk_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/huk_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/huk_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/huk_struct.h index ed5f416920b..c716a4ec291 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/huk_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/huk_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i2c_ana_mst_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/i2c_ana_mst_reg.h index dc16cfa4162..2a76fabcfb4 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i2c_ana_mst_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i2c_ana_mst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i2c_ana_mst_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/i2c_ana_mst_struct.h index 2d3457bffa2..31a3db4c679 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i2c_ana_mst_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i2c_ana_mst_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i2c_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/i2c_reg.h index 0ba382e077f..66f2912096e 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i2c_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i2c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i2c_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/i2c_struct.h index f1a5729968b..e4107c142b2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i2c_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i2c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i2s_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/i2s_reg.h index 8c99c7dfb10..bf226f2873a 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i2s_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i2s_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i2s_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/i2s_struct.h index cdf8e401580..8fc3a3fc64e 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i2s_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i2s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_mem_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_mem_reg.h index 4b729dde74e..b30b1befe5f 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_mem_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_mem_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_mem_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_mem_struct.h index 514b538b826..db55d34d50c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_mem_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_mem_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_reg.h index 34cef41cee7..25217a87f2e 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_struct.h index de7c314a211..1ddca106c93 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i3c_mst_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i3c_slv_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/i3c_slv_reg.h index 00343ef2f99..f6cc5806b67 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i3c_slv_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i3c_slv_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/i3c_slv_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/i3c_slv_struct.h index dd95aff9335..5a3a75c5de2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/i3c_slv_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/i3c_slv_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_qos_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_qos_reg.h index 8f1143edce0..4d786e21a26 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_qos_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_qos_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_qos_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_qos_struct.h index 4fbe7cbe1e3..ec27569106f 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_qos_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_qos_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_reg.h index 160f1de846b..d537dcddeb6 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_struct.h index 097455faa84..1ed2ffcb043 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/icm_sys_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core0_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core0_reg.h index 0bfca792f2b..fb6b8fd95f4 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core0_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core0_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core0_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core0_struct.h index 3b33d6c820c..4249a03ed2d 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core0_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core0_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core1_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core1_reg.h index 0cc0a6746ba..01840606244 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core1_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core1_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core1_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core1_struct.h index 67d86f98bb2..7d65bd44fc9 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core1_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/interrupt_core1_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/io_mux_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/io_mux_reg.h index c4b16eef1a5..2ba766d0d18 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/io_mux_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/io_mux_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/io_mux_struct.h index e187ba74596..f7f3ff8a35a 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/io_mux_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/io_mux_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/iomux_mspi_pin_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/iomux_mspi_pin_reg.h index db2188d109e..bad99425db0 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/iomux_mspi_pin_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/iomux_mspi_pin_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/iomux_mspi_pin_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/iomux_mspi_pin_struct.h index f5ab610d58c..f6f8e7e779c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/iomux_mspi_pin_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/iomux_mspi_pin_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/isp_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/isp_reg.h index f4d25d40e41..581ef240d04 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/isp_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/isp_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/isp_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/isp_struct.h index 0b5f24914cc..e2732ae5c69 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/isp_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/isp_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/jpeg_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/jpeg_reg.h index 17e1f4bee76..69a68a89c2b 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/jpeg_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/jpeg_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/jpeg_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/jpeg_struct.h index 0e49abab525..5486c275d60 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/jpeg_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/jpeg_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/keymng_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/keymng_reg.h index e11f28548fc..c5a86bfc167 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/keymng_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/keymng_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/keymng_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/keymng_struct.h index d46c34fcd56..5246ae5b44c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/keymng_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/keymng_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lcd_cam_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lcd_cam_reg.h index 971324f56c6..3e347a7ddb2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lcd_cam_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lcd_cam_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lcd_cam_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lcd_cam_struct.h index 08d5844e0e5..36c0de6293e 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lcd_cam_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lcd_cam_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ledc_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/ledc_reg.h index 6599e1dab01..772833b3c45 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ledc_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ledc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ledc_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/ledc_struct.h index 668767aa685..7a1ae524403 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ledc_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ledc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_eco5_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_eco5_reg.h index 0d7ce67bd92..48bf7572660 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_eco5_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_eco5_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_reg.h index acd5976904e..91ce65974d1 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_struct.h index 6fe0b0dc70a..9335e460559 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp2hp_peri_pms_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_adc_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_adc_reg.h index ef3629ede9d..ad358f4af69 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_adc_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_adc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_adc_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_adc_struct.h index e256dd83d4f..1fa1870b996 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_adc_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_adc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_analog_peri_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_analog_peri_reg.h index b2974561e26..7107f425455 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_analog_peri_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_analog_peri_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_analog_peri_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_analog_peri_struct.h index 8b0b3b32684..ca7603d3a0f 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_analog_peri_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_analog_peri_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_clkrst_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_clkrst_reg.h index c6b37fe9885..02d09a8c983 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_clkrst_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_clkrst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_clkrst_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_clkrst_struct.h index 49e42b840df..3b23bca73fc 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_clkrst_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_clkrst_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_reg.h index 6e3da4f938e..1e75211cd7f 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_sig_map.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_sig_map.h index 43e2e8043c5..99513a99dc2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_sig_map.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_sig_map.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_struct.h index b00dc468945..e32289669e5 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_gpio_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_i2c_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_i2c_reg.h index 6545f51a1fa..949e1a41f50 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_i2c_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_i2c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_i2c_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_i2c_struct.h index 3ccb12bd736..cc32ee94328 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_i2c_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_i2c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_i2s_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_i2s_reg.h index 2eeb0b8dbfc..3e6867758b5 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_i2s_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_i2s_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_i2s_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_i2s_struct.h index bfc118ffeb7..d86cfb4a28e 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_i2s_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_i2s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_intr_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_intr_reg.h index f4a0e4f7c24..3ae7ed26218 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_intr_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_intr_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_intr_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_intr_struct.h index 7afbf699538..468572728c1 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_intr_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_intr_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_iomux_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_iomux_reg.h index de9f270b788..a08169971ad 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_iomux_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_iomux_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_iomux_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_iomux_struct.h index c445ffbd166..0796aa93d58 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_iomux_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_iomux_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_mailbox_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_mailbox_reg.h index 07ebf898472..0b13828b54d 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_mailbox_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_mailbox_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_mailbox_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_mailbox_struct.h index 2ff272552d7..1a74478bbe5 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_mailbox_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_mailbox_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_eco5_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_eco5_reg.h index 833e384012d..f61805e0599 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_eco5_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_eco5_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_reg.h index 11055cc05ba..3d9defcbb50 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_struct.h index 691228182de..dea648ca5bf 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_peri_pms_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_spi_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_spi_reg.h index 3d6bb0371a8..d59ac24fe18 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_spi_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_spi_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_spi_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_spi_struct.h index db7e40838da..e332a5399ae 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_spi_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_spi_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_system_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_system_reg.h index c137a567750..331b251f880 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_system_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_system_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_system_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_system_struct.h index 5d674d89d47..c5bb1450780 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_system_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_system_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_eco5_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_eco5_struct.h index ad41a52b3f1..3ab0c5778b5 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_eco5_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_eco5_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_reg.h index 68abe42e330..03d63b6a6cd 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_struct.h index 09dd169f130..5ea099caa88 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_timer_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_uart_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_uart_reg.h index 2a494b5d0cc..e75ac02f273 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_uart_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_uart_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_uart_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_uart_struct.h index d7043fc5ed6..a8d6a90bd42 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_uart_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_uart_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_wdt_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_wdt_reg.h index 1c215bdfa36..119a73c710f 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_wdt_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_wdt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lp_wdt_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lp_wdt_struct.h index 10cfad43860..c49dd0d78db 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lp_wdt_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lp_wdt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lpperi_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/lpperi_reg.h index 338134fe921..d7e735b780d 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lpperi_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lpperi_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/lpperi_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/lpperi_struct.h index 98148b4e555..243d5363141 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/lpperi_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/lpperi_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mcpwm_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/mcpwm_reg.h index c1e2197dbf9..06dd8c1fbc7 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mcpwm_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mcpwm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mcpwm_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/mcpwm_struct.h index e917dc7b3cd..7e60be152fc 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mcpwm_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mcpwm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mem_monitor_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/mem_monitor_reg.h index 104e4c06f1c..5e5bfac65b5 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mem_monitor_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mem_monitor_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mem_monitor_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/mem_monitor_struct.h index 18fe8db5032..0057ab961b2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mem_monitor_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mem_monitor_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_bridge_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_bridge_reg.h index 370f31c7234..11a697d47a9 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_bridge_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_bridge_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_bridge_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_bridge_struct.h index 7856dd37406..9ed6a737b4f 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_bridge_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_bridge_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_host_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_host_reg.h index 2527e2c67e3..ea3f3647ebd 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_host_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_host_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_host_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_host_struct.h index bf5bfc43d91..7078e6ce00c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_host_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mipi_csi_host_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_bridge_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_bridge_reg.h index b63d11181de..b0c2bbe51f0 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_bridge_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_bridge_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_bridge_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_bridge_struct.h index 266f441ec65..e536579c617 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_bridge_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_bridge_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_host_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_host_reg.h index 424140762b3..9fac9960fe6 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_host_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_host_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_host_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_host_struct.h index 15e17eba712..59384046a42 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_host_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/mipi_dsi_host_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/parl_io_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/parl_io_reg.h index eafecf99eec..b1af7657ab1 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/parl_io_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/parl_io_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/parl_io_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/parl_io_struct.h index e58956022cd..d872fc1a68f 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/parl_io_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/parl_io_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/pau_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/pau_reg.h index 16ec86ea23c..1f7ac800ca9 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/pau_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/pau_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/pau_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/pau_struct.h index 13b5c39a32e..69adaa1eeca 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/pau_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/pau_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/pcnt_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/pcnt_reg.h index a15eac4f18c..c15d5a3a0a2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/pcnt_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/pcnt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/pcnt_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/pcnt_struct.h index bd13068ac5a..e5e03762f9a 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/pcnt_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/pcnt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/pmu_eco5_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/pmu_eco5_reg.h index 3d574d64cf1..6b6a48b4484 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/pmu_eco5_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/pmu_eco5_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/pmu_eco5_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/pmu_eco5_struct.h index b800521b0da..3efc6b09ab2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/pmu_eco5_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/pmu_eco5_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/pmu_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/pmu_reg.h index 6c120a7046b..0ff74d9fea2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/pmu_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/pmu_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/pmu_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/pmu_struct.h index 66d15d4985b..0b3aed5047f 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/pmu_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/pmu_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ppa_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/ppa_reg.h index baa0dbb88d1..df081ff079a 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ppa_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ppa_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/ppa_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/ppa_struct.h index 855a9df1e9a..da59ad24020 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/ppa_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/ppa_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/pvt_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/pvt_reg.h index cae14a798b1..7b720c88e20 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/pvt_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/pvt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/pvt_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/pvt_struct.h index ffeeb40341b..8fb05e09eba 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/pvt_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/pvt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/reg_base.h b/components/soc/esp32p4/register/hw_ver3/soc/reg_base.h index cd7caa0765b..7cc8687f63f 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/reg_base.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/reg_base.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* Basic address */ diff --git a/components/soc/esp32p4/register/hw_ver3/soc/rmt_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/rmt_reg.h index 772e8dd3166..ecf80882ab3 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/rmt_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/rmt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/rmt_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/rmt_struct.h index b6d21840aaf..7d6a75dfc4c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/rmt_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/rmt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/rsa_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/rsa_reg.h index c100dbdbaad..1e7e90f6b14 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/rsa_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/rsa_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/rsa_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/rsa_struct.h index 44f1d9ea58a..8f4d6c0abbf 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/rsa_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/rsa_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/rtclockcali_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/rtclockcali_reg.h index dbf69d31a2f..cf92d6fc55c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/rtclockcali_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/rtclockcali_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/rtclockcali_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/rtclockcali_struct.h index 56c9c4533d1..cc52464706c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/rtclockcali_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/rtclockcali_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/sdmmc_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/sdmmc_reg.h index 9002fda91f6..afcbb0273b3 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/sdmmc_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/sdmmc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/sdmmc_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/sdmmc_struct.h index e5666a254de..0b4cbd21721 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/sdmmc_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/sdmmc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/sha_eco5_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/sha_eco5_reg.h index f417aadeffe..711e01686d3 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/sha_eco5_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/sha_eco5_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/sha_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/sha_reg.h index add98736012..1d0588e5060 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/sha_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/sha_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/sha_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/sha_struct.h index 30193aee034..1af423a24bd 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/sha_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/sha_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/soc_etm_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/soc_etm_reg.h index caec8f065fa..e9998541719 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/soc_etm_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/soc_etm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/soc_etm_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/soc_etm_struct.h index 9d8b56cdc9d..bed219e7463 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/soc_etm_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/soc_etm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_c_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_c_reg.h index 9be06b72dc6..9cbcc3e6187 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_c_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_c_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_c_struct.h index 84903e35775..62ac301763e 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_c_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_s_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_s_reg.h index f8219e708e1..dd8926b1e3a 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_s_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_s_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_s_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_s_struct.h index e36743cc8a0..83a2fd3a403 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_s_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/spi1_mem_s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_c_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_c_reg.h index 14dcc8ec501..f775fd41d31 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_c_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_c_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_c_struct.h index e4c093e73a7..e1b151edbe2 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_c_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_s_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_s_reg.h index 003f89681ec..fab59a6a916 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_s_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_s_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_s_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_s_struct.h index 235cd5d7aa5..2e12a430fcf 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_s_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/spi_mem_s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/spi_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/spi_reg.h index f5aa935ccad..691236275d3 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/spi_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/spi_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/spi_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/spi_struct.h index 99be51bc31f..861e7b5007c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/spi_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/spi_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/systimer_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/systimer_reg.h index 5a8fd9e16d4..5d39f00e750 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/systimer_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/systimer_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/systimer_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/systimer_struct.h index 8716983ec95..d218d045195 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/systimer_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/systimer_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/timer_group_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/timer_group_reg.h index c260234634f..6f71e7ecf17 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/timer_group_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/timer_group_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/timer_group_struct.h index 1f2b1535dd3..100a8ecdd45 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/timer_group_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/touch_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/touch_reg.h index f6265c42f68..bb3b1c29fc8 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/touch_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/touch_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/touch_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/touch_struct.h index 1581e548a90..f969d8a4a90 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/touch_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/touch_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/trace_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/trace_reg.h index 2cf87ac0191..cb2b638bc68 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/trace_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/trace_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/trace_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/trace_struct.h index dcb4fcd9aa8..57edee30b26 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/trace_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/trace_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/trng_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/trng_reg.h index 46a82394aaf..4774427b9bd 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/trng_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/trng_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/trng_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/trng_struct.h index c669247cc11..3cd3e1ec8ff 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/trng_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/trng_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/tsens_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/tsens_reg.h index 06620858728..6fe5cd83e6c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/tsens_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/tsens_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/tsens_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/tsens_struct.h index 212214fa3f2..2181ed30738 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/tsens_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/tsens_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/twai_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/twai_reg.h index 3eb5c0bb37d..dcbb763a5cb 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/twai_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/twai_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/twai_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/twai_struct.h index 53bbc39af09..510ea523c69 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/twai_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/twai_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/uart_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/uart_reg.h index ba938dfb8b6..3365c93b482 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/uart_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/uart_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/uart_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/uart_struct.h index 3fc2f5ed87b..9e782038256 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/uart_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/uart_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/uhci_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/uhci_reg.h index 74e047a248c..1e107cbcec6 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/uhci_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/uhci_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/uhci_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/uhci_struct.h index b8328eecfa9..f31efd3105a 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/uhci_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/uhci_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/usb_dwc_cfg.h b/components/soc/esp32p4/register/hw_ver3/soc/usb_dwc_cfg.h index 788e5388239..cbd34d3534a 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/usb_dwc_cfg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/usb_dwc_cfg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/usb_serial_jtag_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/usb_serial_jtag_reg.h index c8978c0f545..b0095d17c78 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/usb_serial_jtag_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/usb_serial_jtag_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/usb_serial_jtag_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/usb_serial_jtag_struct.h index ca2ea0df156..e4da9c9fd26 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/usb_serial_jtag_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/usb_serial_jtag_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/usb_utmi_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/usb_utmi_struct.h index e891217808b..9a182294b7c 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/usb_utmi_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/usb_utmi_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/usb_wrap_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/usb_wrap_reg.h index 31fbd239ff5..9c4b8796a21 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/usb_wrap_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/usb_wrap_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/usb_wrap_struct.h b/components/soc/esp32p4/register/hw_ver3/soc/usb_wrap_struct.h index aa7f0f58e6d..da30593f6a1 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/usb_wrap_struct.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/usb_wrap_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/register/hw_ver3/soc/wdev_reg.h b/components/soc/esp32p4/register/hw_ver3/soc/wdev_reg.h index 36ef570e2b4..09cfc56b78a 100644 --- a/components/soc/esp32p4/register/hw_ver3/soc/wdev_reg.h +++ b/components/soc/esp32p4/register/hw_ver3/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32p4/rtc_io_periph.c b/components/soc/esp32p4/rtc_io_periph.c index db6827ea574..9ffbcc77158 100644 --- a/components/soc/esp32p4/rtc_io_periph.c +++ b/components/soc/esp32p4/rtc_io_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rtc_periph.h" diff --git a/components/soc/esp32p4/sdio_slave_periph.c b/components/soc/esp32p4/sdio_slave_periph.c index e5f5a19fc5f..98984742eba 100644 --- a/components/soc/esp32p4/sdio_slave_periph.c +++ b/components/soc/esp32p4/sdio_slave_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include #include "soc/sdio_slave_periph.h" diff --git a/components/soc/esp32p4/sdm_periph.c b/components/soc/esp32p4/sdm_periph.c index 4b89dce5a3f..2e8208fda59 100644 --- a/components/soc/esp32p4/sdm_periph.c +++ b/components/soc/esp32p4/sdm_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdm_periph.h" diff --git a/components/soc/esp32p4/sdmmc_periph.c b/components/soc/esp32p4/sdmmc_periph.c index 78f3148ab8e..74a62f2781d 100644 --- a/components/soc/esp32p4/sdmmc_periph.c +++ b/components/soc/esp32p4/sdmmc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdmmc_periph.h" diff --git a/components/soc/esp32p4/spi_periph.c b/components/soc/esp32p4/spi_periph.c index df2fdf8a7a4..8f326d0f9c0 100644 --- a/components/soc/esp32p4/spi_periph.c +++ b/components/soc/esp32p4/spi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32p4/system_retention_periph.c b/components/soc/esp32p4/system_retention_periph.c index 0bcff04f94f..1b30539e035 100644 --- a/components/soc/esp32p4/system_retention_periph.c +++ b/components/soc/esp32p4/system_retention_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/cache_reg.h" diff --git a/components/soc/esp32p4/temperature_sensor_periph.c b/components/soc/esp32p4/temperature_sensor_periph.c index a681a41e3ba..ba9c49647d0 100644 --- a/components/soc/esp32p4/temperature_sensor_periph.c +++ b/components/soc/esp32p4/temperature_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/temperature_sensor_periph.h" diff --git a/components/soc/esp32p4/touch_sensor_periph.c b/components/soc/esp32p4/touch_sensor_periph.c index 1cba03337b1..755261ecf7a 100644 --- a/components/soc/esp32p4/touch_sensor_periph.c +++ b/components/soc/esp32p4/touch_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/touch_sensor_channel.h" diff --git a/components/soc/esp32p4/twai_periph.c b/components/soc/esp32p4/twai_periph.c index 7ca56398176..18ebc431389 100644 --- a/components/soc/esp32p4/twai_periph.c +++ b/components/soc/esp32p4/twai_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/twai_periph.h" diff --git a/components/soc/esp32p4/uart_periph.c b/components/soc/esp32p4/uart_periph.c index d2365089729..2dcedd1ede8 100644 --- a/components/soc/esp32p4/uart_periph.c +++ b/components/soc/esp32p4/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32s2/adc_periph.c b/components/soc/esp32s2/adc_periph.c index 4822580a78a..0dea5050699 100644 --- a/components/soc/esp32s2/adc_periph.c +++ b/components/soc/esp32s2/adc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/adc_periph.h" diff --git a/components/soc/esp32s2/dac_periph.c b/components/soc/esp32s2/dac_periph.c index d38bf1296c6..659c8689ac6 100644 --- a/components/soc/esp32s2/dac_periph.c +++ b/components/soc/esp32s2/dac_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/dac_periph.h" diff --git a/components/soc/esp32s2/dedic_gpio_periph.c b/components/soc/esp32s2/dedic_gpio_periph.c index 8ebcb4cfd53..16d9f21b589 100644 --- a/components/soc/esp32s2/dedic_gpio_periph.c +++ b/components/soc/esp32s2/dedic_gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/dedic_gpio_periph.h" diff --git a/components/soc/esp32s2/gpio_periph.c b/components/soc/esp32s2/gpio_periph.c index 25a453915a0..736008f574b 100644 --- a/components/soc/esp32s2/gpio_periph.c +++ b/components/soc/esp32s2/gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32s2/include/soc/adc_channel.h b/components/soc/esp32s2/include/soc/adc_channel.h index 39ee17bc55c..49885707f70 100644 --- a/components/soc/esp32s2/include/soc/adc_channel.h +++ b/components/soc/esp32s2/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/bb_reg.h b/components/soc/esp32s2/include/soc/bb_reg.h index 51ae751d0f8..211a2189d92 100644 --- a/components/soc/esp32s2/include/soc/bb_reg.h +++ b/components/soc/esp32s2/include/soc/bb_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BB_REG_H_ diff --git a/components/soc/esp32s2/include/soc/boot_mode.h b/components/soc/esp32s2/include/soc/boot_mode.h index 958e8f20372..8f9e6a93ab9 100644 --- a/components/soc/esp32s2/include/soc/boot_mode.h +++ b/components/soc/esp32s2/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BOOT_MODE_H_ diff --git a/components/soc/esp32s2/include/soc/clk_tree_defs.h b/components/soc/esp32s2/include/soc/clk_tree_defs.h index fc6b6ba6a22..2404b51c595 100644 --- a/components/soc/esp32s2/include/soc/clk_tree_defs.h +++ b/components/soc/esp32s2/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/clkout_channel.h b/components/soc/esp32s2/include/soc/clkout_channel.h index 1c5ef2a2eef..bb37c03dab0 100644 --- a/components/soc/esp32s2/include/soc/clkout_channel.h +++ b/components/soc/esp32s2/include/soc/clkout_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/dac_channel.h b/components/soc/esp32s2/include/soc/dac_channel.h index 5dc71a84aaa..8b6a1b381fc 100644 --- a/components/soc/esp32s2/include/soc/dac_channel.h +++ b/components/soc/esp32s2/include/soc/dac_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/dport_access.h b/components/soc/esp32s2/include/soc/dport_access.h index 93a3bdfbf1e..db61b96aed1 100644 --- a/components/soc/esp32s2/include/soc/dport_access.h +++ b/components/soc/esp32s2/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _DPORT_ACCESS_H_ diff --git a/components/soc/esp32s2/include/soc/dport_reg.h b/components/soc/esp32s2/include/soc/dport_reg.h index 9e9409c498c..e790e27e1de 100644 --- a/components/soc/esp32s2/include/soc/dport_reg.h +++ b/components/soc/esp32s2/include/soc/dport_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_DPORT_REG_H_ #define _SOC_DPORT_REG_H_ diff --git a/components/soc/esp32s2/include/soc/efuse_defs.h b/components/soc/esp32s2/include/soc/efuse_defs.h index 55f3abff560..68b975d730c 100644 --- a/components/soc/esp32s2/include/soc/efuse_defs.h +++ b/components/soc/esp32s2/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/ext_mem_defs.h b/components/soc/esp32s2/include/soc/ext_mem_defs.h index 248528a5865..572ad3a49b3 100644 --- a/components/soc/esp32s2/include/soc/ext_mem_defs.h +++ b/components/soc/esp32s2/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _CACHE_MEMORY_H_ #define _CACHE_MEMORY_H_ diff --git a/components/soc/esp32s2/include/soc/gpio_num.h b/components/soc/esp32s2/include/soc/gpio_num.h index 68ffee9ac3f..c53c7416b2b 100644 --- a/components/soc/esp32s2/include/soc/gpio_num.h +++ b/components/soc/esp32s2/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/gpio_pins.h b/components/soc/esp32s2/include/soc/gpio_pins.h index 1c07923ad88..0ca7e9ec600 100644 --- a/components/soc/esp32s2/include/soc/gpio_pins.h +++ b/components/soc/esp32s2/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/gpio_sig_map.h b/components/soc/esp32s2/include/soc/gpio_sig_map.h index bed622f9c81..e56f4f26762 100644 --- a/components/soc/esp32s2/include/soc/gpio_sig_map.h +++ b/components/soc/esp32s2/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_SIG_MAP_H_ #define _SOC_GPIO_SIG_MAP_H_ diff --git a/components/soc/esp32s2/include/soc/hwcrypto_reg.h b/components/soc/esp32s2/include/soc/hwcrypto_reg.h index ff3c31e56b6..02ac80892af 100644 --- a/components/soc/esp32s2/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32s2/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef __HWCRYPTO_REG_H__ diff --git a/components/soc/esp32s2/include/soc/interrupts.h b/components/soc/esp32s2/include/soc/interrupts.h index 4134b1547a0..986727de309 100644 --- a/components/soc/esp32s2/include/soc/interrupts.h +++ b/components/soc/esp32s2/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/mmu.h b/components/soc/esp32s2/include/soc/mmu.h index 9a4df152a64..d489b8ef0a4 100644 --- a/components/soc/esp32s2/include/soc/mmu.h +++ b/components/soc/esp32s2/include/soc/mmu.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/periph_defs.h b/components/soc/esp32s2/include/soc/periph_defs.h index 55fe0ec19ec..2ef252bfd6a 100644 --- a/components/soc/esp32s2/include/soc/periph_defs.h +++ b/components/soc/esp32s2/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/regi2c_apll.h b/components/soc/esp32s2/include/soc/regi2c_apll.h index aed1de9d88c..9e593018a1a 100644 --- a/components/soc/esp32s2/include/soc/regi2c_apll.h +++ b/components/soc/esp32s2/include/soc/regi2c_apll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/regi2c_bbpll.h b/components/soc/esp32s2/include/soc/regi2c_bbpll.h index e7423b1e6e3..4dea87a3620 100644 --- a/components/soc/esp32s2/include/soc/regi2c_bbpll.h +++ b/components/soc/esp32s2/include/soc/regi2c_bbpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/regi2c_brownout.h b/components/soc/esp32s2/include/soc/regi2c_brownout.h index 8073b72a27d..d2c2565a7cc 100644 --- a/components/soc/esp32s2/include/soc/regi2c_brownout.h +++ b/components/soc/esp32s2/include/soc/regi2c_brownout.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/regi2c_defs.h b/components/soc/esp32s2/include/soc/regi2c_defs.h index 399e55b08e3..5be55738706 100644 --- a/components/soc/esp32s2/include/soc/regi2c_defs.h +++ b/components/soc/esp32s2/include/soc/regi2c_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/regi2c_saradc.h b/components/soc/esp32s2/include/soc/regi2c_saradc.h index 323b99206b7..9e590c1cc33 100644 --- a/components/soc/esp32s2/include/soc/regi2c_saradc.h +++ b/components/soc/esp32s2/include/soc/regi2c_saradc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/regi2c_ulp.h b/components/soc/esp32s2/include/soc/regi2c_ulp.h index 43a8c0d41e7..83b2e6d2490 100644 --- a/components/soc/esp32s2/include/soc/regi2c_ulp.h +++ b/components/soc/esp32s2/include/soc/regi2c_ulp.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/reset_reasons.h b/components/soc/esp32s2/include/soc/reset_reasons.h index 2a75b4cba84..a1a646cfb49 100644 --- a/components/soc/esp32s2/include/soc/reset_reasons.h +++ b/components/soc/esp32s2/include/soc/reset_reasons.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/rtc_io_channel.h b/components/soc/esp32s2/include/soc/rtc_io_channel.h index 9ccf06f5119..07ca79191f0 100644 --- a/components/soc/esp32s2/include/soc/rtc_io_channel.h +++ b/components/soc/esp32s2/include/soc/rtc_io_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_GPIO_CHANNEL_H diff --git a/components/soc/esp32s2/include/soc/soc.h b/components/soc/esp32s2/include/soc/soc.h index 604ac9d078d..430509c23ea 100644 --- a/components/soc/esp32s2/include/soc/soc.h +++ b/components/soc/esp32s2/include/soc/soc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/soc_caps.h b/components/soc/esp32s2/include/soc/soc_caps.h index d50c1c3c1b2..bf7b7b1c7fe 100644 --- a/components/soc/esp32s2/include/soc/soc_caps.h +++ b/components/soc/esp32s2/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32s2/include/soc/soc_caps_full.h b/components/soc/esp32s2/include/soc/soc_caps_full.h index a79d5014ac5..3eb10b5ac74 100644 --- a/components/soc/esp32s2/include/soc/soc_caps_full.h +++ b/components/soc/esp32s2/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/soc_pins.h b/components/soc/esp32s2/include/soc/soc_pins.h index 25bac07d4d9..9ca62586a7a 100644 --- a/components/soc/esp32s2/include/soc/soc_pins.h +++ b/components/soc/esp32s2/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/spi_pins.h b/components/soc/esp32s2/include/soc/spi_pins.h index 65e1ee9d0b7..93f92a570a6 100644 --- a/components/soc/esp32s2/include/soc/spi_pins.h +++ b/components/soc/esp32s2/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/system_intr.h b/components/soc/esp32s2/include/soc/system_intr.h index 9289296b49a..f9e3b24e2e9 100644 --- a/components/soc/esp32s2/include/soc/system_intr.h +++ b/components/soc/esp32s2/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/touch_sensor_channel.h b/components/soc/esp32s2/include/soc/touch_sensor_channel.h index 61197c92c42..4a1b1d2c7bc 100644 --- a/components/soc/esp32s2/include/soc/touch_sensor_channel.h +++ b/components/soc/esp32s2/include/soc/touch_sensor_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_TOUCH_CHANNEL_H diff --git a/components/soc/esp32s2/include/soc/tracemem_config.h b/components/soc/esp32s2/include/soc/tracemem_config.h index 7175279de6a..fb5d86bfe1e 100644 --- a/components/soc/esp32s2/include/soc/tracemem_config.h +++ b/components/soc/esp32s2/include/soc/tracemem_config.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/uart_channel.h b/components/soc/esp32s2/include/soc/uart_channel.h index ae5c84fb45c..498c0351536 100644 --- a/components/soc/esp32s2/include/soc/uart_channel.h +++ b/components/soc/esp32s2/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32S2. diff --git a/components/soc/esp32s2/include/soc/uart_pins.h b/components/soc/esp32s2/include/soc/uart_pins.h index 02c79e02df2..fce45d00d87 100644 --- a/components/soc/esp32s2/include/soc/uart_pins.h +++ b/components/soc/esp32s2/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/usb_dwc_cfg.h b/components/soc/esp32s2/include/soc/usb_dwc_cfg.h index 37cdcdf4bf7..107157d91a8 100644 --- a/components/soc/esp32s2/include/soc/usb_dwc_cfg.h +++ b/components/soc/esp32s2/include/soc/usb_dwc_cfg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/usb_dwc_struct.h b/components/soc/esp32s2/include/soc/usb_dwc_struct.h index 340ce02bc44..a4c518c92d0 100644 --- a/components/soc/esp32s2/include/soc/usb_dwc_struct.h +++ b/components/soc/esp32s2/include/soc/usb_dwc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/usb_pins.h b/components/soc/esp32s2/include/soc/usb_pins.h index 3d75c07b327..785887c203a 100644 --- a/components/soc/esp32s2/include/soc/usb_pins.h +++ b/components/soc/esp32s2/include/soc/usb_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/include/soc/wdev_reg.h b/components/soc/esp32s2/include/soc/wdev_reg.h index c8b79b104dd..ee44b2022a0 100644 --- a/components/soc/esp32s2/include/soc/wdev_reg.h +++ b/components/soc/esp32s2/include/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/interrupts.c b/components/soc/esp32s2/interrupts.c index 9e566ceb49e..7a51cce9d16 100644 --- a/components/soc/esp32s2/interrupts.c +++ b/components/soc/esp32s2/interrupts.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32s2/ld/esp32s2.peripherals.ld b/components/soc/esp32s2/ld/esp32s2.peripherals.ld index 014be6dea90..0dde86bba58 100644 --- a/components/soc/esp32s2/ld/esp32s2.peripherals.ld +++ b/components/soc/esp32s2/ld/esp32s2.peripherals.ld @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ PROVIDE ( UART0 = 0x3f400000 ); PROVIDE ( SPIMEM1 = 0x3f402000 ); diff --git a/components/soc/esp32s2/ledc_periph.c b/components/soc/esp32s2/ledc_periph.c index d508be2a32e..f08a3e2ff9e 100644 --- a/components/soc/esp32s2/ledc_periph.c +++ b/components/soc/esp32s2/ledc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32s2/mpi_periph.c b/components/soc/esp32s2/mpi_periph.c index ad9e0bfdb29..338cd0e3c13 100644 --- a/components/soc/esp32s2/mpi_periph.c +++ b/components/soc/esp32s2/mpi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/hwcrypto_reg.h" diff --git a/components/soc/esp32s2/power_supply_periph.c b/components/soc/esp32s2/power_supply_periph.c index 95498a03d54..243757aac6e 100644 --- a/components/soc/esp32s2/power_supply_periph.c +++ b/components/soc/esp32s2/power_supply_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/power_supply_periph.h" diff --git a/components/soc/esp32s2/register/soc/apb_ctrl_reg.h b/components/soc/esp32s2/register/soc/apb_ctrl_reg.h index dd5e98e5cfd..71a9c2c845b 100644 --- a/components/soc/esp32s2/register/soc/apb_ctrl_reg.h +++ b/components/soc/esp32s2/register/soc/apb_ctrl_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_APB_CTRL_REG_H_ #define _SOC_APB_CTRL_REG_H_ diff --git a/components/soc/esp32s2/register/soc/apb_ctrl_struct.h b/components/soc/esp32s2/register/soc/apb_ctrl_struct.h index db01e00f310..4a60e98ebbc 100644 --- a/components/soc/esp32s2/register/soc/apb_ctrl_struct.h +++ b/components/soc/esp32s2/register/soc/apb_ctrl_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/apb_saradc_reg.h b/components/soc/esp32s2/register/soc/apb_saradc_reg.h index f814884435f..ce188c82eb0 100644 --- a/components/soc/esp32s2/register/soc/apb_saradc_reg.h +++ b/components/soc/esp32s2/register/soc/apb_saradc_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_APB_SARADC_REG_H_ #define _SOC_APB_SARADC_REG_H_ diff --git a/components/soc/esp32s2/register/soc/apb_saradc_struct.h b/components/soc/esp32s2/register/soc/apb_saradc_struct.h index 6751312a373..9925aaf10a0 100644 --- a/components/soc/esp32s2/register/soc/apb_saradc_struct.h +++ b/components/soc/esp32s2/register/soc/apb_saradc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/assist_debug_reg.h b/components/soc/esp32s2/register/soc/assist_debug_reg.h index 6795eeb7ee6..f1197adfeca 100644 --- a/components/soc/esp32s2/register/soc/assist_debug_reg.h +++ b/components/soc/esp32s2/register/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #define ASSIST_DEBUG_BASE DR_REG_ASSIST_DEBUG_BASE diff --git a/components/soc/esp32s2/register/soc/cp_dma_reg.h b/components/soc/esp32s2/register/soc/cp_dma_reg.h index d35575a6c05..9829f6f19b6 100644 --- a/components/soc/esp32s2/register/soc/cp_dma_reg.h +++ b/components/soc/esp32s2/register/soc/cp_dma_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/cp_dma_struct.h b/components/soc/esp32s2/register/soc/cp_dma_struct.h index f125294d971..268a1421ffb 100644 --- a/components/soc/esp32s2/register/soc/cp_dma_struct.h +++ b/components/soc/esp32s2/register/soc/cp_dma_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/crypto_dma_reg.h b/components/soc/esp32s2/register/soc/crypto_dma_reg.h index ad91a5c6632..5819ea3c8b3 100644 --- a/components/soc/esp32s2/register/soc/crypto_dma_reg.h +++ b/components/soc/esp32s2/register/soc/crypto_dma_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_CRYPTO_DMA_REG_H_ #define _SOC_CRYPTO_DMA_REG_H_ diff --git a/components/soc/esp32s2/register/soc/dedic_gpio_reg.h b/components/soc/esp32s2/register/soc/dedic_gpio_reg.h index 07c96d858c8..cf9d19599bc 100644 --- a/components/soc/esp32s2/register/soc/dedic_gpio_reg.h +++ b/components/soc/esp32s2/register/soc/dedic_gpio_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/dedic_gpio_struct.h b/components/soc/esp32s2/register/soc/dedic_gpio_struct.h index 5178428acb7..e04b485d104 100644 --- a/components/soc/esp32s2/register/soc/dedic_gpio_struct.h +++ b/components/soc/esp32s2/register/soc/dedic_gpio_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/efuse_reg.h b/components/soc/esp32s2/register/soc/efuse_reg.h index 6f0f7c96959..541c3ea03cc 100644 --- a/components/soc/esp32s2/register/soc/efuse_reg.h +++ b/components/soc/esp32s2/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/efuse_struct.h b/components/soc/esp32s2/register/soc/efuse_struct.h index 88f99599f55..7e1f7ca2316 100644 --- a/components/soc/esp32s2/register/soc/efuse_struct.h +++ b/components/soc/esp32s2/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/extmem_reg.h b/components/soc/esp32s2/register/soc/extmem_reg.h index 80a36fb62f2..0077d0d763f 100644 --- a/components/soc/esp32s2/register/soc/extmem_reg.h +++ b/components/soc/esp32s2/register/soc/extmem_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_EXTMEM_REG_H_ #define _SOC_EXTMEM_REG_H_ diff --git a/components/soc/esp32s2/register/soc/gpio_reg.h b/components/soc/esp32s2/register/soc/gpio_reg.h index eb2ff296a6e..6f564b41780 100644 --- a/components/soc/esp32s2/register/soc/gpio_reg.h +++ b/components/soc/esp32s2/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_REG_H_ #define _SOC_GPIO_REG_H_ diff --git a/components/soc/esp32s2/register/soc/gpio_sd_reg.h b/components/soc/esp32s2/register/soc/gpio_sd_reg.h index 416aa4aeaf8..be640e5b474 100644 --- a/components/soc/esp32s2/register/soc/gpio_sd_reg.h +++ b/components/soc/esp32s2/register/soc/gpio_sd_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/gpio_sd_struct.h b/components/soc/esp32s2/register/soc/gpio_sd_struct.h index 3505605f591..fa47a8377aa 100644 --- a/components/soc/esp32s2/register/soc/gpio_sd_struct.h +++ b/components/soc/esp32s2/register/soc/gpio_sd_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/gpio_struct.h b/components/soc/esp32s2/register/soc/gpio_struct.h index ac24d121f87..1592d2d8d00 100644 --- a/components/soc/esp32s2/register/soc/gpio_struct.h +++ b/components/soc/esp32s2/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/i2c_reg.h b/components/soc/esp32s2/register/soc/i2c_reg.h index 82b10bff46e..e5ad4661519 100644 --- a/components/soc/esp32s2/register/soc/i2c_reg.h +++ b/components/soc/esp32s2/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_I2C_REG_H_ #define _SOC_I2C_REG_H_ diff --git a/components/soc/esp32s2/register/soc/i2c_struct.h b/components/soc/esp32s2/register/soc/i2c_struct.h index fdf93eb63ab..0b5720e4bd6 100644 --- a/components/soc/esp32s2/register/soc/i2c_struct.h +++ b/components/soc/esp32s2/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/i2s_reg.h b/components/soc/esp32s2/register/soc/i2s_reg.h index 7f2f7d0721a..1d9efb37105 100644 --- a/components/soc/esp32s2/register/soc/i2s_reg.h +++ b/components/soc/esp32s2/register/soc/i2s_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/i2s_struct.h b/components/soc/esp32s2/register/soc/i2s_struct.h index 038b0f662d5..9d6d2238252 100644 --- a/components/soc/esp32s2/register/soc/i2s_struct.h +++ b/components/soc/esp32s2/register/soc/i2s_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/interrupt_reg.h b/components/soc/esp32s2/register/soc/interrupt_reg.h index dace8948cf4..b9ea8fde941 100644 --- a/components/soc/esp32s2/register/soc/interrupt_reg.h +++ b/components/soc/esp32s2/register/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_INTERRUPT_REG_H_ #define _SOC_INTERRUPT_REG_H_ diff --git a/components/soc/esp32s2/register/soc/io_mux_reg.h b/components/soc/esp32s2/register/soc/io_mux_reg.h index d5fbce46786..66f2b1c2c0e 100644 --- a/components/soc/esp32s2/register/soc/io_mux_reg.h +++ b/components/soc/esp32s2/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_IO_MUX_REG_H_ #define _SOC_IO_MUX_REG_H_ diff --git a/components/soc/esp32s2/register/soc/ledc_reg.h b/components/soc/esp32s2/register/soc/ledc_reg.h index 0fc137f9af7..89cb907bf2b 100644 --- a/components/soc/esp32s2/register/soc/ledc_reg.h +++ b/components/soc/esp32s2/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_LEDC_REG_H_ #define _SOC_LEDC_REG_H_ diff --git a/components/soc/esp32s2/register/soc/ledc_struct.h b/components/soc/esp32s2/register/soc/ledc_struct.h index 4a12ef7d0f5..60754b7f114 100644 --- a/components/soc/esp32s2/register/soc/ledc_struct.h +++ b/components/soc/esp32s2/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/pcnt_reg.h b/components/soc/esp32s2/register/soc/pcnt_reg.h index 64907cd1ec0..9aa6870a8f6 100644 --- a/components/soc/esp32s2/register/soc/pcnt_reg.h +++ b/components/soc/esp32s2/register/soc/pcnt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/pcnt_struct.h b/components/soc/esp32s2/register/soc/pcnt_struct.h index 73794dc33a9..3d9dada5612 100644 --- a/components/soc/esp32s2/register/soc/pcnt_struct.h +++ b/components/soc/esp32s2/register/soc/pcnt_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/reg_base.h b/components/soc/esp32s2/register/soc/reg_base.h index 0a809c6ebf7..d7e854b6b19 100644 --- a/components/soc/esp32s2/register/soc/reg_base.h +++ b/components/soc/esp32s2/register/soc/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #define DR_REG_SYSTEM_BASE 0x3f4c0000 #define DR_REG_SENSITIVE_BASE 0x3f4c1000 diff --git a/components/soc/esp32s2/register/soc/rmt_reg.h b/components/soc/esp32s2/register/soc/rmt_reg.h index c458a4a5796..7ff8aa26113 100644 --- a/components/soc/esp32s2/register/soc/rmt_reg.h +++ b/components/soc/esp32s2/register/soc/rmt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/rmt_struct.h b/components/soc/esp32s2/register/soc/rmt_struct.h index 8408afe0ee5..d6ae908b734 100644 --- a/components/soc/esp32s2/register/soc/rmt_struct.h +++ b/components/soc/esp32s2/register/soc/rmt_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/rtc_cntl_reg.h b/components/soc/esp32s2/register/soc/rtc_cntl_reg.h index a57b8c97c42..d01dc809b1d 100644 --- a/components/soc/esp32s2/register/soc/rtc_cntl_reg.h +++ b/components/soc/esp32s2/register/soc/rtc_cntl_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_CNTL_REG_H_ #define _SOC_RTC_CNTL_REG_H_ diff --git a/components/soc/esp32s2/register/soc/rtc_cntl_struct.h b/components/soc/esp32s2/register/soc/rtc_cntl_struct.h index 64503d5fd42..b7538590201 100644 --- a/components/soc/esp32s2/register/soc/rtc_cntl_struct.h +++ b/components/soc/esp32s2/register/soc/rtc_cntl_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_CNTL_STRUCT_H_ #define _SOC_RTC_CNTL_STRUCT_H_ diff --git a/components/soc/esp32s2/register/soc/rtc_i2c_reg.h b/components/soc/esp32s2/register/soc/rtc_i2c_reg.h index ed1e59a7c4a..8c041086abe 100644 --- a/components/soc/esp32s2/register/soc/rtc_i2c_reg.h +++ b/components/soc/esp32s2/register/soc/rtc_i2c_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_I2C_REG_H_ #define _SOC_RTC_I2C_REG_H_ diff --git a/components/soc/esp32s2/register/soc/rtc_i2c_struct.h b/components/soc/esp32s2/register/soc/rtc_i2c_struct.h index edec99145eb..2ace53dbe59 100644 --- a/components/soc/esp32s2/register/soc/rtc_i2c_struct.h +++ b/components/soc/esp32s2/register/soc/rtc_i2c_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/rtc_io_reg.h b/components/soc/esp32s2/register/soc/rtc_io_reg.h index dcc7f358f22..5e37c0bf31c 100644 --- a/components/soc/esp32s2/register/soc/rtc_io_reg.h +++ b/components/soc/esp32s2/register/soc/rtc_io_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_IO_REG_H_ #define _SOC_RTC_IO_REG_H_ diff --git a/components/soc/esp32s2/register/soc/rtc_io_struct.h b/components/soc/esp32s2/register/soc/rtc_io_struct.h index 71642c1a1fe..85ba9f1f3e3 100644 --- a/components/soc/esp32s2/register/soc/rtc_io_struct.h +++ b/components/soc/esp32s2/register/soc/rtc_io_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/sens_reg.h b/components/soc/esp32s2/register/soc/sens_reg.h index 5de450607f4..68be7c6e7a6 100644 --- a/components/soc/esp32s2/register/soc/sens_reg.h +++ b/components/soc/esp32s2/register/soc/sens_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SENS_REG_H_ #define _SOC_SENS_REG_H_ diff --git a/components/soc/esp32s2/register/soc/sens_struct.h b/components/soc/esp32s2/register/soc/sens_struct.h index 845737d20dc..c864c45d5dd 100644 --- a/components/soc/esp32s2/register/soc/sens_struct.h +++ b/components/soc/esp32s2/register/soc/sens_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/sensitive_reg.h b/components/soc/esp32s2/register/soc/sensitive_reg.h index a76d1bfe712..ac3fb849dc3 100644 --- a/components/soc/esp32s2/register/soc/sensitive_reg.h +++ b/components/soc/esp32s2/register/soc/sensitive_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SENSITIVE_REG_H_ #define _SOC_SENSITIVE_REG_H_ diff --git a/components/soc/esp32s2/register/soc/spi_mem_reg.h b/components/soc/esp32s2/register/soc/spi_mem_reg.h index ac6331630de..39b20f76ff6 100644 --- a/components/soc/esp32s2/register/soc/spi_mem_reg.h +++ b/components/soc/esp32s2/register/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_MEM_REG_H_ #define _SOC_SPI_MEM_REG_H_ diff --git a/components/soc/esp32s2/register/soc/spi_mem_struct.h b/components/soc/esp32s2/register/soc/spi_mem_struct.h index 432aecfa098..553e2064e6c 100644 --- a/components/soc/esp32s2/register/soc/spi_mem_struct.h +++ b/components/soc/esp32s2/register/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/spi_reg.h b/components/soc/esp32s2/register/soc/spi_reg.h index bb76a4c41b0..1c5de0e82f4 100644 --- a/components/soc/esp32s2/register/soc/spi_reg.h +++ b/components/soc/esp32s2/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_REG_H_ #define _SOC_SPI_REG_H_ diff --git a/components/soc/esp32s2/register/soc/spi_struct.h b/components/soc/esp32s2/register/soc/spi_struct.h index 8c9f67a2f83..396e6188671 100644 --- a/components/soc/esp32s2/register/soc/spi_struct.h +++ b/components/soc/esp32s2/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/syscon_reg.h b/components/soc/esp32s2/register/soc/syscon_reg.h index 129ac57f2bc..c0f8d0fe00e 100644 --- a/components/soc/esp32s2/register/soc/syscon_reg.h +++ b/components/soc/esp32s2/register/soc/syscon_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSCON_REG_H_ #define _SOC_SYSCON_REG_H_ diff --git a/components/soc/esp32s2/register/soc/syscon_struct.h b/components/soc/esp32s2/register/soc/syscon_struct.h index 5e2eee408ee..857dcf46013 100644 --- a/components/soc/esp32s2/register/soc/syscon_struct.h +++ b/components/soc/esp32s2/register/soc/syscon_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/system_reg.h b/components/soc/esp32s2/register/soc/system_reg.h index a8caa5b7636..7dd586098fe 100644 --- a/components/soc/esp32s2/register/soc/system_reg.h +++ b/components/soc/esp32s2/register/soc/system_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSTEM_REG_H_ #define _SOC_SYSTEM_REG_H_ diff --git a/components/soc/esp32s2/register/soc/systimer_reg.h b/components/soc/esp32s2/register/soc/systimer_reg.h index 67229365dbb..548692038d6 100644 --- a/components/soc/esp32s2/register/soc/systimer_reg.h +++ b/components/soc/esp32s2/register/soc/systimer_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/systimer_struct.h b/components/soc/esp32s2/register/soc/systimer_struct.h index f19d4265053..538b6cee020 100644 --- a/components/soc/esp32s2/register/soc/systimer_struct.h +++ b/components/soc/esp32s2/register/soc/systimer_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/timer_group_reg.h b/components/soc/esp32s2/register/soc/timer_group_reg.h index a2a7310164a..2f652ee5393 100644 --- a/components/soc/esp32s2/register/soc/timer_group_reg.h +++ b/components/soc/esp32s2/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/timer_group_struct.h b/components/soc/esp32s2/register/soc/timer_group_struct.h index 99cd3df313f..b8839525227 100644 --- a/components/soc/esp32s2/register/soc/timer_group_struct.h +++ b/components/soc/esp32s2/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/twai_struct.h b/components/soc/esp32s2/register/soc/twai_struct.h index c6d68badde3..fd870038212 100644 --- a/components/soc/esp32s2/register/soc/twai_struct.h +++ b/components/soc/esp32s2/register/soc/twai_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/uart_reg.h b/components/soc/esp32s2/register/soc/uart_reg.h index 24c59ecf01f..e0ba08b4054 100644 --- a/components/soc/esp32s2/register/soc/uart_reg.h +++ b/components/soc/esp32s2/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_UART_REG_H_ #define _SOC_UART_REG_H_ diff --git a/components/soc/esp32s2/register/soc/uart_struct.h b/components/soc/esp32s2/register/soc/uart_struct.h index 49659b91ecf..fde36e7fd5e 100644 --- a/components/soc/esp32s2/register/soc/uart_struct.h +++ b/components/soc/esp32s2/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/uhci_reg.h b/components/soc/esp32s2/register/soc/uhci_reg.h index f6e41e59d14..47d96b3acc0 100644 --- a/components/soc/esp32s2/register/soc/uhci_reg.h +++ b/components/soc/esp32s2/register/soc/uhci_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_UHCI_REG_H_ #define _SOC_UHCI_REG_H_ diff --git a/components/soc/esp32s2/register/soc/uhci_struct.h b/components/soc/esp32s2/register/soc/uhci_struct.h index a65f93f9dfe..d910e2d0ddc 100644 --- a/components/soc/esp32s2/register/soc/uhci_struct.h +++ b/components/soc/esp32s2/register/soc/uhci_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/usb_reg.h b/components/soc/esp32s2/register/soc/usb_reg.h index 3d3a56fa260..ed51ea52b87 100644 --- a/components/soc/esp32s2/register/soc/usb_reg.h +++ b/components/soc/esp32s2/register/soc/usb_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/usb_struct.h b/components/soc/esp32s2/register/soc/usb_struct.h index a07aa34f533..752d62e2329 100644 --- a/components/soc/esp32s2/register/soc/usb_struct.h +++ b/components/soc/esp32s2/register/soc/usb_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/usb_wrap_reg.h b/components/soc/esp32s2/register/soc/usb_wrap_reg.h index ead508f96a0..d3781e48864 100644 --- a/components/soc/esp32s2/register/soc/usb_wrap_reg.h +++ b/components/soc/esp32s2/register/soc/usb_wrap_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/register/soc/usb_wrap_struct.h b/components/soc/esp32s2/register/soc/usb_wrap_struct.h index 5aa8968a8b4..1c55a3f6a72 100644 --- a/components/soc/esp32s2/register/soc/usb_wrap_struct.h +++ b/components/soc/esp32s2/register/soc/usb_wrap_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s2/rtc_io_periph.c b/components/soc/esp32s2/rtc_io_periph.c index 6980852b658..4467f179474 100644 --- a/components/soc/esp32s2/rtc_io_periph.c +++ b/components/soc/esp32s2/rtc_io_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rtc_periph.h" diff --git a/components/soc/esp32s2/sdm_periph.c b/components/soc/esp32s2/sdm_periph.c index 41072082055..ce40074e4db 100644 --- a/components/soc/esp32s2/sdm_periph.c +++ b/components/soc/esp32s2/sdm_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdm_periph.h" diff --git a/components/soc/esp32s2/spi_periph.c b/components/soc/esp32s2/spi_periph.c index baf477866b8..9a14d9b7131 100644 --- a/components/soc/esp32s2/spi_periph.c +++ b/components/soc/esp32s2/spi_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/spi_periph.h" diff --git a/components/soc/esp32s2/temperature_sensor_periph.c b/components/soc/esp32s2/temperature_sensor_periph.c index e75c60b3178..d495564a396 100644 --- a/components/soc/esp32s2/temperature_sensor_periph.c +++ b/components/soc/esp32s2/temperature_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/temperature_sensor_periph.h" diff --git a/components/soc/esp32s2/touch_sensor_periph.c b/components/soc/esp32s2/touch_sensor_periph.c index f6f81229d71..21d217b1e2f 100644 --- a/components/soc/esp32s2/touch_sensor_periph.c +++ b/components/soc/esp32s2/touch_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/touch_sensor_channel.h" diff --git a/components/soc/esp32s2/twai_periph.c b/components/soc/esp32s2/twai_periph.c index 56b1167c4c7..2cf0f906bd8 100644 --- a/components/soc/esp32s2/twai_periph.c +++ b/components/soc/esp32s2/twai_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/twai_periph.h" diff --git a/components/soc/esp32s2/uart_periph.c b/components/soc/esp32s2/uart_periph.c index 7083c49e902..71efa37ec96 100644 --- a/components/soc/esp32s2/uart_periph.c +++ b/components/soc/esp32s2/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32s3/adc_periph.c b/components/soc/esp32s3/adc_periph.c index 330d9fb107d..0dea5050699 100644 --- a/components/soc/esp32s3/adc_periph.c +++ b/components/soc/esp32s3/adc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/adc_periph.h" diff --git a/components/soc/esp32s3/dedic_gpio_periph.c b/components/soc/esp32s3/dedic_gpio_periph.c index e4f4166785c..38dc883bf72 100644 --- a/components/soc/esp32s3/dedic_gpio_periph.c +++ b/components/soc/esp32s3/dedic_gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/dedic_gpio_periph.h" diff --git a/components/soc/esp32s3/gpio_periph.c b/components/soc/esp32s3/gpio_periph.c index 770e50cea82..e1fa94daafe 100644 --- a/components/soc/esp32s3/gpio_periph.c +++ b/components/soc/esp32s3/gpio_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32s3/include/soc/adc_channel.h b/components/soc/esp32s3/include/soc/adc_channel.h index 39ee17bc55c..49885707f70 100644 --- a/components/soc/esp32s3/include/soc/adc_channel.h +++ b/components/soc/esp32s3/include/soc/adc_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/boot_mode.h b/components/soc/esp32s3/include/soc/boot_mode.h index 62575616c07..aa50ec0a804 100644 --- a/components/soc/esp32s3/include/soc/boot_mode.h +++ b/components/soc/esp32s3/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/clk_tree_defs.h b/components/soc/esp32s3/include/soc/clk_tree_defs.h index 4c1b2a8f148..2c135512822 100644 --- a/components/soc/esp32s3/include/soc/clk_tree_defs.h +++ b/components/soc/esp32s3/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/clkout_channel.h b/components/soc/esp32s3/include/soc/clkout_channel.h index ab104d7f135..bb37c03dab0 100644 --- a/components/soc/esp32s3/include/soc/clkout_channel.h +++ b/components/soc/esp32s3/include/soc/clkout_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/dport_access.h b/components/soc/esp32s3/include/soc/dport_access.h index 862d4d0e0a7..af1be0b9a3b 100644 --- a/components/soc/esp32s3/include/soc/dport_access.h +++ b/components/soc/esp32s3/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/dport_reg.h b/components/soc/esp32s3/include/soc/dport_reg.h index e9f3de4c442..9f8ffdde994 100644 --- a/components/soc/esp32s3/include/soc/dport_reg.h +++ b/components/soc/esp32s3/include/soc/dport_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/efuse_defs.h b/components/soc/esp32s3/include/soc/efuse_defs.h index 6dacc589064..919ad230c5c 100644 --- a/components/soc/esp32s3/include/soc/efuse_defs.h +++ b/components/soc/esp32s3/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/ext_mem_defs.h b/components/soc/esp32s3/include/soc/ext_mem_defs.h index bca5d544a0c..4ba6d6400da 100644 --- a/components/soc/esp32s3/include/soc/ext_mem_defs.h +++ b/components/soc/esp32s3/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/gpio_num.h b/components/soc/esp32s3/include/soc/gpio_num.h index 63761d46ed0..678e96b2319 100644 --- a/components/soc/esp32s3/include/soc/gpio_num.h +++ b/components/soc/esp32s3/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/gpio_pins.h b/components/soc/esp32s3/include/soc/gpio_pins.h index 1c07923ad88..0ca7e9ec600 100644 --- a/components/soc/esp32s3/include/soc/gpio_pins.h +++ b/components/soc/esp32s3/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/gpio_sig_map.h b/components/soc/esp32s3/include/soc/gpio_sig_map.h index 783f590d5bf..c9c287fbe5e 100644 --- a/components/soc/esp32s3/include/soc/gpio_sig_map.h +++ b/components/soc/esp32s3/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_SIG_MAP_H_ #define _SOC_GPIO_SIG_MAP_H_ diff --git a/components/soc/esp32s3/include/soc/hwcrypto_reg.h b/components/soc/esp32s3/include/soc/hwcrypto_reg.h index 24730d0b8d6..798e0f36519 100644 --- a/components/soc/esp32s3/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32s3/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/interrupt_reg.h b/components/soc/esp32s3/include/soc/interrupt_reg.h index 2036636bb1c..bf60b1c1675 100644 --- a/components/soc/esp32s3/include/soc/interrupt_reg.h +++ b/components/soc/esp32s3/include/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_INTERRUPT_REG_H_ diff --git a/components/soc/esp32s3/include/soc/interrupt_struct.h b/components/soc/esp32s3/include/soc/interrupt_struct.h index 8e752014341..d7b1352d71c 100644 --- a/components/soc/esp32s3/include/soc/interrupt_struct.h +++ b/components/soc/esp32s3/include/soc/interrupt_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_INTERRUPT_STRUCT_H_ #define _SOC_INTERRUPT_STRUCT_H_ diff --git a/components/soc/esp32s3/include/soc/interrupts.h b/components/soc/esp32s3/include/soc/interrupts.h index 23fbddc79fe..6594d8023c5 100644 --- a/components/soc/esp32s3/include/soc/interrupts.h +++ b/components/soc/esp32s3/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/memprot_defs.h b/components/soc/esp32s3/include/soc/memprot_defs.h index f1c02bae570..0958dc3e846 100644 --- a/components/soc/esp32s3/include/soc/memprot_defs.h +++ b/components/soc/esp32s3/include/soc/memprot_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/mmu.h b/components/soc/esp32s3/include/soc/mmu.h index 65d4cb99e5b..18f82a2bcc3 100644 --- a/components/soc/esp32s3/include/soc/mmu.h +++ b/components/soc/esp32s3/include/soc/mmu.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/periph_defs.h b/components/soc/esp32s3/include/soc/periph_defs.h index 24b7ddf0eb4..cbda4999dbf 100644 --- a/components/soc/esp32s3/include/soc/periph_defs.h +++ b/components/soc/esp32s3/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/regi2c_bbpll.h b/components/soc/esp32s3/include/soc/regi2c_bbpll.h index 9df0dd12c24..107eeb2e0cf 100644 --- a/components/soc/esp32s3/include/soc/regi2c_bbpll.h +++ b/components/soc/esp32s3/include/soc/regi2c_bbpll.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/regi2c_brownout.h b/components/soc/esp32s3/include/soc/regi2c_brownout.h index 8073b72a27d..d2c2565a7cc 100644 --- a/components/soc/esp32s3/include/soc/regi2c_brownout.h +++ b/components/soc/esp32s3/include/soc/regi2c_brownout.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/regi2c_defs.h b/components/soc/esp32s3/include/soc/regi2c_defs.h index 3008d8bfd1b..89b1c7cf275 100644 --- a/components/soc/esp32s3/include/soc/regi2c_defs.h +++ b/components/soc/esp32s3/include/soc/regi2c_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/regi2c_dig_reg.h b/components/soc/esp32s3/include/soc/regi2c_dig_reg.h index 146077dcfa4..6b76e895674 100644 --- a/components/soc/esp32s3/include/soc/regi2c_dig_reg.h +++ b/components/soc/esp32s3/include/soc/regi2c_dig_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/regi2c_lp_bias.h b/components/soc/esp32s3/include/soc/regi2c_lp_bias.h index 0a19262dcda..2a874fed7ba 100644 --- a/components/soc/esp32s3/include/soc/regi2c_lp_bias.h +++ b/components/soc/esp32s3/include/soc/regi2c_lp_bias.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/regi2c_saradc.h b/components/soc/esp32s3/include/soc/regi2c_saradc.h index 323b99206b7..9e590c1cc33 100644 --- a/components/soc/esp32s3/include/soc/regi2c_saradc.h +++ b/components/soc/esp32s3/include/soc/regi2c_saradc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/regi2c_ulp.h b/components/soc/esp32s3/include/soc/regi2c_ulp.h index 898a5bfa8af..c35165c30b4 100644 --- a/components/soc/esp32s3/include/soc/regi2c_ulp.h +++ b/components/soc/esp32s3/include/soc/regi2c_ulp.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/rtc_io_channel.h b/components/soc/esp32s3/include/soc/rtc_io_channel.h index 631eaad013d..86bb5ea5acc 100644 --- a/components/soc/esp32s3/include/soc/rtc_io_channel.h +++ b/components/soc/esp32s3/include/soc/rtc_io_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/soc.h b/components/soc/esp32s3/include/soc/soc.h index 0d26f1eba12..d4c867a834f 100644 --- a/components/soc/esp32s3/include/soc/soc.h +++ b/components/soc/esp32s3/include/soc/soc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/soc_caps.h b/components/soc/esp32s3/include/soc/soc_caps.h index 09cb7e37a52..52ff8d7e2d5 100644 --- a/components/soc/esp32s3/include/soc/soc_caps.h +++ b/components/soc/esp32s3/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // The long term plan is to have a single soc_caps.h for all peripherals. diff --git a/components/soc/esp32s3/include/soc/soc_caps_full.h b/components/soc/esp32s3/include/soc/soc_caps_full.h index a79d5014ac5..3eb10b5ac74 100644 --- a/components/soc/esp32s3/include/soc/soc_caps_full.h +++ b/components/soc/esp32s3/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/soc_pins.h b/components/soc/esp32s3/include/soc/soc_pins.h index 3d84a0afb17..7411d4b365c 100644 --- a/components/soc/esp32s3/include/soc/soc_pins.h +++ b/components/soc/esp32s3/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32s3/include/soc/spi_pins.h b/components/soc/esp32s3/include/soc/spi_pins.h index 5410ed5ad23..27aefe98dc0 100644 --- a/components/soc/esp32s3/include/soc/spi_pins.h +++ b/components/soc/esp32s3/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/system_intr.h b/components/soc/esp32s3/include/soc/system_intr.h index 9289296b49a..f9e3b24e2e9 100644 --- a/components/soc/esp32s3/include/soc/system_intr.h +++ b/components/soc/esp32s3/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/touch_sensor_channel.h b/components/soc/esp32s3/include/soc/touch_sensor_channel.h index 88d58d66b98..3879a721000 100644 --- a/components/soc/esp32s3/include/soc/touch_sensor_channel.h +++ b/components/soc/esp32s3/include/soc/touch_sensor_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/touch_sensor_pins.h b/components/soc/esp32s3/include/soc/touch_sensor_pins.h index 70046fc6490..4c553f84b31 100644 --- a/components/soc/esp32s3/include/soc/touch_sensor_pins.h +++ b/components/soc/esp32s3/include/soc/touch_sensor_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/tracemem_config.h b/components/soc/esp32s3/include/soc/tracemem_config.h index 75fd87419bd..da4d113dba7 100644 --- a/components/soc/esp32s3/include/soc/tracemem_config.h +++ b/components/soc/esp32s3/include/soc/tracemem_config.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/uart_channel.h b/components/soc/esp32s3/include/soc/uart_channel.h index 1b8b41da001..2cb124d76a7 100644 --- a/components/soc/esp32s3/include/soc/uart_channel.h +++ b/components/soc/esp32s3/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32S3. diff --git a/components/soc/esp32s3/include/soc/uart_pins.h b/components/soc/esp32s3/include/soc/uart_pins.h index f36741ea881..d1a3f820230 100644 --- a/components/soc/esp32s3/include/soc/uart_pins.h +++ b/components/soc/esp32s3/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/usb_dwc_cfg.h b/components/soc/esp32s3/include/soc/usb_dwc_cfg.h index 37cdcdf4bf7..107157d91a8 100644 --- a/components/soc/esp32s3/include/soc/usb_dwc_cfg.h +++ b/components/soc/esp32s3/include/soc/usb_dwc_cfg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/usb_dwc_struct.h b/components/soc/esp32s3/include/soc/usb_dwc_struct.h index 1d84a6b85b8..ed83af91610 100644 --- a/components/soc/esp32s3/include/soc/usb_dwc_struct.h +++ b/components/soc/esp32s3/include/soc/usb_dwc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/include/soc/usb_pins.h b/components/soc/esp32s3/include/soc/usb_pins.h index 3d75c07b327..785887c203a 100644 --- a/components/soc/esp32s3/include/soc/usb_pins.h +++ b/components/soc/esp32s3/include/soc/usb_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/interrupts.c b/components/soc/esp32s3/interrupts.c index 82c9924a350..a8e493b35df 100644 --- a/components/soc/esp32s3/interrupts.c +++ b/components/soc/esp32s3/interrupts.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32s3/ld/esp32s3.peripherals.ld b/components/soc/esp32s3/ld/esp32s3.peripherals.ld index abf6f87b831..f79f5cd80c0 100644 --- a/components/soc/esp32s3/ld/esp32s3.peripherals.ld +++ b/components/soc/esp32s3/ld/esp32s3.peripherals.ld @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ PROVIDE ( UART0 = 0x60000000 ); PROVIDE ( SPIMEM1 = 0x60002000 ); diff --git a/components/soc/esp32s3/ledc_periph.c b/components/soc/esp32s3/ledc_periph.c index d508be2a32e..f08a3e2ff9e 100644 --- a/components/soc/esp32s3/ledc_periph.c +++ b/components/soc/esp32s3/ledc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/ledc_periph.h" diff --git a/components/soc/esp32s3/mpi_periph.c b/components/soc/esp32s3/mpi_periph.c index ad9e0bfdb29..338cd0e3c13 100644 --- a/components/soc/esp32s3/mpi_periph.c +++ b/components/soc/esp32s3/mpi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/hwcrypto_reg.h" diff --git a/components/soc/esp32s3/power_supply_periph.c b/components/soc/esp32s3/power_supply_periph.c index 95498a03d54..243757aac6e 100644 --- a/components/soc/esp32s3/power_supply_periph.c +++ b/components/soc/esp32s3/power_supply_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/power_supply_periph.h" diff --git a/components/soc/esp32s3/register/soc/apb_ctrl_reg.h b/components/soc/esp32s3/register/soc/apb_ctrl_reg.h index 809463766ae..f6c77c61665 100644 --- a/components/soc/esp32s3/register/soc/apb_ctrl_reg.h +++ b/components/soc/esp32s3/register/soc/apb_ctrl_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_APB_CTRL_REG_H_ #define _SOC_APB_CTRL_REG_H_ diff --git a/components/soc/esp32s3/register/soc/apb_ctrl_struct.h b/components/soc/esp32s3/register/soc/apb_ctrl_struct.h index b77072d87ed..eed0c9d76f0 100644 --- a/components/soc/esp32s3/register/soc/apb_ctrl_struct.h +++ b/components/soc/esp32s3/register/soc/apb_ctrl_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_APB_CTRL_STRUCT_H_ #define _SOC_APB_CTRL_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/apb_saradc_reg.h b/components/soc/esp32s3/register/soc/apb_saradc_reg.h index 61d99974db4..cfc28297132 100644 --- a/components/soc/esp32s3/register/soc/apb_saradc_reg.h +++ b/components/soc/esp32s3/register/soc/apb_saradc_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_APB_SARADC_REG_H_ #define _SOC_APB_SARADC_REG_H_ diff --git a/components/soc/esp32s3/register/soc/apb_saradc_struct.h b/components/soc/esp32s3/register/soc/apb_saradc_struct.h index 53e2fe41c0d..1ad140e74d9 100644 --- a/components/soc/esp32s3/register/soc/apb_saradc_struct.h +++ b/components/soc/esp32s3/register/soc/apb_saradc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_APB_SARADC_STRUCT_H_ #define _SOC_APB_SARADC_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/assist_debug_reg.h b/components/soc/esp32s3/register/soc/assist_debug_reg.h index 35a89cadabb..df0e1854674 100644 --- a/components/soc/esp32s3/register/soc/assist_debug_reg.h +++ b/components/soc/esp32s3/register/soc/assist_debug_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_ASSIST_DEBUG_REG_H_ #define _SOC_ASSIST_DEBUG_REG_H_ diff --git a/components/soc/esp32s3/register/soc/assist_debug_struct.h b/components/soc/esp32s3/register/soc/assist_debug_struct.h index a66c4ecb772..890b445c0b5 100644 --- a/components/soc/esp32s3/register/soc/assist_debug_struct.h +++ b/components/soc/esp32s3/register/soc/assist_debug_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_ASSIST_DEBUG_STRUCT_H_ #define _SOC_ASSIST_DEBUG_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/efuse_reg.h b/components/soc/esp32s3/register/soc/efuse_reg.h index a4f5cff40dc..7e06f634a44 100644 --- a/components/soc/esp32s3/register/soc/efuse_reg.h +++ b/components/soc/esp32s3/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/efuse_struct.h b/components/soc/esp32s3/register/soc/efuse_struct.h index a83ab2b03af..daa904c7695 100644 --- a/components/soc/esp32s3/register/soc/efuse_struct.h +++ b/components/soc/esp32s3/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/extmem_reg.h b/components/soc/esp32s3/register/soc/extmem_reg.h index 4929c47f86c..cbfd6cdc12b 100644 --- a/components/soc/esp32s3/register/soc/extmem_reg.h +++ b/components/soc/esp32s3/register/soc/extmem_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_EXTMEM_REG_H_ #define _SOC_EXTMEM_REG_H_ diff --git a/components/soc/esp32s3/register/soc/extmem_struct.h b/components/soc/esp32s3/register/soc/extmem_struct.h index 8e2a9aad3c2..e04ffa9fe21 100644 --- a/components/soc/esp32s3/register/soc/extmem_struct.h +++ b/components/soc/esp32s3/register/soc/extmem_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_EXTMEM_STRUCT_H_ #define _SOC_EXTMEM_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/gdma_reg.h b/components/soc/esp32s3/register/soc/gdma_reg.h index 7c37c513ef9..502dec82805 100644 --- a/components/soc/esp32s3/register/soc/gdma_reg.h +++ b/components/soc/esp32s3/register/soc/gdma_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GDMA_REG_H_ #define _SOC_GDMA_REG_H_ diff --git a/components/soc/esp32s3/register/soc/gdma_struct.h b/components/soc/esp32s3/register/soc/gdma_struct.h index 680a1cccf1c..293ff7dc708 100644 --- a/components/soc/esp32s3/register/soc/gdma_struct.h +++ b/components/soc/esp32s3/register/soc/gdma_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GDMA_STRUCT_H_ #define _SOC_GDMA_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/gpio_reg.h b/components/soc/esp32s3/register/soc/gpio_reg.h index 8a109f6dd20..c8dbd2d5e0d 100644 --- a/components/soc/esp32s3/register/soc/gpio_reg.h +++ b/components/soc/esp32s3/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_REG_H_ #define _SOC_GPIO_REG_H_ diff --git a/components/soc/esp32s3/register/soc/gpio_sd_reg.h b/components/soc/esp32s3/register/soc/gpio_sd_reg.h index f171b12dae5..59b2f04017c 100644 --- a/components/soc/esp32s3/register/soc/gpio_sd_reg.h +++ b/components/soc/esp32s3/register/soc/gpio_sd_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/gpio_sd_struct.h b/components/soc/esp32s3/register/soc/gpio_sd_struct.h index bf0ec6e18a7..38220e87cb9 100644 --- a/components/soc/esp32s3/register/soc/gpio_sd_struct.h +++ b/components/soc/esp32s3/register/soc/gpio_sd_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/gpio_struct.h b/components/soc/esp32s3/register/soc/gpio_struct.h index 8aaebc31ba3..2077d995024 100644 --- a/components/soc/esp32s3/register/soc/gpio_struct.h +++ b/components/soc/esp32s3/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_GPIO_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/hinf_reg.h b/components/soc/esp32s3/register/soc/hinf_reg.h index d419cf129e0..6d1278fd824 100644 --- a/components/soc/esp32s3/register/soc/hinf_reg.h +++ b/components/soc/esp32s3/register/soc/hinf_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/hinf_struct.h b/components/soc/esp32s3/register/soc/hinf_struct.h index cf0713461bf..3c9bf018148 100644 --- a/components/soc/esp32s3/register/soc/hinf_struct.h +++ b/components/soc/esp32s3/register/soc/hinf_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/host_reg.h b/components/soc/esp32s3/register/soc/host_reg.h index 4dc04161fca..3c766298b45 100644 --- a/components/soc/esp32s3/register/soc/host_reg.h +++ b/components/soc/esp32s3/register/soc/host_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_HOST_REG_H_ #define _SOC_HOST_REG_H_ diff --git a/components/soc/esp32s3/register/soc/host_struct.h b/components/soc/esp32s3/register/soc/host_struct.h index 79a830ef145..56285320049 100644 --- a/components/soc/esp32s3/register/soc/host_struct.h +++ b/components/soc/esp32s3/register/soc/host_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_HOST_STRUCT_H_ #define _SOC_HOST_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/i2c_reg.h b/components/soc/esp32s3/register/soc/i2c_reg.h index 0585f139b32..16d4ebfe905 100644 --- a/components/soc/esp32s3/register/soc/i2c_reg.h +++ b/components/soc/esp32s3/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/i2c_struct.h b/components/soc/esp32s3/register/soc/i2c_struct.h index fe3695f44fd..435963e9487 100644 --- a/components/soc/esp32s3/register/soc/i2c_struct.h +++ b/components/soc/esp32s3/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/i2s_reg.h b/components/soc/esp32s3/register/soc/i2s_reg.h index 872469a0661..991220a57f1 100644 --- a/components/soc/esp32s3/register/soc/i2s_reg.h +++ b/components/soc/esp32s3/register/soc/i2s_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/i2s_struct.h b/components/soc/esp32s3/register/soc/i2s_struct.h index c7500479b10..2937b14666a 100644 --- a/components/soc/esp32s3/register/soc/i2s_struct.h +++ b/components/soc/esp32s3/register/soc/i2s_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/interrupt_core0_reg.h b/components/soc/esp32s3/register/soc/interrupt_core0_reg.h index 132bb9f98ed..9db7c7513a3 100644 --- a/components/soc/esp32s3/register/soc/interrupt_core0_reg.h +++ b/components/soc/esp32s3/register/soc/interrupt_core0_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_INTERRUPT_CORE0_REG_H_ #define _SOC_INTERRUPT_CORE0_REG_H_ diff --git a/components/soc/esp32s3/register/soc/interrupt_core0_struct.h b/components/soc/esp32s3/register/soc/interrupt_core0_struct.h index 4a909495068..799675dc4e2 100644 --- a/components/soc/esp32s3/register/soc/interrupt_core0_struct.h +++ b/components/soc/esp32s3/register/soc/interrupt_core0_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_INTERRUPT_CORE0_STRUCT_H_ #define _SOC_INTERRUPT_CORE0_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/interrupt_core1_reg.h b/components/soc/esp32s3/register/soc/interrupt_core1_reg.h index 854106dbf52..9545fa45fd1 100644 --- a/components/soc/esp32s3/register/soc/interrupt_core1_reg.h +++ b/components/soc/esp32s3/register/soc/interrupt_core1_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_INTERRUPT_CORE1_REG_H_ #define _SOC_INTERRUPT_CORE1_REG_H_ diff --git a/components/soc/esp32s3/register/soc/interrupt_core1_struct.h b/components/soc/esp32s3/register/soc/interrupt_core1_struct.h index 850cc4dc777..ffda1f93525 100644 --- a/components/soc/esp32s3/register/soc/interrupt_core1_struct.h +++ b/components/soc/esp32s3/register/soc/interrupt_core1_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_INTERRUPT_CORE1_STRUCT_H_ #define _SOC_INTERRUPT_CORE1_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/io_mux_reg.h b/components/soc/esp32s3/register/soc/io_mux_reg.h index 70ba7661cbf..c3b1984eecf 100644 --- a/components/soc/esp32s3/register/soc/io_mux_reg.h +++ b/components/soc/esp32s3/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/lcd_cam_reg.h b/components/soc/esp32s3/register/soc/lcd_cam_reg.h index a51d26c6a31..a07a86535f4 100644 --- a/components/soc/esp32s3/register/soc/lcd_cam_reg.h +++ b/components/soc/esp32s3/register/soc/lcd_cam_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/lcd_cam_struct.h b/components/soc/esp32s3/register/soc/lcd_cam_struct.h index 7d673a90ed2..728935ced62 100644 --- a/components/soc/esp32s3/register/soc/lcd_cam_struct.h +++ b/components/soc/esp32s3/register/soc/lcd_cam_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/ledc_reg.h b/components/soc/esp32s3/register/soc/ledc_reg.h index 1a4d70e2635..c5c47f092ef 100644 --- a/components/soc/esp32s3/register/soc/ledc_reg.h +++ b/components/soc/esp32s3/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/ledc_struct.h b/components/soc/esp32s3/register/soc/ledc_struct.h index c3e0765a400..c9598320fe4 100644 --- a/components/soc/esp32s3/register/soc/ledc_struct.h +++ b/components/soc/esp32s3/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/mcpwm_reg.h b/components/soc/esp32s3/register/soc/mcpwm_reg.h index c8e749dac0c..c199c590e75 100644 --- a/components/soc/esp32s3/register/soc/mcpwm_reg.h +++ b/components/soc/esp32s3/register/soc/mcpwm_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/mcpwm_struct.h b/components/soc/esp32s3/register/soc/mcpwm_struct.h index 9040142e67e..c62621c5a94 100644 --- a/components/soc/esp32s3/register/soc/mcpwm_struct.h +++ b/components/soc/esp32s3/register/soc/mcpwm_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/pcnt_reg.h b/components/soc/esp32s3/register/soc/pcnt_reg.h index 64907cd1ec0..9aa6870a8f6 100644 --- a/components/soc/esp32s3/register/soc/pcnt_reg.h +++ b/components/soc/esp32s3/register/soc/pcnt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/pcnt_struct.h b/components/soc/esp32s3/register/soc/pcnt_struct.h index 73794dc33a9..3d9dada5612 100644 --- a/components/soc/esp32s3/register/soc/pcnt_struct.h +++ b/components/soc/esp32s3/register/soc/pcnt_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/peri_backup_reg.h b/components/soc/esp32s3/register/soc/peri_backup_reg.h index b627104fc3b..37c89c13588 100644 --- a/components/soc/esp32s3/register/soc/peri_backup_reg.h +++ b/components/soc/esp32s3/register/soc/peri_backup_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_PERI_BACKUP_REG_H_ #define _SOC_PERI_BACKUP_REG_H_ diff --git a/components/soc/esp32s3/register/soc/peri_backup_struct.h b/components/soc/esp32s3/register/soc/peri_backup_struct.h index bc0563f7156..c6d2f5a6303 100644 --- a/components/soc/esp32s3/register/soc/peri_backup_struct.h +++ b/components/soc/esp32s3/register/soc/peri_backup_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_PERI_BACKUP_STRUCT_H_ #define _SOC_PERI_BACKUP_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/reg_base.h b/components/soc/esp32s3/register/soc/reg_base.h index ad1b7d143ab..52cc301c3e8 100644 --- a/components/soc/esp32s3/register/soc/reg_base.h +++ b/components/soc/esp32s3/register/soc/reg_base.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #define DR_REG_UART_BASE 0x60000000 #define DR_REG_SPI1_BASE 0x60002000 diff --git a/components/soc/esp32s3/register/soc/rmt_reg.h b/components/soc/esp32s3/register/soc/rmt_reg.h index b7660edace7..ee9397a03d6 100644 --- a/components/soc/esp32s3/register/soc/rmt_reg.h +++ b/components/soc/esp32s3/register/soc/rmt_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/rmt_struct.h b/components/soc/esp32s3/register/soc/rmt_struct.h index f6ad743e2b2..3866680e4c5 100644 --- a/components/soc/esp32s3/register/soc/rmt_struct.h +++ b/components/soc/esp32s3/register/soc/rmt_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/rtc_cntl_reg.h b/components/soc/esp32s3/register/soc/rtc_cntl_reg.h index 5a1fa823249..eace0e90d2e 100644 --- a/components/soc/esp32s3/register/soc/rtc_cntl_reg.h +++ b/components/soc/esp32s3/register/soc/rtc_cntl_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_CNTL_REG_H_ diff --git a/components/soc/esp32s3/register/soc/rtc_cntl_struct.h b/components/soc/esp32s3/register/soc/rtc_cntl_struct.h index a92633ec86b..838b183972a 100644 --- a/components/soc/esp32s3/register/soc/rtc_cntl_struct.h +++ b/components/soc/esp32s3/register/soc/rtc_cntl_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_CNTL_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/rtc_i2c_reg.h b/components/soc/esp32s3/register/soc/rtc_i2c_reg.h index ba10ed02330..98190d670c4 100644 --- a/components/soc/esp32s3/register/soc/rtc_i2c_reg.h +++ b/components/soc/esp32s3/register/soc/rtc_i2c_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/rtc_i2c_struct.h b/components/soc/esp32s3/register/soc/rtc_i2c_struct.h index 0d42c68906d..467e6a34548 100644 --- a/components/soc/esp32s3/register/soc/rtc_i2c_struct.h +++ b/components/soc/esp32s3/register/soc/rtc_i2c_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/rtc_io_reg.h b/components/soc/esp32s3/register/soc/rtc_io_reg.h index 0ce66dde613..cd655d9ff7f 100644 --- a/components/soc/esp32s3/register/soc/rtc_io_reg.h +++ b/components/soc/esp32s3/register/soc/rtc_io_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_IO_REG_H_ #define _SOC_RTC_IO_REG_H_ diff --git a/components/soc/esp32s3/register/soc/rtc_io_struct.h b/components/soc/esp32s3/register/soc/rtc_io_struct.h index d91204e18da..db17bfc6f60 100644 --- a/components/soc/esp32s3/register/soc/rtc_io_struct.h +++ b/components/soc/esp32s3/register/soc/rtc_io_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_RTC_IO_STRUCT_H_ #define _SOC_RTC_IO_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/sdmmc_reg.h b/components/soc/esp32s3/register/soc/sdmmc_reg.h index 84b5dd5b095..c66270d1966 100644 --- a/components/soc/esp32s3/register/soc/sdmmc_reg.h +++ b/components/soc/esp32s3/register/soc/sdmmc_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/sdmmc_struct.h b/components/soc/esp32s3/register/soc/sdmmc_struct.h index 44c98a9be6b..1f6562963ac 100644 --- a/components/soc/esp32s3/register/soc/sdmmc_struct.h +++ b/components/soc/esp32s3/register/soc/sdmmc_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/sens_reg.h b/components/soc/esp32s3/register/soc/sens_reg.h index 350804cf20e..b133e11c807 100644 --- a/components/soc/esp32s3/register/soc/sens_reg.h +++ b/components/soc/esp32s3/register/soc/sens_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SENS_REG_H_ #define _SOC_SENS_REG_H_ diff --git a/components/soc/esp32s3/register/soc/sens_struct.h b/components/soc/esp32s3/register/soc/sens_struct.h index 3fb730f3c95..b2a7bc5ecee 100644 --- a/components/soc/esp32s3/register/soc/sens_struct.h +++ b/components/soc/esp32s3/register/soc/sens_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SENS_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/sensitive_reg.h b/components/soc/esp32s3/register/soc/sensitive_reg.h index 3c17e73cce0..bbe77a2d6ae 100644 --- a/components/soc/esp32s3/register/soc/sensitive_reg.h +++ b/components/soc/esp32s3/register/soc/sensitive_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SENSITIVE_REG_H_ #define _SOC_SENSITIVE_REG_H_ diff --git a/components/soc/esp32s3/register/soc/sensitive_struct.h b/components/soc/esp32s3/register/soc/sensitive_struct.h index c6102c055b5..1ed0de2a63d 100644 --- a/components/soc/esp32s3/register/soc/sensitive_struct.h +++ b/components/soc/esp32s3/register/soc/sensitive_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SENSITIVE_STRUCT_H_ #define _SOC_SENSITIVE_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/spi_mem_reg.h b/components/soc/esp32s3/register/soc/spi_mem_reg.h index 16a8ec5f9c5..b4a01212a0a 100644 --- a/components/soc/esp32s3/register/soc/spi_mem_reg.h +++ b/components/soc/esp32s3/register/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_MEM_REG_H_ #define _SOC_SPI_MEM_REG_H_ diff --git a/components/soc/esp32s3/register/soc/spi_mem_struct.h b/components/soc/esp32s3/register/soc/spi_mem_struct.h index 07d352bb184..b1ee5cf295b 100644 --- a/components/soc/esp32s3/register/soc/spi_mem_struct.h +++ b/components/soc/esp32s3/register/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_MEM_STRUCT_H_ #define _SOC_SPI_MEM_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/spi_reg.h b/components/soc/esp32s3/register/soc/spi_reg.h index a5870547124..7fb74cc2893 100644 --- a/components/soc/esp32s3/register/soc/spi_reg.h +++ b/components/soc/esp32s3/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_REG_H_ #define _SOC_SPI_REG_H_ diff --git a/components/soc/esp32s3/register/soc/spi_struct.h b/components/soc/esp32s3/register/soc/spi_struct.h index e9d62932e2b..6bcf5596876 100644 --- a/components/soc/esp32s3/register/soc/spi_struct.h +++ b/components/soc/esp32s3/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SPI_STRUCT_H_ #define _SOC_SPI_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/syscon_reg.h b/components/soc/esp32s3/register/soc/syscon_reg.h index 75a58fcdb52..78ed6eacdc2 100644 --- a/components/soc/esp32s3/register/soc/syscon_reg.h +++ b/components/soc/esp32s3/register/soc/syscon_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSCON_REG_H_ #define _SOC_SYSCON_REG_H_ diff --git a/components/soc/esp32s3/register/soc/syscon_struct.h b/components/soc/esp32s3/register/soc/syscon_struct.h index e01c7153497..98392c49200 100644 --- a/components/soc/esp32s3/register/soc/syscon_struct.h +++ b/components/soc/esp32s3/register/soc/syscon_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSCON_STRUCT_H_ #define _SOC_SYSCON_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/system_reg.h b/components/soc/esp32s3/register/soc/system_reg.h index 736e90a84a4..614185ecb50 100644 --- a/components/soc/esp32s3/register/soc/system_reg.h +++ b/components/soc/esp32s3/register/soc/system_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSTEM_REG_H_ #define _SOC_SYSTEM_REG_H_ diff --git a/components/soc/esp32s3/register/soc/system_struct.h b/components/soc/esp32s3/register/soc/system_struct.h index b0e5f2a712e..a006e01176c 100644 --- a/components/soc/esp32s3/register/soc/system_struct.h +++ b/components/soc/esp32s3/register/soc/system_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_SYSTEM_STRUCT_H_ #define _SOC_SYSTEM_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/systimer_reg.h b/components/soc/esp32s3/register/soc/systimer_reg.h index 45873735b42..3b957d7a76b 100644 --- a/components/soc/esp32s3/register/soc/systimer_reg.h +++ b/components/soc/esp32s3/register/soc/systimer_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/systimer_struct.h b/components/soc/esp32s3/register/soc/systimer_struct.h index 4216561c3c2..96bdc3f2269 100644 --- a/components/soc/esp32s3/register/soc/systimer_struct.h +++ b/components/soc/esp32s3/register/soc/systimer_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/timer_group_reg.h b/components/soc/esp32s3/register/soc/timer_group_reg.h index e712afc168f..61139bf3282 100644 --- a/components/soc/esp32s3/register/soc/timer_group_reg.h +++ b/components/soc/esp32s3/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/timer_group_struct.h b/components/soc/esp32s3/register/soc/timer_group_struct.h index 2287e288831..f1a98c6f8d7 100644 --- a/components/soc/esp32s3/register/soc/timer_group_struct.h +++ b/components/soc/esp32s3/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/twai_struct.h b/components/soc/esp32s3/register/soc/twai_struct.h index c2518d5abf8..199065f10af 100644 --- a/components/soc/esp32s3/register/soc/twai_struct.h +++ b/components/soc/esp32s3/register/soc/twai_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/uart_reg.h b/components/soc/esp32s3/register/soc/uart_reg.h index ecae7cb6462..12ffd96225a 100644 --- a/components/soc/esp32s3/register/soc/uart_reg.h +++ b/components/soc/esp32s3/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/uart_struct.h b/components/soc/esp32s3/register/soc/uart_struct.h index a79a95dde57..3e459fa885e 100644 --- a/components/soc/esp32s3/register/soc/uart_struct.h +++ b/components/soc/esp32s3/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/uhci_reg.h b/components/soc/esp32s3/register/soc/uhci_reg.h index 19fefc9f35e..d97f440c500 100644 --- a/components/soc/esp32s3/register/soc/uhci_reg.h +++ b/components/soc/esp32s3/register/soc/uhci_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_UHCI_REG_H_ #define _SOC_UHCI_REG_H_ diff --git a/components/soc/esp32s3/register/soc/uhci_struct.h b/components/soc/esp32s3/register/soc/uhci_struct.h index 79987d6507f..353cb677f7c 100644 --- a/components/soc/esp32s3/register/soc/uhci_struct.h +++ b/components/soc/esp32s3/register/soc/uhci_struct.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_UHCI_STRUCT_H_ #define _SOC_UHCI_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/usb_reg.h b/components/soc/esp32s3/register/soc/usb_reg.h index d98ebf419b6..a20e2455330 100644 --- a/components/soc/esp32s3/register/soc/usb_reg.h +++ b/components/soc/esp32s3/register/soc/usb_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/usb_serial_jtag_reg.h b/components/soc/esp32s3/register/soc/usb_serial_jtag_reg.h index 2338bc6a4de..5dbfb9a8aa8 100644 --- a/components/soc/esp32s3/register/soc/usb_serial_jtag_reg.h +++ b/components/soc/esp32s3/register/soc/usb_serial_jtag_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/usb_serial_jtag_struct.h b/components/soc/esp32s3/register/soc/usb_serial_jtag_struct.h index aeb3bb47caa..eef90cc6c29 100644 --- a/components/soc/esp32s3/register/soc/usb_serial_jtag_struct.h +++ b/components/soc/esp32s3/register/soc/usb_serial_jtag_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_USB_SERIAL_JTAG_STRUCT_H_ #define _SOC_USB_SERIAL_JTAG_STRUCT_H_ diff --git a/components/soc/esp32s3/register/soc/usb_struct.h b/components/soc/esp32s3/register/soc/usb_struct.h index a07aa34f533..752d62e2329 100644 --- a/components/soc/esp32s3/register/soc/usb_struct.h +++ b/components/soc/esp32s3/register/soc/usb_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/usb_wrap_reg.h b/components/soc/esp32s3/register/soc/usb_wrap_reg.h index 9b8ea950a24..7f867f48c2e 100644 --- a/components/soc/esp32s3/register/soc/usb_wrap_reg.h +++ b/components/soc/esp32s3/register/soc/usb_wrap_reg.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2017-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_USB_WRAP_REG_H_ #define _SOC_USB_WRAP_REG_H_ diff --git a/components/soc/esp32s3/register/soc/usb_wrap_struct.h b/components/soc/esp32s3/register/soc/usb_wrap_struct.h index 9f440d17e9a..03bd8e4c18a 100644 --- a/components/soc/esp32s3/register/soc/usb_wrap_struct.h +++ b/components/soc/esp32s3/register/soc/usb_wrap_struct.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/world_controller_reg.h b/components/soc/esp32s3/register/soc/world_controller_reg.h index 1ba5333cf2b..44e71bab0bf 100644 --- a/components/soc/esp32s3/register/soc/world_controller_reg.h +++ b/components/soc/esp32s3/register/soc/world_controller_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/register/soc/world_controller_struct.h b/components/soc/esp32s3/register/soc/world_controller_struct.h index 80f6661b35f..a06e4c0472b 100644 --- a/components/soc/esp32s3/register/soc/world_controller_struct.h +++ b/components/soc/esp32s3/register/soc/world_controller_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s3/rtc_io_periph.c b/components/soc/esp32s3/rtc_io_periph.c index 7523759f1f6..9b51719e395 100644 --- a/components/soc/esp32s3/rtc_io_periph.c +++ b/components/soc/esp32s3/rtc_io_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/rtc_periph.h" diff --git a/components/soc/esp32s3/sdm_periph.c b/components/soc/esp32s3/sdm_periph.c index 41072082055..ce40074e4db 100644 --- a/components/soc/esp32s3/sdm_periph.c +++ b/components/soc/esp32s3/sdm_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdm_periph.h" diff --git a/components/soc/esp32s3/sdmmc_periph.c b/components/soc/esp32s3/sdmmc_periph.c index 3d4f15f1a0f..a16cf9bb1ff 100644 --- a/components/soc/esp32s3/sdmmc_periph.c +++ b/components/soc/esp32s3/sdmmc_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/sdmmc_periph.h" diff --git a/components/soc/esp32s3/spi_periph.c b/components/soc/esp32s3/spi_periph.c index 3675131a9b9..4e1a039c6c4 100644 --- a/components/soc/esp32s3/spi_periph.c +++ b/components/soc/esp32s3/spi_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/components/soc/esp32s3/temperature_sensor_periph.c b/components/soc/esp32s3/temperature_sensor_periph.c index e75c60b3178..d495564a396 100644 --- a/components/soc/esp32s3/temperature_sensor_periph.c +++ b/components/soc/esp32s3/temperature_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/temperature_sensor_periph.h" diff --git a/components/soc/esp32s3/touch_sensor_periph.c b/components/soc/esp32s3/touch_sensor_periph.c index b948cbf82bb..21d217b1e2f 100644 --- a/components/soc/esp32s3/touch_sensor_periph.c +++ b/components/soc/esp32s3/touch_sensor_periph.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/touch_sensor_channel.h" diff --git a/components/soc/esp32s3/twai_periph.c b/components/soc/esp32s3/twai_periph.c index 56b1167c4c7..2cf0f906bd8 100644 --- a/components/soc/esp32s3/twai_periph.c +++ b/components/soc/esp32s3/twai_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/twai_periph.h" diff --git a/components/soc/esp32s3/uart_periph.c b/components/soc/esp32s3/uart_periph.c index 0069d747c8e..69103a3af9b 100644 --- a/components/soc/esp32s3/uart_periph.c +++ b/components/soc/esp32s3/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/esp32s31/gpio_periph.c b/components/soc/esp32s31/gpio_periph.c index 20ab0053007..510b6862175 100644 --- a/components/soc/esp32s31/gpio_periph.c +++ b/components/soc/esp32s31/gpio_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/gpio_periph.h" diff --git a/components/soc/esp32s31/include/soc/boot_mode.h b/components/soc/esp32s31/include/soc/boot_mode.h index cbf6e677956..cf93fcb888d 100644 --- a/components/soc/esp32s31/include/soc/boot_mode.h +++ b/components/soc/esp32s31/include/soc/boot_mode.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _SOC_BOOT_MODE_H_ diff --git a/components/soc/esp32s31/include/soc/clic_reg.h b/components/soc/esp32s31/include/soc/clic_reg.h index a54d4d577b4..8b7f9fd0c6a 100644 --- a/components/soc/esp32s31/include/soc/clic_reg.h +++ b/components/soc/esp32s31/include/soc/clic_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/clk_tree_defs.h b/components/soc/esp32s31/include/soc/clk_tree_defs.h index 5a017259d88..68cfa8626d6 100644 --- a/components/soc/esp32s31/include/soc/clk_tree_defs.h +++ b/components/soc/esp32s31/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/dport_access.h b/components/soc/esp32s31/include/soc/dport_access.h index b844c93e998..029ab6a661a 100644 --- a/components/soc/esp32s31/include/soc/dport_access.h +++ b/components/soc/esp32s31/include/soc/dport_access.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #ifndef _DPORT_ACCESS_H_ diff --git a/components/soc/esp32s31/include/soc/efuse_defs.h b/components/soc/esp32s31/include/soc/efuse_defs.h index cc25cc5b973..18344b316d8 100644 --- a/components/soc/esp32s31/include/soc/efuse_defs.h +++ b/components/soc/esp32s31/include/soc/efuse_defs.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/ext_mem_defs.h b/components/soc/esp32s31/include/soc/ext_mem_defs.h index c09dd53bab9..ae23f45a338 100644 --- a/components/soc/esp32s31/include/soc/ext_mem_defs.h +++ b/components/soc/esp32s31/include/soc/ext_mem_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/gpio_num.h b/components/soc/esp32s31/include/soc/gpio_num.h index 8501288a9ee..c71b29fe53f 100644 --- a/components/soc/esp32s31/include/soc/gpio_num.h +++ b/components/soc/esp32s31/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/gpio_pins.h b/components/soc/esp32s31/include/soc/gpio_pins.h index 11ed487906c..1cae9027e3d 100644 --- a/components/soc/esp32s31/include/soc/gpio_pins.h +++ b/components/soc/esp32s31/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/gpio_sig_map.h b/components/soc/esp32s31/include/soc/gpio_sig_map.h index 596eddc33ad..d24ea6caa66 100644 --- a/components/soc/esp32s31/include/soc/gpio_sig_map.h +++ b/components/soc/esp32s31/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/hwcrypto_reg.h b/components/soc/esp32s31/include/soc/hwcrypto_reg.h index acbca69c998..bc291322c9f 100644 --- a/components/soc/esp32s31/include/soc/hwcrypto_reg.h +++ b/components/soc/esp32s31/include/soc/hwcrypto_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/interrupt_reg.h b/components/soc/esp32s31/include/soc/interrupt_reg.h index a2b3fb56bc6..d18972a80e6 100644 --- a/components/soc/esp32s31/include/soc/interrupt_reg.h +++ b/components/soc/esp32s31/include/soc/interrupt_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/interrupts.h b/components/soc/esp32s31/include/soc/interrupts.h index 8cd4de72120..81549711473 100644 --- a/components/soc/esp32s31/include/soc/interrupts.h +++ b/components/soc/esp32s31/include/soc/interrupts.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/lp_gpio_sig_map.h b/components/soc/esp32s31/include/soc/lp_gpio_sig_map.h index bc0a2c26dc7..5b0533b2d1f 100644 --- a/components/soc/esp32s31/include/soc/lp_gpio_sig_map.h +++ b/components/soc/esp32s31/include/soc/lp_gpio_sig_map.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/periph_defs.h b/components/soc/esp32s31/include/soc/periph_defs.h index f691cebced6..00e90eb0683 100644 --- a/components/soc/esp32s31/include/soc/periph_defs.h +++ b/components/soc/esp32s31/include/soc/periph_defs.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/pmu_icg_mapping.h b/components/soc/esp32s31/include/soc/pmu_icg_mapping.h index 780c808dc2d..11b19e71112 100644 --- a/components/soc/esp32s31/include/soc/pmu_icg_mapping.h +++ b/components/soc/esp32s31/include/soc/pmu_icg_mapping.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/reset_reasons.h b/components/soc/esp32s31/include/soc/reset_reasons.h index 3aa07ac13e0..8428c026c3f 100644 --- a/components/soc/esp32s31/include/soc/reset_reasons.h +++ b/components/soc/esp32s31/include/soc/reset_reasons.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/soc.h b/components/soc/esp32s31/include/soc/soc.h index e88f1830a7f..f6bef226e77 100644 --- a/components/soc/esp32s31/include/soc/soc.h +++ b/components/soc/esp32s31/include/soc/soc.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/soc_caps.h b/components/soc/esp32s31/include/soc/soc_caps.h index 33fcafde941..36923e1fc63 100644 --- a/components/soc/esp32s31/include/soc/soc_caps.h +++ b/components/soc/esp32s31/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32s31/include/soc/soc_caps_full.h b/components/soc/esp32s31/include/soc/soc_caps_full.h index ca1d6414d90..f031101adcb 100644 --- a/components/soc/esp32s31/include/soc/soc_caps_full.h +++ b/components/soc/esp32s31/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/soc_pins.h b/components/soc/esp32s31/include/soc/soc_pins.h index fd55809fa8d..0340b965a87 100644 --- a/components/soc/esp32s31/include/soc/soc_pins.h +++ b/components/soc/esp32s31/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/esp32s31/include/soc/spi_mem_reg.h b/components/soc/esp32s31/include/soc/spi_mem_reg.h index 21cb0e7fd0a..9b2cbca3415 100644 --- a/components/soc/esp32s31/include/soc/spi_mem_reg.h +++ b/components/soc/esp32s31/include/soc/spi_mem_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/spi_mem_struct.h b/components/soc/esp32s31/include/soc/spi_mem_struct.h index 4cdc614d562..905e527012f 100644 --- a/components/soc/esp32s31/include/soc/spi_mem_struct.h +++ b/components/soc/esp32s31/include/soc/spi_mem_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/spi_pins.h b/components/soc/esp32s31/include/soc/spi_pins.h index 210b74b3799..efd8e06b575 100644 --- a/components/soc/esp32s31/include/soc/spi_pins.h +++ b/components/soc/esp32s31/include/soc/spi_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/system_intr.h b/components/soc/esp32s31/include/soc/system_intr.h index 6e304f29a0c..d391dba1533 100644 --- a/components/soc/esp32s31/include/soc/system_intr.h +++ b/components/soc/esp32s31/include/soc/system_intr.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/system_periph_retention.h b/components/soc/esp32s31/include/soc/system_periph_retention.h index 40fec604ccf..6680539a7c3 100644 --- a/components/soc/esp32s31/include/soc/system_periph_retention.h +++ b/components/soc/esp32s31/include/soc/system_periph_retention.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/system_reg.h b/components/soc/esp32s31/include/soc/system_reg.h index f8a358cce03..9f4ca910e1b 100644 --- a/components/soc/esp32s31/include/soc/system_reg.h +++ b/components/soc/esp32s31/include/soc/system_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/hp_system_reg.h" diff --git a/components/soc/esp32s31/include/soc/uart_channel.h b/components/soc/esp32s31/include/soc/uart_channel.h index e4599a5f361..c4485c760cc 100644 --- a/components/soc/esp32s31/include/soc/uart_channel.h +++ b/components/soc/esp32s31/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ // This file defines GPIO lookup macros for available UART IO_MUX pins on ESP32S31. diff --git a/components/soc/esp32s31/include/soc/uart_pins.h b/components/soc/esp32s31/include/soc/uart_pins.h index 175e86cbf8d..9cd15445b2e 100644 --- a/components/soc/esp32s31/include/soc/uart_pins.h +++ b/components/soc/esp32s31/include/soc/uart_pins.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/include/soc/wdev_reg.h b/components/soc/esp32s31/include/soc/wdev_reg.h index a2d81bf9ff4..2a16a32f627 100644 --- a/components/soc/esp32s31/include/soc/wdev_reg.h +++ b/components/soc/esp32s31/include/soc/wdev_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/interrupts.c b/components/soc/esp32s31/interrupts.c index 30fddd9cfa5..b5e65dda252 100644 --- a/components/soc/esp32s31/interrupts.c +++ b/components/soc/esp32s31/interrupts.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/interrupts.h" diff --git a/components/soc/esp32s31/ld/esp32s31.peripherals.ld b/components/soc/esp32s31/ld/esp32s31.peripherals.ld index 6daa0dbeb44..0651bd2097f 100644 --- a/components/soc/esp32s31/ld/esp32s31.peripherals.ld +++ b/components/soc/esp32s31/ld/esp32s31.peripherals.ld @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ PROVIDE ( USB_OTGHS = 0x20300000 ); diff --git a/components/soc/esp32s31/register/soc/adc_reg.h b/components/soc/esp32s31/register/soc/adc_reg.h index bd557f742fa..4ef16e6c42b 100644 --- a/components/soc/esp32s31/register/soc/adc_reg.h +++ b/components/soc/esp32s31/register/soc/adc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/adc_struct.h b/components/soc/esp32s31/register/soc/adc_struct.h index 143a7c59425..5c5344b80a7 100644 --- a/components/soc/esp32s31/register/soc/adc_struct.h +++ b/components/soc/esp32s31/register/soc/adc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/aes_reg.h b/components/soc/esp32s31/register/soc/aes_reg.h index d05bbb42021..1fb128bb461 100644 --- a/components/soc/esp32s31/register/soc/aes_reg.h +++ b/components/soc/esp32s31/register/soc/aes_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/aes_struct.h b/components/soc/esp32s31/register/soc/aes_struct.h index 99cf3f3bcdc..10d5f739a86 100644 --- a/components/soc/esp32s31/register/soc/aes_struct.h +++ b/components/soc/esp32s31/register/soc/aes_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ahb_dma_reg.h b/components/soc/esp32s31/register/soc/ahb_dma_reg.h index 90953cac933..b1d56b3cf5d 100644 --- a/components/soc/esp32s31/register/soc/ahb_dma_reg.h +++ b/components/soc/esp32s31/register/soc/ahb_dma_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ahb_dma_struct.h b/components/soc/esp32s31/register/soc/ahb_dma_struct.h index b9af7445364..c226ffd9f8f 100644 --- a/components/soc/esp32s31/register/soc/ahb_dma_struct.h +++ b/components/soc/esp32s31/register/soc/ahb_dma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/asrc_reg.h b/components/soc/esp32s31/register/soc/asrc_reg.h index 49cf34ac859..1103d226dd3 100644 --- a/components/soc/esp32s31/register/soc/asrc_reg.h +++ b/components/soc/esp32s31/register/soc/asrc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/asrc_struct.h b/components/soc/esp32s31/register/soc/asrc_struct.h index 83a9778bd67..42f4fef066e 100644 --- a/components/soc/esp32s31/register/soc/asrc_struct.h +++ b/components/soc/esp32s31/register/soc/asrc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/axi_dma_reg.h b/components/soc/esp32s31/register/soc/axi_dma_reg.h index 66032624603..390eba6a439 100644 --- a/components/soc/esp32s31/register/soc/axi_dma_reg.h +++ b/components/soc/esp32s31/register/soc/axi_dma_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/axi_dma_struct.h b/components/soc/esp32s31/register/soc/axi_dma_struct.h index 4a5846b4c8c..de781a6bc0b 100644 --- a/components/soc/esp32s31/register/soc/axi_dma_struct.h +++ b/components/soc/esp32s31/register/soc/axi_dma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/axi_perf_mon_reg.h b/components/soc/esp32s31/register/soc/axi_perf_mon_reg.h index 23cdb93c8b8..28115ec4bb3 100644 --- a/components/soc/esp32s31/register/soc/axi_perf_mon_reg.h +++ b/components/soc/esp32s31/register/soc/axi_perf_mon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/axi_perf_mon_struct.h b/components/soc/esp32s31/register/soc/axi_perf_mon_struct.h index 83122f1e7b5..c96aa290bb6 100644 --- a/components/soc/esp32s31/register/soc/axi_perf_mon_struct.h +++ b/components/soc/esp32s31/register/soc/axi_perf_mon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/bitscrambler_reg.h b/components/soc/esp32s31/register/soc/bitscrambler_reg.h index abcc78c69cd..9941e479749 100644 --- a/components/soc/esp32s31/register/soc/bitscrambler_reg.h +++ b/components/soc/esp32s31/register/soc/bitscrambler_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/bitscrambler_struct.h b/components/soc/esp32s31/register/soc/bitscrambler_struct.h index 9e169456007..fdcbe77f903 100644 --- a/components/soc/esp32s31/register/soc/bitscrambler_struct.h +++ b/components/soc/esp32s31/register/soc/bitscrambler_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/bus_monitor_reg.h b/components/soc/esp32s31/register/soc/bus_monitor_reg.h index 2d6c30d0cbf..8c887093eef 100644 --- a/components/soc/esp32s31/register/soc/bus_monitor_reg.h +++ b/components/soc/esp32s31/register/soc/bus_monitor_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/bus_monitor_struct.h b/components/soc/esp32s31/register/soc/bus_monitor_struct.h index 6253e146f0d..af67476783b 100644 --- a/components/soc/esp32s31/register/soc/bus_monitor_struct.h +++ b/components/soc/esp32s31/register/soc/bus_monitor_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/cache_reg.h b/components/soc/esp32s31/register/soc/cache_reg.h index eb320d2968b..c442b8de04c 100644 --- a/components/soc/esp32s31/register/soc/cache_reg.h +++ b/components/soc/esp32s31/register/soc/cache_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/cache_struct.h b/components/soc/esp32s31/register/soc/cache_struct.h index cccabd1c864..c567aa6affb 100644 --- a/components/soc/esp32s31/register/soc/cache_struct.h +++ b/components/soc/esp32s31/register/soc/cache_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/cnnt_io_mux_reg.h b/components/soc/esp32s31/register/soc/cnnt_io_mux_reg.h index 3ab0aeebfa8..1c685ac48dd 100644 --- a/components/soc/esp32s31/register/soc/cnnt_io_mux_reg.h +++ b/components/soc/esp32s31/register/soc/cnnt_io_mux_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/cnnt_io_mux_struct.h b/components/soc/esp32s31/register/soc/cnnt_io_mux_struct.h index d41608a571f..626f78322e6 100644 --- a/components/soc/esp32s31/register/soc/cnnt_io_mux_struct.h +++ b/components/soc/esp32s31/register/soc/cnnt_io_mux_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/cnnt_sys_reg.h b/components/soc/esp32s31/register/soc/cnnt_sys_reg.h index 17610bd1f6b..b819f7f5a7b 100644 --- a/components/soc/esp32s31/register/soc/cnnt_sys_reg.h +++ b/components/soc/esp32s31/register/soc/cnnt_sys_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/cnnt_sys_struct.h b/components/soc/esp32s31/register/soc/cnnt_sys_struct.h index 276ee05bd07..df75afada3f 100644 --- a/components/soc/esp32s31/register/soc/cnnt_sys_struct.h +++ b/components/soc/esp32s31/register/soc/cnnt_sys_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/cordic_reg.h b/components/soc/esp32s31/register/soc/cordic_reg.h index f510e18bbb5..3d3c8a7a8bf 100644 --- a/components/soc/esp32s31/register/soc/cordic_reg.h +++ b/components/soc/esp32s31/register/soc/cordic_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/cordic_struct.h b/components/soc/esp32s31/register/soc/cordic_struct.h index f49fe434ab1..a589e28c85e 100644 --- a/components/soc/esp32s31/register/soc/cordic_struct.h +++ b/components/soc/esp32s31/register/soc/cordic_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/cpu_apm_reg.h b/components/soc/esp32s31/register/soc/cpu_apm_reg.h index da9cad50b92..ca8e2a17a39 100644 --- a/components/soc/esp32s31/register/soc/cpu_apm_reg.h +++ b/components/soc/esp32s31/register/soc/cpu_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/cpu_apm_struct.h b/components/soc/esp32s31/register/soc/cpu_apm_struct.h index 904671354a1..f3d8b1fc48e 100644 --- a/components/soc/esp32s31/register/soc/cpu_apm_struct.h +++ b/components/soc/esp32s31/register/soc/cpu_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/dac_reg.h b/components/soc/esp32s31/register/soc/dac_reg.h index f38b22a595b..5ce61f37643 100644 --- a/components/soc/esp32s31/register/soc/dac_reg.h +++ b/components/soc/esp32s31/register/soc/dac_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/dac_struct.h b/components/soc/esp32s31/register/soc/dac_struct.h index 610e03b3bbe..85b6d9bda60 100644 --- a/components/soc/esp32s31/register/soc/dac_struct.h +++ b/components/soc/esp32s31/register/soc/dac_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/dma2d_reg.h b/components/soc/esp32s31/register/soc/dma2d_reg.h index cce4ae04ed6..e283213a36c 100644 --- a/components/soc/esp32s31/register/soc/dma2d_reg.h +++ b/components/soc/esp32s31/register/soc/dma2d_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/dma2d_struct.h b/components/soc/esp32s31/register/soc/dma2d_struct.h index 3f89f6a8ccf..f2bb456c56d 100644 --- a/components/soc/esp32s31/register/soc/dma2d_struct.h +++ b/components/soc/esp32s31/register/soc/dma2d_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ds_reg.h b/components/soc/esp32s31/register/soc/ds_reg.h index afad4e81230..111b7819a87 100644 --- a/components/soc/esp32s31/register/soc/ds_reg.h +++ b/components/soc/esp32s31/register/soc/ds_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ds_struct.h b/components/soc/esp32s31/register/soc/ds_struct.h index 24ac950ad1e..f7a507589d5 100644 --- a/components/soc/esp32s31/register/soc/ds_struct.h +++ b/components/soc/esp32s31/register/soc/ds_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ecc_mult_reg.h b/components/soc/esp32s31/register/soc/ecc_mult_reg.h index 9a54c5b1ed5..58b0a66cf42 100644 --- a/components/soc/esp32s31/register/soc/ecc_mult_reg.h +++ b/components/soc/esp32s31/register/soc/ecc_mult_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ecc_mult_struct.h b/components/soc/esp32s31/register/soc/ecc_mult_struct.h index 0eba88be5c8..4be30e5fb69 100644 --- a/components/soc/esp32s31/register/soc/ecc_mult_struct.h +++ b/components/soc/esp32s31/register/soc/ecc_mult_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ecdsa_reg.h b/components/soc/esp32s31/register/soc/ecdsa_reg.h index 775134760f7..aeef5da3f8e 100644 --- a/components/soc/esp32s31/register/soc/ecdsa_reg.h +++ b/components/soc/esp32s31/register/soc/ecdsa_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ecdsa_struct.h b/components/soc/esp32s31/register/soc/ecdsa_struct.h index deba75ef854..f841fa39c32 100644 --- a/components/soc/esp32s31/register/soc/ecdsa_struct.h +++ b/components/soc/esp32s31/register/soc/ecdsa_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/efuse_reg.h b/components/soc/esp32s31/register/soc/efuse_reg.h index abefddf6a73..f858ca4303e 100644 --- a/components/soc/esp32s31/register/soc/efuse_reg.h +++ b/components/soc/esp32s31/register/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/efuse_struct.h b/components/soc/esp32s31/register/soc/efuse_struct.h index 89c3db2d059..85266450cfe 100644 --- a/components/soc/esp32s31/register/soc/efuse_struct.h +++ b/components/soc/esp32s31/register/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/gmac_reg.h b/components/soc/esp32s31/register/soc/gmac_reg.h index cc6e0ad014a..594cded023a 100644 --- a/components/soc/esp32s31/register/soc/gmac_reg.h +++ b/components/soc/esp32s31/register/soc/gmac_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/gmac_struct.h b/components/soc/esp32s31/register/soc/gmac_struct.h index c60d0233186..3b2b5506c69 100644 --- a/components/soc/esp32s31/register/soc/gmac_struct.h +++ b/components/soc/esp32s31/register/soc/gmac_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/gpio_ext_reg.h b/components/soc/esp32s31/register/soc/gpio_ext_reg.h index 3d9a658a2ec..ef3ef8b26bd 100644 --- a/components/soc/esp32s31/register/soc/gpio_ext_reg.h +++ b/components/soc/esp32s31/register/soc/gpio_ext_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/gpio_ext_struct.h b/components/soc/esp32s31/register/soc/gpio_ext_struct.h index e4525c5b7dd..00dee18929b 100644 --- a/components/soc/esp32s31/register/soc/gpio_ext_struct.h +++ b/components/soc/esp32s31/register/soc/gpio_ext_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/gpio_reg.h b/components/soc/esp32s31/register/soc/gpio_reg.h index 4248e40498c..3b34ee34b53 100644 --- a/components/soc/esp32s31/register/soc/gpio_reg.h +++ b/components/soc/esp32s31/register/soc/gpio_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/gpio_struct.h b/components/soc/esp32s31/register/soc/gpio_struct.h index 599ceccc188..ed8eebdbd47 100644 --- a/components/soc/esp32s31/register/soc/gpio_struct.h +++ b/components/soc/esp32s31/register/soc/gpio_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hmac_reg.h b/components/soc/esp32s31/register/soc/hmac_reg.h index ad45045248f..86a0cfe122a 100644 --- a/components/soc/esp32s31/register/soc/hmac_reg.h +++ b/components/soc/esp32s31/register/soc/hmac_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hmac_struct.h b/components/soc/esp32s31/register/soc/hmac_struct.h index 6d4dadab71a..719df3ce5b2 100644 --- a/components/soc/esp32s31/register/soc/hmac_struct.h +++ b/components/soc/esp32s31/register/soc/hmac_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_alive_sys_reg.h b/components/soc/esp32s31/register/soc/hp_alive_sys_reg.h index 827d548345b..c2da27e85dd 100644 --- a/components/soc/esp32s31/register/soc/hp_alive_sys_reg.h +++ b/components/soc/esp32s31/register/soc/hp_alive_sys_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_alive_sys_struct.h b/components/soc/esp32s31/register/soc/hp_alive_sys_struct.h index 2f7750a68f7..ffbdd183b4e 100644 --- a/components/soc/esp32s31/register/soc/hp_alive_sys_struct.h +++ b/components/soc/esp32s31/register/soc/hp_alive_sys_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_apm_reg.h b/components/soc/esp32s31/register/soc/hp_apm_reg.h index a02de342ee1..34887ee49da 100644 --- a/components/soc/esp32s31/register/soc/hp_apm_reg.h +++ b/components/soc/esp32s31/register/soc/hp_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_apm_struct.h b/components/soc/esp32s31/register/soc/hp_apm_struct.h index ed137de4fc4..ce2ba679d92 100644 --- a/components/soc/esp32s31/register/soc/hp_apm_struct.h +++ b/components/soc/esp32s31/register/soc/hp_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_mem_apm_reg.h b/components/soc/esp32s31/register/soc/hp_mem_apm_reg.h index e0c4a8b6c77..6c99b16e30b 100644 --- a/components/soc/esp32s31/register/soc/hp_mem_apm_reg.h +++ b/components/soc/esp32s31/register/soc/hp_mem_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_mem_apm_struct.h b/components/soc/esp32s31/register/soc/hp_mem_apm_struct.h index 3f2cdf5fa73..b1cbe9e0fd7 100644 --- a/components/soc/esp32s31/register/soc/hp_mem_apm_struct.h +++ b/components/soc/esp32s31/register/soc/hp_mem_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_peri0_pms_reg.h b/components/soc/esp32s31/register/soc/hp_peri0_pms_reg.h index a6e08d90792..0b9d152689b 100644 --- a/components/soc/esp32s31/register/soc/hp_peri0_pms_reg.h +++ b/components/soc/esp32s31/register/soc/hp_peri0_pms_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_peri0_pms_struct.h b/components/soc/esp32s31/register/soc/hp_peri0_pms_struct.h index cce58d54fa5..d38e5cba99a 100644 --- a/components/soc/esp32s31/register/soc/hp_peri0_pms_struct.h +++ b/components/soc/esp32s31/register/soc/hp_peri0_pms_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_peri1_pms_reg.h b/components/soc/esp32s31/register/soc/hp_peri1_pms_reg.h index 06cff8e3ff5..1dd1ac316a4 100644 --- a/components/soc/esp32s31/register/soc/hp_peri1_pms_reg.h +++ b/components/soc/esp32s31/register/soc/hp_peri1_pms_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_peri1_pms_struct.h b/components/soc/esp32s31/register/soc/hp_peri1_pms_struct.h index 595651c9a23..dce7ec2dbd5 100644 --- a/components/soc/esp32s31/register/soc/hp_peri1_pms_struct.h +++ b/components/soc/esp32s31/register/soc/hp_peri1_pms_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_sys_clkrst_reg.h b/components/soc/esp32s31/register/soc/hp_sys_clkrst_reg.h index f81628d907a..09476aeef9f 100644 --- a/components/soc/esp32s31/register/soc/hp_sys_clkrst_reg.h +++ b/components/soc/esp32s31/register/soc/hp_sys_clkrst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_sys_clkrst_struct.h b/components/soc/esp32s31/register/soc/hp_sys_clkrst_struct.h index a15525e23bc..54b459fe65a 100644 --- a/components/soc/esp32s31/register/soc/hp_sys_clkrst_struct.h +++ b/components/soc/esp32s31/register/soc/hp_sys_clkrst_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_system_reg.h b/components/soc/esp32s31/register/soc/hp_system_reg.h index f76f68f5359..76b7e761f6a 100644 --- a/components/soc/esp32s31/register/soc/hp_system_reg.h +++ b/components/soc/esp32s31/register/soc/hp_system_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/hp_system_struct.h b/components/soc/esp32s31/register/soc/hp_system_struct.h index 8a5f0a51799..ce891a2286d 100644 --- a/components/soc/esp32s31/register/soc/hp_system_struct.h +++ b/components/soc/esp32s31/register/soc/hp_system_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/huk_reg.h b/components/soc/esp32s31/register/soc/huk_reg.h index 20c44c4d3dd..044b44e9784 100644 --- a/components/soc/esp32s31/register/soc/huk_reg.h +++ b/components/soc/esp32s31/register/soc/huk_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/huk_struct.h b/components/soc/esp32s31/register/soc/huk_struct.h index b93a1c9f850..83f71b71556 100644 --- a/components/soc/esp32s31/register/soc/huk_struct.h +++ b/components/soc/esp32s31/register/soc/huk_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/i2c_reg.h b/components/soc/esp32s31/register/soc/i2c_reg.h index 806dca7f442..33d55bc8107 100644 --- a/components/soc/esp32s31/register/soc/i2c_reg.h +++ b/components/soc/esp32s31/register/soc/i2c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/i2c_struct.h b/components/soc/esp32s31/register/soc/i2c_struct.h index 9f7de8eb0ce..f4f5b7f926a 100644 --- a/components/soc/esp32s31/register/soc/i2c_struct.h +++ b/components/soc/esp32s31/register/soc/i2c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/i2s_reg.h b/components/soc/esp32s31/register/soc/i2s_reg.h index dd7163fc1e6..72a6d34ebc7 100644 --- a/components/soc/esp32s31/register/soc/i2s_reg.h +++ b/components/soc/esp32s31/register/soc/i2s_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/i2s_struct.h b/components/soc/esp32s31/register/soc/i2s_struct.h index f866bb75ff8..2e78a613a0b 100644 --- a/components/soc/esp32s31/register/soc/i2s_struct.h +++ b/components/soc/esp32s31/register/soc/i2s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/icm_sys_axi_ic_reg.h b/components/soc/esp32s31/register/soc/icm_sys_axi_ic_reg.h index c5deb9dfbc0..df3ba7452dd 100644 --- a/components/soc/esp32s31/register/soc/icm_sys_axi_ic_reg.h +++ b/components/soc/esp32s31/register/soc/icm_sys_axi_ic_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/icm_sys_axi_ic_struct.h b/components/soc/esp32s31/register/soc/icm_sys_axi_ic_struct.h index d2af77cacb9..d44de89f211 100644 --- a/components/soc/esp32s31/register/soc/icm_sys_axi_ic_struct.h +++ b/components/soc/esp32s31/register/soc/icm_sys_axi_ic_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/icm_sys_reg.h b/components/soc/esp32s31/register/soc/icm_sys_reg.h index 7fd2abef623..d908169e541 100644 --- a/components/soc/esp32s31/register/soc/icm_sys_reg.h +++ b/components/soc/esp32s31/register/soc/icm_sys_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/icm_sys_struct.h b/components/soc/esp32s31/register/soc/icm_sys_struct.h index 9695def957d..696778a7e84 100644 --- a/components/soc/esp32s31/register/soc/icm_sys_struct.h +++ b/components/soc/esp32s31/register/soc/icm_sys_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/interrupt_core0_reg.h b/components/soc/esp32s31/register/soc/interrupt_core0_reg.h index cb27c5cc8d6..9727ef31f99 100644 --- a/components/soc/esp32s31/register/soc/interrupt_core0_reg.h +++ b/components/soc/esp32s31/register/soc/interrupt_core0_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/interrupt_core0_struct.h b/components/soc/esp32s31/register/soc/interrupt_core0_struct.h index 33a84aef60d..8e2ed52d4e8 100644 --- a/components/soc/esp32s31/register/soc/interrupt_core0_struct.h +++ b/components/soc/esp32s31/register/soc/interrupt_core0_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/interrupt_core1_reg.h b/components/soc/esp32s31/register/soc/interrupt_core1_reg.h index 391b2cb28fa..c97d3624092 100644 --- a/components/soc/esp32s31/register/soc/interrupt_core1_reg.h +++ b/components/soc/esp32s31/register/soc/interrupt_core1_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/interrupt_core1_struct.h b/components/soc/esp32s31/register/soc/interrupt_core1_struct.h index 56e6e0332c1..75e0551ea6e 100644 --- a/components/soc/esp32s31/register/soc/interrupt_core1_struct.h +++ b/components/soc/esp32s31/register/soc/interrupt_core1_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/io_mux_reg.h b/components/soc/esp32s31/register/soc/io_mux_reg.h index b2f0c418b2b..078a3d68724 100644 --- a/components/soc/esp32s31/register/soc/io_mux_reg.h +++ b/components/soc/esp32s31/register/soc/io_mux_reg.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/io_mux_struct.h b/components/soc/esp32s31/register/soc/io_mux_struct.h index aeb5ff87465..878f1c68bbf 100644 --- a/components/soc/esp32s31/register/soc/io_mux_struct.h +++ b/components/soc/esp32s31/register/soc/io_mux_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/iomux_mspi_pin_reg.h b/components/soc/esp32s31/register/soc/iomux_mspi_pin_reg.h index b3486b0aa57..f4df7d35449 100644 --- a/components/soc/esp32s31/register/soc/iomux_mspi_pin_reg.h +++ b/components/soc/esp32s31/register/soc/iomux_mspi_pin_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/iomux_mspi_pin_struct.h b/components/soc/esp32s31/register/soc/iomux_mspi_pin_struct.h index 1425a3b32ea..b4b25ef2fa0 100644 --- a/components/soc/esp32s31/register/soc/iomux_mspi_pin_struct.h +++ b/components/soc/esp32s31/register/soc/iomux_mspi_pin_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/jpeg_reg.h b/components/soc/esp32s31/register/soc/jpeg_reg.h index 3d677fc8ae1..e655dfb7a9a 100644 --- a/components/soc/esp32s31/register/soc/jpeg_reg.h +++ b/components/soc/esp32s31/register/soc/jpeg_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/jpeg_struct.h b/components/soc/esp32s31/register/soc/jpeg_struct.h index 51f47ef2ff6..f9417db854e 100644 --- a/components/soc/esp32s31/register/soc/jpeg_struct.h +++ b/components/soc/esp32s31/register/soc/jpeg_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/keymng_reg.h b/components/soc/esp32s31/register/soc/keymng_reg.h index 4bb62cc8229..f37ff99eaaa 100644 --- a/components/soc/esp32s31/register/soc/keymng_reg.h +++ b/components/soc/esp32s31/register/soc/keymng_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/keymng_struct.h b/components/soc/esp32s31/register/soc/keymng_struct.h index 5462f9f94f0..e035b6737d2 100644 --- a/components/soc/esp32s31/register/soc/keymng_struct.h +++ b/components/soc/esp32s31/register/soc/keymng_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lcd_cam_reg.h b/components/soc/esp32s31/register/soc/lcd_cam_reg.h index 1c02b6e6192..bb5f29498ed 100644 --- a/components/soc/esp32s31/register/soc/lcd_cam_reg.h +++ b/components/soc/esp32s31/register/soc/lcd_cam_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lcd_cam_struct.h b/components/soc/esp32s31/register/soc/lcd_cam_struct.h index c102e6fad6e..b902ac22eeb 100644 --- a/components/soc/esp32s31/register/soc/lcd_cam_struct.h +++ b/components/soc/esp32s31/register/soc/lcd_cam_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ledc_reg.h b/components/soc/esp32s31/register/soc/ledc_reg.h index b4768dc6e1d..7bb26501a5b 100644 --- a/components/soc/esp32s31/register/soc/ledc_reg.h +++ b/components/soc/esp32s31/register/soc/ledc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ledc_struct.h b/components/soc/esp32s31/register/soc/ledc_struct.h index a6569064a41..04a99c4e1ef 100644 --- a/components/soc/esp32s31/register/soc/ledc_struct.h +++ b/components/soc/esp32s31/register/soc/ledc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_adi_reg.h b/components/soc/esp32s31/register/soc/lp_adi_reg.h index 3c492061a73..e3f5fb922f0 100644 --- a/components/soc/esp32s31/register/soc/lp_adi_reg.h +++ b/components/soc/esp32s31/register/soc/lp_adi_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_adi_struct.h b/components/soc/esp32s31/register/soc/lp_adi_struct.h index e50139245c7..a4756223ac7 100644 --- a/components/soc/esp32s31/register/soc/lp_adi_struct.h +++ b/components/soc/esp32s31/register/soc/lp_adi_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_ahb_dma_reg.h b/components/soc/esp32s31/register/soc/lp_ahb_dma_reg.h index fc482229c10..badf822c736 100644 --- a/components/soc/esp32s31/register/soc/lp_ahb_dma_reg.h +++ b/components/soc/esp32s31/register/soc/lp_ahb_dma_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_ahb_dma_struct.h b/components/soc/esp32s31/register/soc/lp_ahb_dma_struct.h index c8cad2f2596..1d54bd48f65 100644 --- a/components/soc/esp32s31/register/soc/lp_ahb_dma_struct.h +++ b/components/soc/esp32s31/register/soc/lp_ahb_dma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_analog_peri_reg.h b/components/soc/esp32s31/register/soc/lp_analog_peri_reg.h index 0290b306414..3849546aa10 100644 --- a/components/soc/esp32s31/register/soc/lp_analog_peri_reg.h +++ b/components/soc/esp32s31/register/soc/lp_analog_peri_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_analog_peri_struct.h b/components/soc/esp32s31/register/soc/lp_analog_peri_struct.h index f03d4f9c3fe..dbba8fc196b 100644 --- a/components/soc/esp32s31/register/soc/lp_analog_peri_struct.h +++ b/components/soc/esp32s31/register/soc/lp_analog_peri_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_apm_reg.h b/components/soc/esp32s31/register/soc/lp_apm_reg.h index e15338a3605..f78c4f0c33f 100644 --- a/components/soc/esp32s31/register/soc/lp_apm_reg.h +++ b/components/soc/esp32s31/register/soc/lp_apm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_apm_struct.h b/components/soc/esp32s31/register/soc/lp_apm_struct.h index 74fed6c03c7..785511fa8d8 100644 --- a/components/soc/esp32s31/register/soc/lp_apm_struct.h +++ b/components/soc/esp32s31/register/soc/lp_apm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_clkrst_reg.h b/components/soc/esp32s31/register/soc/lp_clkrst_reg.h index 0ac45c220ec..e67a148b389 100644 --- a/components/soc/esp32s31/register/soc/lp_clkrst_reg.h +++ b/components/soc/esp32s31/register/soc/lp_clkrst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_clkrst_struct.h b/components/soc/esp32s31/register/soc/lp_clkrst_struct.h index bf6103b30a9..b1ed6877631 100644 --- a/components/soc/esp32s31/register/soc/lp_clkrst_struct.h +++ b/components/soc/esp32s31/register/soc/lp_clkrst_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_gpio_reg.h b/components/soc/esp32s31/register/soc/lp_gpio_reg.h index 7ad2cae8cca..c1adc325562 100644 --- a/components/soc/esp32s31/register/soc/lp_gpio_reg.h +++ b/components/soc/esp32s31/register/soc/lp_gpio_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_gpio_struct.h b/components/soc/esp32s31/register/soc/lp_gpio_struct.h index 0f5e5bfb376..8ea05d6b3d1 100644 --- a/components/soc/esp32s31/register/soc/lp_gpio_struct.h +++ b/components/soc/esp32s31/register/soc/lp_gpio_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_i2c_ana_mst_reg.h b/components/soc/esp32s31/register/soc/lp_i2c_ana_mst_reg.h index cfec6c9a580..0c96d3ba0c7 100644 --- a/components/soc/esp32s31/register/soc/lp_i2c_ana_mst_reg.h +++ b/components/soc/esp32s31/register/soc/lp_i2c_ana_mst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_i2c_ana_mst_struct.h b/components/soc/esp32s31/register/soc/lp_i2c_ana_mst_struct.h index 33237c8aa92..2f2c27a8795 100644 --- a/components/soc/esp32s31/register/soc/lp_i2c_ana_mst_struct.h +++ b/components/soc/esp32s31/register/soc/lp_i2c_ana_mst_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_i2c_ext_reg.h b/components/soc/esp32s31/register/soc/lp_i2c_ext_reg.h index e7b75d50a4b..c81c865a606 100644 --- a/components/soc/esp32s31/register/soc/lp_i2c_ext_reg.h +++ b/components/soc/esp32s31/register/soc/lp_i2c_ext_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_i2c_ext_struct.h b/components/soc/esp32s31/register/soc/lp_i2c_ext_struct.h index 8b8e5171d9f..d3dc78f8e0d 100644 --- a/components/soc/esp32s31/register/soc/lp_i2c_ext_struct.h +++ b/components/soc/esp32s31/register/soc/lp_i2c_ext_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_intr_reg.h b/components/soc/esp32s31/register/soc/lp_intr_reg.h index ad79b1914cd..b9795a597ea 100644 --- a/components/soc/esp32s31/register/soc/lp_intr_reg.h +++ b/components/soc/esp32s31/register/soc/lp_intr_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_intr_struct.h b/components/soc/esp32s31/register/soc/lp_intr_struct.h index 91be01ca9d2..07b1431988a 100644 --- a/components/soc/esp32s31/register/soc/lp_intr_struct.h +++ b/components/soc/esp32s31/register/soc/lp_intr_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_iomux_reg.h b/components/soc/esp32s31/register/soc/lp_iomux_reg.h index 841618107ce..ba487c40b14 100644 --- a/components/soc/esp32s31/register/soc/lp_iomux_reg.h +++ b/components/soc/esp32s31/register/soc/lp_iomux_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_iomux_struct.h b/components/soc/esp32s31/register/soc/lp_iomux_struct.h index f413c37f0b8..15dbc7bbe7a 100644 --- a/components/soc/esp32s31/register/soc/lp_iomux_struct.h +++ b/components/soc/esp32s31/register/soc/lp_iomux_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_mailbox_reg.h b/components/soc/esp32s31/register/soc/lp_mailbox_reg.h index 07ebf898472..0b13828b54d 100644 --- a/components/soc/esp32s31/register/soc/lp_mailbox_reg.h +++ b/components/soc/esp32s31/register/soc/lp_mailbox_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_mailbox_struct.h b/components/soc/esp32s31/register/soc/lp_mailbox_struct.h index 0d39a13fd43..114bd92b1d7 100644 --- a/components/soc/esp32s31/register/soc/lp_mailbox_struct.h +++ b/components/soc/esp32s31/register/soc/lp_mailbox_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_peri_pms_reg.h b/components/soc/esp32s31/register/soc/lp_peri_pms_reg.h index a565393acca..c78f137c72e 100644 --- a/components/soc/esp32s31/register/soc/lp_peri_pms_reg.h +++ b/components/soc/esp32s31/register/soc/lp_peri_pms_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_peri_pms_struct.h b/components/soc/esp32s31/register/soc/lp_peri_pms_struct.h index 07f033d5c4c..30185957299 100644 --- a/components/soc/esp32s31/register/soc/lp_peri_pms_struct.h +++ b/components/soc/esp32s31/register/soc/lp_peri_pms_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_periclkrst_reg.h b/components/soc/esp32s31/register/soc/lp_periclkrst_reg.h index db9c963bfd6..c3af304c987 100644 --- a/components/soc/esp32s31/register/soc/lp_periclkrst_reg.h +++ b/components/soc/esp32s31/register/soc/lp_periclkrst_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_periclkrst_struct.h b/components/soc/esp32s31/register/soc/lp_periclkrst_struct.h index 299fcf43aeb..355e6c6537b 100644 --- a/components/soc/esp32s31/register/soc/lp_periclkrst_struct.h +++ b/components/soc/esp32s31/register/soc/lp_periclkrst_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_pwr_reg.h b/components/soc/esp32s31/register/soc/lp_pwr_reg.h index d8765e4f83b..950b93552b5 100644 --- a/components/soc/esp32s31/register/soc/lp_pwr_reg.h +++ b/components/soc/esp32s31/register/soc/lp_pwr_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_pwr_struct.h b/components/soc/esp32s31/register/soc/lp_pwr_struct.h index 5e49c82a3ba..e05e4fb5ccb 100644 --- a/components/soc/esp32s31/register/soc/lp_pwr_struct.h +++ b/components/soc/esp32s31/register/soc/lp_pwr_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_spi_reg.h b/components/soc/esp32s31/register/soc/lp_spi_reg.h index 3d6bb0371a8..d59ac24fe18 100644 --- a/components/soc/esp32s31/register/soc/lp_spi_reg.h +++ b/components/soc/esp32s31/register/soc/lp_spi_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_spi_struct.h b/components/soc/esp32s31/register/soc/lp_spi_struct.h index b41b0256359..7dd8963abb6 100644 --- a/components/soc/esp32s31/register/soc/lp_spi_struct.h +++ b/components/soc/esp32s31/register/soc/lp_spi_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_system_reg.h b/components/soc/esp32s31/register/soc/lp_system_reg.h index 3e9dfe8d262..593146ece09 100644 --- a/components/soc/esp32s31/register/soc/lp_system_reg.h +++ b/components/soc/esp32s31/register/soc/lp_system_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_system_struct.h b/components/soc/esp32s31/register/soc/lp_system_struct.h index 4241d405ebf..89f21cc2368 100644 --- a/components/soc/esp32s31/register/soc/lp_system_struct.h +++ b/components/soc/esp32s31/register/soc/lp_system_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_tee_reg.h b/components/soc/esp32s31/register/soc/lp_tee_reg.h index d75973bc633..e5f26506600 100644 --- a/components/soc/esp32s31/register/soc/lp_tee_reg.h +++ b/components/soc/esp32s31/register/soc/lp_tee_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_tee_struct.h b/components/soc/esp32s31/register/soc/lp_tee_struct.h index 7c09f625e04..9411439f2c6 100644 --- a/components/soc/esp32s31/register/soc/lp_tee_struct.h +++ b/components/soc/esp32s31/register/soc/lp_tee_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_timer_reg.h b/components/soc/esp32s31/register/soc/lp_timer_reg.h index cadbcc9c11a..dd478e9c4b3 100644 --- a/components/soc/esp32s31/register/soc/lp_timer_reg.h +++ b/components/soc/esp32s31/register/soc/lp_timer_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_timer_struct.h b/components/soc/esp32s31/register/soc/lp_timer_struct.h index 1528dd7acde..00d3203a813 100644 --- a/components/soc/esp32s31/register/soc/lp_timer_struct.h +++ b/components/soc/esp32s31/register/soc/lp_timer_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_uart_reg.h b/components/soc/esp32s31/register/soc/lp_uart_reg.h index 4177c14ed9e..3a752b8a404 100644 --- a/components/soc/esp32s31/register/soc/lp_uart_reg.h +++ b/components/soc/esp32s31/register/soc/lp_uart_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_uart_struct.h b/components/soc/esp32s31/register/soc/lp_uart_struct.h index 29b0c8ad93e..1c64f90c1d5 100644 --- a/components/soc/esp32s31/register/soc/lp_uart_struct.h +++ b/components/soc/esp32s31/register/soc/lp_uart_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_wdt_reg.h b/components/soc/esp32s31/register/soc/lp_wdt_reg.h index 0a9582faa05..bb50872e7f7 100644 --- a/components/soc/esp32s31/register/soc/lp_wdt_reg.h +++ b/components/soc/esp32s31/register/soc/lp_wdt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/lp_wdt_struct.h b/components/soc/esp32s31/register/soc/lp_wdt_struct.h index fa5eb85fe5c..3863a79b932 100644 --- a/components/soc/esp32s31/register/soc/lp_wdt_struct.h +++ b/components/soc/esp32s31/register/soc/lp_wdt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/mcpwm_reg.h b/components/soc/esp32s31/register/soc/mcpwm_reg.h index 680d7c66e7d..24274001f77 100644 --- a/components/soc/esp32s31/register/soc/mcpwm_reg.h +++ b/components/soc/esp32s31/register/soc/mcpwm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/mcpwm_struct.h b/components/soc/esp32s31/register/soc/mcpwm_struct.h index 0f43d1d7e60..f71d3c07f8d 100644 --- a/components/soc/esp32s31/register/soc/mcpwm_struct.h +++ b/components/soc/esp32s31/register/soc/mcpwm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/mem_monitor_reg.h b/components/soc/esp32s31/register/soc/mem_monitor_reg.h index 799fd33447f..a35bde2fc95 100644 --- a/components/soc/esp32s31/register/soc/mem_monitor_reg.h +++ b/components/soc/esp32s31/register/soc/mem_monitor_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/mem_monitor_struct.h b/components/soc/esp32s31/register/soc/mem_monitor_struct.h index 0cf137337f3..895541b6130 100644 --- a/components/soc/esp32s31/register/soc/mem_monitor_struct.h +++ b/components/soc/esp32s31/register/soc/mem_monitor_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/parl_io_reg.h b/components/soc/esp32s31/register/soc/parl_io_reg.h index eafecf99eec..b1af7657ab1 100644 --- a/components/soc/esp32s31/register/soc/parl_io_reg.h +++ b/components/soc/esp32s31/register/soc/parl_io_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/parl_io_struct.h b/components/soc/esp32s31/register/soc/parl_io_struct.h index 216ed1e4018..8397c4bd630 100644 --- a/components/soc/esp32s31/register/soc/parl_io_struct.h +++ b/components/soc/esp32s31/register/soc/parl_io_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/pau_reg.h b/components/soc/esp32s31/register/soc/pau_reg.h index 92f933f7b0c..29aac99c081 100644 --- a/components/soc/esp32s31/register/soc/pau_reg.h +++ b/components/soc/esp32s31/register/soc/pau_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/pau_struct.h b/components/soc/esp32s31/register/soc/pau_struct.h index ec71204acaf..2fba459cdea 100644 --- a/components/soc/esp32s31/register/soc/pau_struct.h +++ b/components/soc/esp32s31/register/soc/pau_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/pcnt_reg.h b/components/soc/esp32s31/register/soc/pcnt_reg.h index cea65a38750..12747502821 100644 --- a/components/soc/esp32s31/register/soc/pcnt_reg.h +++ b/components/soc/esp32s31/register/soc/pcnt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/pcnt_struct.h b/components/soc/esp32s31/register/soc/pcnt_struct.h index 0a38e0c3fca..034dc300e68 100644 --- a/components/soc/esp32s31/register/soc/pcnt_struct.h +++ b/components/soc/esp32s31/register/soc/pcnt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/pmu_reg.h b/components/soc/esp32s31/register/soc/pmu_reg.h index ec266a3a821..7fc30595e99 100644 --- a/components/soc/esp32s31/register/soc/pmu_reg.h +++ b/components/soc/esp32s31/register/soc/pmu_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/pmu_struct.h b/components/soc/esp32s31/register/soc/pmu_struct.h index 4ad993bf064..254e25d540b 100644 --- a/components/soc/esp32s31/register/soc/pmu_struct.h +++ b/components/soc/esp32s31/register/soc/pmu_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ppa_reg.h b/components/soc/esp32s31/register/soc/ppa_reg.h index a37242979d7..21b1e9557c8 100644 --- a/components/soc/esp32s31/register/soc/ppa_reg.h +++ b/components/soc/esp32s31/register/soc/ppa_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/ppa_struct.h b/components/soc/esp32s31/register/soc/ppa_struct.h index b2ca0eb9496..c9a74cc5cef 100644 --- a/components/soc/esp32s31/register/soc/ppa_struct.h +++ b/components/soc/esp32s31/register/soc/ppa_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/pvt_reg.h b/components/soc/esp32s31/register/soc/pvt_reg.h index e978c3005f3..e1c7451a9e3 100644 --- a/components/soc/esp32s31/register/soc/pvt_reg.h +++ b/components/soc/esp32s31/register/soc/pvt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/pvt_struct.h b/components/soc/esp32s31/register/soc/pvt_struct.h index 80e6310f98b..ce6c903aeac 100644 --- a/components/soc/esp32s31/register/soc/pvt_struct.h +++ b/components/soc/esp32s31/register/soc/pvt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/reg_base.h b/components/soc/esp32s31/register/soc/reg_base.h index 4daf89c2a58..b23561cdc07 100644 --- a/components/soc/esp32s31/register/soc/reg_base.h +++ b/components/soc/esp32s31/register/soc/reg_base.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ diff --git a/components/soc/esp32s31/register/soc/rma_reg.h b/components/soc/esp32s31/register/soc/rma_reg.h index e74f65ba2f0..e4db5ede66f 100644 --- a/components/soc/esp32s31/register/soc/rma_reg.h +++ b/components/soc/esp32s31/register/soc/rma_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/rma_struct.h b/components/soc/esp32s31/register/soc/rma_struct.h index d271fdc6776..91fec9647a8 100644 --- a/components/soc/esp32s31/register/soc/rma_struct.h +++ b/components/soc/esp32s31/register/soc/rma_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/rmt_reg.h b/components/soc/esp32s31/register/soc/rmt_reg.h index 0d5cf579d58..9416b9f5c99 100644 --- a/components/soc/esp32s31/register/soc/rmt_reg.h +++ b/components/soc/esp32s31/register/soc/rmt_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/rmt_struct.h b/components/soc/esp32s31/register/soc/rmt_struct.h index 57dcc4ecce4..97c7b8c515b 100644 --- a/components/soc/esp32s31/register/soc/rmt_struct.h +++ b/components/soc/esp32s31/register/soc/rmt_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/rsa_reg.h b/components/soc/esp32s31/register/soc/rsa_reg.h index e40e83e76cf..8034755621f 100644 --- a/components/soc/esp32s31/register/soc/rsa_reg.h +++ b/components/soc/esp32s31/register/soc/rsa_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/rsa_struct.h b/components/soc/esp32s31/register/soc/rsa_struct.h index 83a9c1edd2e..addded44174 100644 --- a/components/soc/esp32s31/register/soc/rsa_struct.h +++ b/components/soc/esp32s31/register/soc/rsa_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/rtclockcali_reg.h b/components/soc/esp32s31/register/soc/rtclockcali_reg.h index fe7161e4e83..f072ef2ec44 100644 --- a/components/soc/esp32s31/register/soc/rtclockcali_reg.h +++ b/components/soc/esp32s31/register/soc/rtclockcali_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/rtclockcali_struct.h b/components/soc/esp32s31/register/soc/rtclockcali_struct.h index 976fb26f342..3170098d27a 100644 --- a/components/soc/esp32s31/register/soc/rtclockcali_struct.h +++ b/components/soc/esp32s31/register/soc/rtclockcali_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/sdmmc_reg.h b/components/soc/esp32s31/register/soc/sdmmc_reg.h index 6f16980fe98..60c32eb6bf9 100644 --- a/components/soc/esp32s31/register/soc/sdmmc_reg.h +++ b/components/soc/esp32s31/register/soc/sdmmc_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/sdmmc_struct.h b/components/soc/esp32s31/register/soc/sdmmc_struct.h index a3e5737502d..1a20d4772a6 100644 --- a/components/soc/esp32s31/register/soc/sdmmc_struct.h +++ b/components/soc/esp32s31/register/soc/sdmmc_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/sha_reg.h b/components/soc/esp32s31/register/soc/sha_reg.h index d929439c6fc..c285feb3d35 100644 --- a/components/soc/esp32s31/register/soc/sha_reg.h +++ b/components/soc/esp32s31/register/soc/sha_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/sha_struct.h b/components/soc/esp32s31/register/soc/sha_struct.h index 84e0d4fe353..088074bbbfc 100644 --- a/components/soc/esp32s31/register/soc/sha_struct.h +++ b/components/soc/esp32s31/register/soc/sha_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/soc_etm_reg.h b/components/soc/esp32s31/register/soc/soc_etm_reg.h index 5f115654f51..00560063d26 100644 --- a/components/soc/esp32s31/register/soc/soc_etm_reg.h +++ b/components/soc/esp32s31/register/soc/soc_etm_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/soc_etm_struct.h b/components/soc/esp32s31/register/soc/soc_etm_struct.h index 8582cc8f2cf..1133364cdcf 100644 --- a/components/soc/esp32s31/register/soc/soc_etm_struct.h +++ b/components/soc/esp32s31/register/soc/soc_etm_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/spi1_mem_c_reg.h b/components/soc/esp32s31/register/soc/spi1_mem_c_reg.h index e667e6bf365..dce3f41288a 100644 --- a/components/soc/esp32s31/register/soc/spi1_mem_c_reg.h +++ b/components/soc/esp32s31/register/soc/spi1_mem_c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/spi1_mem_c_struct.h b/components/soc/esp32s31/register/soc/spi1_mem_c_struct.h index f9978f498e0..4349dac1b07 100644 --- a/components/soc/esp32s31/register/soc/spi1_mem_c_struct.h +++ b/components/soc/esp32s31/register/soc/spi1_mem_c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/spi1_mem_s_reg.h b/components/soc/esp32s31/register/soc/spi1_mem_s_reg.h index 7a3868a8d67..16a6597333f 100644 --- a/components/soc/esp32s31/register/soc/spi1_mem_s_reg.h +++ b/components/soc/esp32s31/register/soc/spi1_mem_s_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/spi1_mem_s_struct.h b/components/soc/esp32s31/register/soc/spi1_mem_s_struct.h index 9ce67633a2e..47a4b4d14b3 100644 --- a/components/soc/esp32s31/register/soc/spi1_mem_s_struct.h +++ b/components/soc/esp32s31/register/soc/spi1_mem_s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/spi_mem_c_reg.h b/components/soc/esp32s31/register/soc/spi_mem_c_reg.h index d303fce4d70..02bede9fcc2 100644 --- a/components/soc/esp32s31/register/soc/spi_mem_c_reg.h +++ b/components/soc/esp32s31/register/soc/spi_mem_c_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/spi_mem_c_struct.h b/components/soc/esp32s31/register/soc/spi_mem_c_struct.h index e28a2b775c3..254486613c7 100644 --- a/components/soc/esp32s31/register/soc/spi_mem_c_struct.h +++ b/components/soc/esp32s31/register/soc/spi_mem_c_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/spi_mem_s_reg.h b/components/soc/esp32s31/register/soc/spi_mem_s_reg.h index e3a5c4b72c3..df1d074b9d6 100644 --- a/components/soc/esp32s31/register/soc/spi_mem_s_reg.h +++ b/components/soc/esp32s31/register/soc/spi_mem_s_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/spi_mem_s_struct.h b/components/soc/esp32s31/register/soc/spi_mem_s_struct.h index 5564ef5b9a5..2d56a328580 100644 --- a/components/soc/esp32s31/register/soc/spi_mem_s_struct.h +++ b/components/soc/esp32s31/register/soc/spi_mem_s_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/spi_reg.h b/components/soc/esp32s31/register/soc/spi_reg.h index 418b44d61d2..11f01dc6668 100644 --- a/components/soc/esp32s31/register/soc/spi_reg.h +++ b/components/soc/esp32s31/register/soc/spi_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/spi_struct.h b/components/soc/esp32s31/register/soc/spi_struct.h index 9a4be30e4e5..c3eb24f70c8 100644 --- a/components/soc/esp32s31/register/soc/spi_struct.h +++ b/components/soc/esp32s31/register/soc/spi_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/systimer_reg.h b/components/soc/esp32s31/register/soc/systimer_reg.h index 8122190452f..85c29e77be1 100644 --- a/components/soc/esp32s31/register/soc/systimer_reg.h +++ b/components/soc/esp32s31/register/soc/systimer_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/systimer_struct.h b/components/soc/esp32s31/register/soc/systimer_struct.h index 1c333878e3f..b51425db7cf 100644 --- a/components/soc/esp32s31/register/soc/systimer_struct.h +++ b/components/soc/esp32s31/register/soc/systimer_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/tee_reg.h b/components/soc/esp32s31/register/soc/tee_reg.h index beea904a026..c396a84fad6 100644 --- a/components/soc/esp32s31/register/soc/tee_reg.h +++ b/components/soc/esp32s31/register/soc/tee_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/tee_struct.h b/components/soc/esp32s31/register/soc/tee_struct.h index 2d602c5335d..89c611da183 100644 --- a/components/soc/esp32s31/register/soc/tee_struct.h +++ b/components/soc/esp32s31/register/soc/tee_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/timer_group_reg.h b/components/soc/esp32s31/register/soc/timer_group_reg.h index 9c9f0da78de..eb14c04dba6 100644 --- a/components/soc/esp32s31/register/soc/timer_group_reg.h +++ b/components/soc/esp32s31/register/soc/timer_group_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/timer_group_struct.h b/components/soc/esp32s31/register/soc/timer_group_struct.h index 9e76702972e..23cbfb049ca 100644 --- a/components/soc/esp32s31/register/soc/timer_group_struct.h +++ b/components/soc/esp32s31/register/soc/timer_group_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/touch_aon_reg.h b/components/soc/esp32s31/register/soc/touch_aon_reg.h index 12a42c02eff..f3f479148b4 100644 --- a/components/soc/esp32s31/register/soc/touch_aon_reg.h +++ b/components/soc/esp32s31/register/soc/touch_aon_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/touch_aon_struct.h b/components/soc/esp32s31/register/soc/touch_aon_struct.h index 1f350ca04d0..c5d76251e69 100644 --- a/components/soc/esp32s31/register/soc/touch_aon_struct.h +++ b/components/soc/esp32s31/register/soc/touch_aon_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/touch_reg.h b/components/soc/esp32s31/register/soc/touch_reg.h index aa5322a74ec..5e6c3e7e113 100644 --- a/components/soc/esp32s31/register/soc/touch_reg.h +++ b/components/soc/esp32s31/register/soc/touch_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/touch_struct.h b/components/soc/esp32s31/register/soc/touch_struct.h index e328ab079a2..f8c02e7e399 100644 --- a/components/soc/esp32s31/register/soc/touch_struct.h +++ b/components/soc/esp32s31/register/soc/touch_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/trace_reg.h b/components/soc/esp32s31/register/soc/trace_reg.h index 303ad1a9fb0..d50277f7e48 100644 --- a/components/soc/esp32s31/register/soc/trace_reg.h +++ b/components/soc/esp32s31/register/soc/trace_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/trace_struct.h b/components/soc/esp32s31/register/soc/trace_struct.h index bc7198e4980..0b089284492 100644 --- a/components/soc/esp32s31/register/soc/trace_struct.h +++ b/components/soc/esp32s31/register/soc/trace_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/trng_reg.h b/components/soc/esp32s31/register/soc/trng_reg.h index 69626ce262d..16c053fc457 100644 --- a/components/soc/esp32s31/register/soc/trng_reg.h +++ b/components/soc/esp32s31/register/soc/trng_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/trng_struct.h b/components/soc/esp32s31/register/soc/trng_struct.h index cefda6e1c77..ab6af8e036a 100644 --- a/components/soc/esp32s31/register/soc/trng_struct.h +++ b/components/soc/esp32s31/register/soc/trng_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/tsens_reg.h b/components/soc/esp32s31/register/soc/tsens_reg.h index 06620858728..6fe5cd83e6c 100644 --- a/components/soc/esp32s31/register/soc/tsens_reg.h +++ b/components/soc/esp32s31/register/soc/tsens_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/tsens_struct.h b/components/soc/esp32s31/register/soc/tsens_struct.h index a49a94b95ad..317c23c1e0f 100644 --- a/components/soc/esp32s31/register/soc/tsens_struct.h +++ b/components/soc/esp32s31/register/soc/tsens_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/twaifd_reg.h b/components/soc/esp32s31/register/soc/twaifd_reg.h index 2a219629f8b..57d78ce9cd0 100644 --- a/components/soc/esp32s31/register/soc/twaifd_reg.h +++ b/components/soc/esp32s31/register/soc/twaifd_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/twaifd_struct.h b/components/soc/esp32s31/register/soc/twaifd_struct.h index 53599f8ca08..420c6b66e1e 100644 --- a/components/soc/esp32s31/register/soc/twaifd_struct.h +++ b/components/soc/esp32s31/register/soc/twaifd_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/uart_reg.h b/components/soc/esp32s31/register/soc/uart_reg.h index 52dcbaf53c4..a231c65ed40 100644 --- a/components/soc/esp32s31/register/soc/uart_reg.h +++ b/components/soc/esp32s31/register/soc/uart_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/uart_struct.h b/components/soc/esp32s31/register/soc/uart_struct.h index eaf16f25f4e..485f55feb57 100644 --- a/components/soc/esp32s31/register/soc/uart_struct.h +++ b/components/soc/esp32s31/register/soc/uart_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/uhci_reg.h b/components/soc/esp32s31/register/soc/uhci_reg.h index b7cee209107..1f1797f82a1 100644 --- a/components/soc/esp32s31/register/soc/uhci_reg.h +++ b/components/soc/esp32s31/register/soc/uhci_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/uhci_struct.h b/components/soc/esp32s31/register/soc/uhci_struct.h index 3934546b2e6..598386de36e 100644 --- a/components/soc/esp32s31/register/soc/uhci_struct.h +++ b/components/soc/esp32s31/register/soc/uhci_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/usb_otghs_reg.h b/components/soc/esp32s31/register/soc/usb_otghs_reg.h index 074977d1258..7a8dde1334a 100644 --- a/components/soc/esp32s31/register/soc/usb_otghs_reg.h +++ b/components/soc/esp32s31/register/soc/usb_otghs_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/usb_otghs_struct.h b/components/soc/esp32s31/register/soc/usb_otghs_struct.h index 8351151347a..fad93e4da37 100644 --- a/components/soc/esp32s31/register/soc/usb_otghs_struct.h +++ b/components/soc/esp32s31/register/soc/usb_otghs_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/usb_serial_jtag_reg.h b/components/soc/esp32s31/register/soc/usb_serial_jtag_reg.h index 0bbfd5c36e3..8e4b2c7e381 100644 --- a/components/soc/esp32s31/register/soc/usb_serial_jtag_reg.h +++ b/components/soc/esp32s31/register/soc/usb_serial_jtag_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/usb_serial_jtag_struct.h b/components/soc/esp32s31/register/soc/usb_serial_jtag_struct.h index 03659754719..41ed7f42efc 100644 --- a/components/soc/esp32s31/register/soc/usb_serial_jtag_struct.h +++ b/components/soc/esp32s31/register/soc/usb_serial_jtag_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/zero_det_reg.h b/components/soc/esp32s31/register/soc/zero_det_reg.h index 6bfff284b03..3ae5ae67aae 100644 --- a/components/soc/esp32s31/register/soc/zero_det_reg.h +++ b/components/soc/esp32s31/register/soc/zero_det_reg.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/register/soc/zero_det_struct.h b/components/soc/esp32s31/register/soc/zero_det_struct.h index d0e9e70d422..788a349aeb5 100644 --- a/components/soc/esp32s31/register/soc/zero_det_struct.h +++ b/components/soc/esp32s31/register/soc/zero_det_struct.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/esp32s31/uart_periph.c b/components/soc/esp32s31/uart_periph.c index 08fce263a7e..1b82628872c 100644 --- a/components/soc/esp32s31/uart_periph.c +++ b/components/soc/esp32s31/uart_periph.c @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include "soc/uart_periph.h" diff --git a/components/soc/include/soc/adc_periph.h b/components/soc/include/soc/adc_periph.h index dfa58aec190..d3b9c90be52 100644 --- a/components/soc/include/soc/adc_periph.h +++ b/components/soc/include/soc/adc_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/ana_cmpr_periph.h b/components/soc/include/soc/ana_cmpr_periph.h index 3be9e7e4447..bcaba1912a9 100644 --- a/components/soc/include/soc/ana_cmpr_periph.h +++ b/components/soc/include/soc/ana_cmpr_periph.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/chip_revision.h b/components/soc/include/soc/chip_revision.h index 3654469ef42..d424f55f45f 100644 --- a/components/soc/include/soc/chip_revision.h +++ b/components/soc/include/soc/chip_revision.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/dac_periph.h b/components/soc/include/soc/dac_periph.h index 9e9a27a4866..ed812fceb79 100644 --- a/components/soc/include/soc/dac_periph.h +++ b/components/soc/include/soc/dac_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/debug_probe_periph.h b/components/soc/include/soc/debug_probe_periph.h index d125678403d..8104eb4cd7d 100644 --- a/components/soc/include/soc/debug_probe_periph.h +++ b/components/soc/include/soc/debug_probe_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/dedic_gpio_periph.h b/components/soc/include/soc/dedic_gpio_periph.h index fe32aa9a8b4..7da117e2a44 100644 --- a/components/soc/include/soc/dedic_gpio_periph.h +++ b/components/soc/include/soc/dedic_gpio_periph.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/efuse_periph.h b/components/soc/include/soc/efuse_periph.h index dfb0c894f4d..a01a200682f 100644 --- a/components/soc/include/soc/efuse_periph.h +++ b/components/soc/include/soc/efuse_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/gpio_periph.h b/components/soc/include/soc/gpio_periph.h index c9a88a50d87..23946be4dc9 100644 --- a/components/soc/include/soc/gpio_periph.h +++ b/components/soc/include/soc/gpio_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/hwcrypto_periph.h b/components/soc/include/soc/hwcrypto_periph.h index 37ed0a403e1..9d43443eaa5 100644 --- a/components/soc/include/soc/hwcrypto_periph.h +++ b/components/soc/include/soc/hwcrypto_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/i3c_master_periph.h b/components/soc/include/soc/i3c_master_periph.h index bd317f1676d..f0fbcdaab1e 100644 --- a/components/soc/include/soc/i3c_master_periph.h +++ b/components/soc/include/soc/i3c_master_periph.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/ieee802154_periph.h b/components/soc/include/soc/ieee802154_periph.h index b8428eb7ff5..74954abee48 100644 --- a/components/soc/include/soc/ieee802154_periph.h +++ b/components/soc/include/soc/ieee802154_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/isp_periph.h b/components/soc/include/soc/isp_periph.h index 288ed884c68..6b75db9794d 100644 --- a/components/soc/include/soc/isp_periph.h +++ b/components/soc/include/soc/isp_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/ledc_periph.h b/components/soc/include/soc/ledc_periph.h index 066dc5ca7c9..34887732697 100644 --- a/components/soc/include/soc/ledc_periph.h +++ b/components/soc/include/soc/ledc_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/lldesc.h b/components/soc/include/soc/lldesc.h index 2ca5f672caa..40e4022434e 100644 --- a/components/soc/include/soc/lldesc.h +++ b/components/soc/include/soc/lldesc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/mpi_periph.h b/components/soc/include/soc/mpi_periph.h index 4a0e0fdfd57..93e04149f55 100644 --- a/components/soc/include/soc/mpi_periph.h +++ b/components/soc/include/soc/mpi_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/power_supply_periph.h b/components/soc/include/soc/power_supply_periph.h index d87985639f6..ee03e751e2c 100644 --- a/components/soc/include/soc/power_supply_periph.h +++ b/components/soc/include/soc/power_supply_periph.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/regdma.h b/components/soc/include/soc/regdma.h index 34104c2bf93..92092fc1de6 100644 --- a/components/soc/include/soc/regdma.h +++ b/components/soc/include/soc/regdma.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/rtc_cntl_periph.h b/components/soc/include/soc/rtc_cntl_periph.h index 3533fc12ea4..dfbb5737a6b 100644 --- a/components/soc/include/soc/rtc_cntl_periph.h +++ b/components/soc/include/soc/rtc_cntl_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/rtc_io_periph.h b/components/soc/include/soc/rtc_io_periph.h index 49ddd10ffce..8a93818fac6 100644 --- a/components/soc/include/soc/rtc_io_periph.h +++ b/components/soc/include/soc/rtc_io_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/rtc_periph.h b/components/soc/include/soc/rtc_periph.h index 15dc77846c7..6ff77fdeb1a 100644 --- a/components/soc/include/soc/rtc_periph.h +++ b/components/soc/include/soc/rtc_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/sdio_slave_periph.h b/components/soc/include/soc/sdio_slave_periph.h index 92126ced5bd..8cdcbc6b775 100644 --- a/components/soc/include/soc/sdio_slave_periph.h +++ b/components/soc/include/soc/sdio_slave_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/sdm_periph.h b/components/soc/include/soc/sdm_periph.h index 65f37a3dd91..f00f428cee9 100644 --- a/components/soc/include/soc/sdm_periph.h +++ b/components/soc/include/soc/sdm_periph.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/sdmmc_periph.h b/components/soc/include/soc/sdmmc_periph.h index fe646f5325c..592ed0af5d9 100644 --- a/components/soc/include/soc/sdmmc_periph.h +++ b/components/soc/include/soc/sdmmc_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/sens_periph.h b/components/soc/include/soc/sens_periph.h index 09e67e9bdb1..b91eb681415 100644 --- a/components/soc/include/soc/sens_periph.h +++ b/components/soc/include/soc/sens_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/soc_caps_eval.h b/components/soc/include/soc/soc_caps_eval.h index b078dcc94cc..335f2724a6b 100644 --- a/components/soc/include/soc/soc_caps_eval.h +++ b/components/soc/include/soc/soc_caps_eval.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/spi_periph.h b/components/soc/include/soc/spi_periph.h index 8e653edf0c3..55b437fe677 100644 --- a/components/soc/include/soc/spi_periph.h +++ b/components/soc/include/soc/spi_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/temperature_sensor_periph.h b/components/soc/include/soc/temperature_sensor_periph.h index d5273925541..c466734cfcd 100644 --- a/components/soc/include/soc/temperature_sensor_periph.h +++ b/components/soc/include/soc/temperature_sensor_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/touch_sensor_periph.h b/components/soc/include/soc/touch_sensor_periph.h index dfa433339d3..da4376382e8 100644 --- a/components/soc/include/soc/touch_sensor_periph.h +++ b/components/soc/include/soc/touch_sensor_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/twai_periph.h b/components/soc/include/soc/twai_periph.h index 0e1f0225bd7..fa18bb20ced 100644 --- a/components/soc/include/soc/twai_periph.h +++ b/components/soc/include/soc/twai_periph.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/uart_periph.h b/components/soc/include/soc/uart_periph.h index 15f2c6f74ba..9baba72ae3d 100644 --- a/components/soc/include/soc/uart_periph.h +++ b/components/soc/include/soc/uart_periph.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/include/soc/uhci_periph.h b/components/soc/include/soc/uhci_periph.h index 34a5290b72b..d1d92192271 100644 --- a/components/soc/include/soc/uhci_periph.h +++ b/components/soc/include/soc/uhci_periph.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2019-2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/linux/include/soc/clk_tree_defs.h b/components/soc/linux/include/soc/clk_tree_defs.h index a3accf30b52..33565f4916c 100644 --- a/components/soc/linux/include/soc/clk_tree_defs.h +++ b/components/soc/linux/include/soc/clk_tree_defs.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/linux/include/soc/efuse_reg.h b/components/soc/linux/include/soc/efuse_reg.h index 7517a72adbc..82e30c26a57 100644 --- a/components/soc/linux/include/soc/efuse_reg.h +++ b/components/soc/linux/include/soc/efuse_reg.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/linux/include/soc/efuse_struct.h b/components/soc/linux/include/soc/efuse_struct.h index 5657bbdea25..7fc8c23f8e0 100644 --- a/components/soc/linux/include/soc/efuse_struct.h +++ b/components/soc/linux/include/soc/efuse_struct.h @@ -1,7 +1,7 @@ /** - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/linux/include/soc/gpio_num.h b/components/soc/linux/include/soc/gpio_num.h index 1061636c22b..aa99fee7c7c 100644 --- a/components/soc/linux/include/soc/gpio_num.h +++ b/components/soc/linux/include/soc/gpio_num.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/linux/include/soc/gpio_pins.h b/components/soc/linux/include/soc/gpio_pins.h index 59894c0862c..3f4fa1b4301 100644 --- a/components/soc/linux/include/soc/gpio_pins.h +++ b/components/soc/linux/include/soc/gpio_pins.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /** diff --git a/components/soc/linux/include/soc/gpio_sig_map.h b/components/soc/linux/include/soc/gpio_sig_map.h index 01d176230bb..7fc8c23f8e0 100644 --- a/components/soc/linux/include/soc/gpio_sig_map.h +++ b/components/soc/linux/include/soc/gpio_sig_map.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/linux/include/soc/soc.h b/components/soc/linux/include/soc/soc.h index b198c2d7e3d..fdae997284f 100644 --- a/components/soc/linux/include/soc/soc.h +++ b/components/soc/linux/include/soc/soc.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/linux/include/soc/soc_caps.h b/components/soc/linux/include/soc/soc_caps.h index 1b9d13da226..54f5103204a 100644 --- a/components/soc/linux/include/soc/soc_caps.h +++ b/components/soc/linux/include/soc/soc_caps.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /* diff --git a/components/soc/linux/include/soc/soc_caps_full.h b/components/soc/linux/include/soc/soc_caps_full.h index ca1d6414d90..f031101adcb 100644 --- a/components/soc/linux/include/soc/soc_caps_full.h +++ b/components/soc/linux/include/soc/soc_caps_full.h @@ -1,7 +1,7 @@ /* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/linux/include/soc/soc_pins.h b/components/soc/linux/include/soc/soc_pins.h index 01d176230bb..7fc8c23f8e0 100644 --- a/components/soc/linux/include/soc/soc_pins.h +++ b/components/soc/linux/include/soc/soc_pins.h @@ -1,7 +1,7 @@ /** * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #pragma once diff --git a/components/soc/linux/include/soc/uart_channel.h b/components/soc/linux/include/soc/uart_channel.h index 6eb2c7fa5a1..3f4fa1b4301 100644 --- a/components/soc/linux/include/soc/uart_channel.h +++ b/components/soc/linux/include/soc/uart_channel.h @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ /** diff --git a/components/soc/lldesc.c b/components/soc/lldesc.c index 3cc947b62ba..be48e4846a1 100644 --- a/components/soc/lldesc.c +++ b/components/soc/lldesc.c @@ -1,7 +1,7 @@ /* - * SPDX-FileCopyrightText: 2010-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2010-2025 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: Apache-2.0 OR MIT */ #include diff --git a/tools/ci/check_copyright_config.yaml b/tools/ci/check_copyright_config.yaml index adb10e48eaa..0bd50f64e50 100644 --- a/tools/ci/check_copyright_config.yaml +++ b/tools/ci/check_copyright_config.yaml @@ -228,6 +228,14 @@ esp_trace: - MIT - CC0-1.0 +# These files are used in esp-stub-lib which is licensed under a mix of Apache-2.0 and MIT licenses. +soc_component: + include: + - 'components/soc/**' + allowed_licenses: + - Apache-2.0 OR MIT + license_for_new_files: Apache-2.0 OR MIT + # files matching this section do not perform the check # file patterns starting with ! are negated, meaning files matching them won't match the section.