diff --git a/components/soc/dport_access_common.c b/components/soc/dport_access_common.c index 9cc09f21aa..68d79fbc39 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 78243a6439..ae260bab54 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 2e503c4060..15391b6bef 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 eb21d398fe..e3221b2cd5 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 b2940e378f..50af2e1b60 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 c47b42c7b1..b214d9fd78 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 51ae751d0f..211a2189d9 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 28ab835864..39435592b4 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 a770f9a493..0d5d3b71c1 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 89548d2f45..ca0ac0d4a9 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 d37ddb2007..0ae1236760 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 2c5f71b502..7b5f4058fb 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 182e5f0a20..6b4f5798b7 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 f4d026b0cf..ebb11df7ce 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 03d61e4c35..2a0846958c 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 aeac077069..40533bddbd 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 aaae701061..4dd85dfbf5 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 cfde796fdc..b5451132da 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 16401c5253..3d1b670db1 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 16e6e14849..3fcdb6a712 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 f76453d92b..e9e7808fd1 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 a38c0329b1..228a766103 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 6787c0ca7b..f87ab9aec6 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 b2d07574ab..232bbb9559 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 1f7d121ae8..0c39620386 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 aaad6ab221..2ac1d41daf 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 51ee6d6e76..55fdd887bb 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 6fe8afa731..b6dfce3956 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 39c9bd8fc9..bda6153445 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 5eaba84584..5ab98ae288 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 0d0107e6e6..3edba16fe4 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 2603bb381b..f7a095f978 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 9289296b49..f9e3b24e2e 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 fb53842370..ce2a1993dc 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 4d73ecfe51..877e8aec55 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 89c6a8956c..c619400845 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 8556145394..9c01dfaf3f 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 aa2a1628fd..4d9c1033c5 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 ef9be42e7e..4f1294d821 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 9d7b49fe28..ac4790c33d 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 d3b2fca798..140ad209a6 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 e5c277c512..9b436dedd5 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 a85d7c4b94..fb1b1d7630 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 95498a03d5..243757aac6 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 0227daab68..4e5d120b83 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 0e803270bf..1c67dfacac 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 3761f1e9ed..3bc5fba670 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 aef4323624..a64e10e357 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 f8d78500a3..9da1417f25 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 6460337af9..5c834af32c 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 bf256469a3..329bae5550 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 c35275792d..da2a05f08b 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 906a2a0b7c..c0821e8581 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 97a02410d1..eee93345e5 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 a24e8f5ec3..5dcc1a0df1 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 8b77549dda..326a071a9c 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 dd7cf0a50d..f79fad1ed9 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 0c7e982268..b9b2408792 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 1af259d79d..3e9d3a781c 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 5f37cf7917..b289151721 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 01608eb800..522f6604c4 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 ddf333d365..68dae4a4c4 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 42b5b1896c..16d34244b9 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 c8e749dac0..c199c590e7 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 9040142e67..c62621c5a9 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 d40b1a039a..f87678cb98 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 f2a8947184..503d449fe0 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 7205809a95..34b51b414e 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 bcce797b40..3a03055ca3 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 85b7d47e01..1dd875a392 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 969b5d927b..242535a86b 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 8276ac16e7..e215dc0e5f 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 b006adab9d..3cee4efe81 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 3581c6e6cc..cfaeaea95b 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 69aa73a038..2e9c68be7a 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 d46af1ac48..c18488895e 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 8ac4ffd81a..26b9ed330a 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 aac80afa98..02981f19ee 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 f1974fd729..4695c87ac4 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 efb19057f1..6eb8ec6402 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 0a7733f6b3..c0f99002c7 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 0cdb0272d7..b8429d45ed 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 0139b2d3af..fc4e9bb62a 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 426b4b127b..41d207d846 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 f54b19b7e2..5294aee02c 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 387ddb7c7d..cb17147cc0 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 320df8e948..033458f155 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 81cd51d8b8..0f5c9d852e 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 9c640aefd7..0824e368eb 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 773759260f..d7e52eb1e9 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 a35f9183c3..9529655ef5 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 6cff59b23c..b95ec2196f 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 415c16610e..d91977171e 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 21cfb49428..cc214f113f 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 87c0f3e40e..9449e01273 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 b70f323bfd..9f0c6e1e8f 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 73e7651af9..d4b2eb29b0 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 d8a7982ea2..af08cd58e8 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 4107208205..ce40074e4d 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 e7e7403f9f..eced0608fa 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 ef1a28181e..7d331ab71c 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 3e70d77e5b..3432d64002 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 805918142b..2137f6718a 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 4afcaa5e21..472151b358 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 57d916e86b..cffa3f6b0a 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 4c3f6b93e0..5e4c097c74 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 00e258d087..b9bb9748fc 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 9531805f87..2494e51e18 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 cd950c4da9..35abb406bd 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 e34acfab76..520282ebea 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 98e7febe0d..11008f39be 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 7b185e0c2c..03a095c1a7 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 e499a791bd..18450f6814 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 1fcf518d3d..15299b9b8a 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 55f3abff56..68b975d730 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 c8f481cd09..356731c961 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 52bd44bd49..c429ba84e5 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 91b3e2bf31..e6a9970604 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 e3a704eca2..fe177d0bde 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 3ad4981dbb..d4076d5ec1 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 cefa90bca2..460997637f 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 d02c2d5c20..125adf2628 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 c1c01fb471..2cd753e99b 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 9e2ec0f8cf..228624afdb 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 2e5b56fdb8..3fcdb6a712 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 23665dd317..dd9e5d3515 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 e71072f55a..91e5a19202 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 67dcd770a6..368370c0d5 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 76c943b204..1958358990 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 b91a4fd2e1..69bb29361c 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 b8519186b9..7b9179f71b 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 693de751e4..3df898c572 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 dd23556527..09b205496c 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 ffe7ac60b5..9bafce1b61 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 8f3945dac9..a81dcfe1c2 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 e12c2d482c..6b6fab2fcb 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 185c9ed19f..30bbcb0e9d 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 05a7c3b416..2f504dac86 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 c72957a1ee..113fb191de 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 9289296b49..f9e3b24e2e 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 8d1d2927a5..0492474970 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 be50d7555b..9d12399007 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 b90c9ad013..46698e8664 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 1d1d2d4e45..b4dfcd64af 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 a7133c0f50..b03b48329f 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 bba8416cf4..f18c6a68d1 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 95498a03d5..243757aac6 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 2122cd8d9a..288fed0a7e 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 aa39a163be..df58ba5c15 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 bee2070557..317adcde8e 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 cb4bf5797b..383385dc7b 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 8471fef930..f17d0272b9 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 fa1800be94..6d67e9a36a 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 f975487e68..4f9e36eeb4 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 643009e6e8..dd2abf12f9 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 3697f9488b..051f1bcb33 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 5372b92660..62f4c5218c 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 97ab45e928..db8b8564bc 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 8c07a7398f..e88e8e8bed 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 a40ad248db..09805bb68c 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 fa1653620a..186fc68868 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 8177c22d55..4d12c30907 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 11795ddd0c..6cc252b169 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 f5f427e236..efba6e12ef 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 172de0b263..ca1145107e 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 34b56a9d95..7c508d1a1a 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 2a9a5659f7..5bbd9c984a 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 5252040c3f..f254c624a5 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 e63b9fcc2d..49fab2b0e7 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 015d8d8190..90bbdac208 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 8eeb65b014..b38de40215 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 230c292b4b..58777f2f60 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 29293c9469..8368c675fd 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 08920a09e6..0bbd2917e9 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 3bebe8268e..8b55564b68 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 fba1acfad1..ddac96838f 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 1b55d4246c..3f0cfcb6e2 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 feaa3f1d2e..d07ae67ccf 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 1b0899828a..04633058db 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 33fb990691..b29ad37375 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 67cf62862a..081a0bba1a 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 c14a43cc2c..60ae91c712 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 70413882e7..3b84e8f04a 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 5082bf267d..3eb5831a73 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 6a6e64539c..e79f0e1ed2 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 b270a92523..9a516f556e 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 e75c60b317..d495564a39 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 dbd05341f2..1fc59a59a9 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 45e0fd7a23..5e4c097c74 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 29ae01e229..527863855d 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 dbaf294e0c..644c38c04e 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 5ff864913d..c06063abe8 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 5290390cdd..e3d505f96c 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 7b185e0c2c..03a095c1a7 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 e499a791bd..18450f6814 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 dac78343d3..89fcc62b91 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 a40c540251..5e1cbc3a54 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 01084fce8a..a6a9a1e053 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 5064ad2754..fe177d0bde 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 f471e316ac..5dd6bfe08c 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 5f03d0f9e1..329b385b82 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 d02c2d5c20..125adf2628 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 e17c7c65ec..2f626ccb0e 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 59d04a6eb4..779b1ae6c5 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 0254aa2007..f098455903 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 d97ccd4239..96df98d776 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 8235741d58..91e5a19202 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 e359ef0a69..be5db0a382 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 1aa54a2017..1958358990 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 461a410506..fca44d0eb6 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 9d2032b60e..7b9179f71b 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 c50c1a941a..3df898c572 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 dd23556527..09b205496c 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 a05cdd1361..56fe737b4b 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 82cdcb061b..19161ee2f1 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 19d4c25b6b..38aa834a5f 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 2dd4e7932c..d5cf262e29 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 c72957a1ee..113fb191de 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 9289296b49..f9e3b24e2e 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 2711d7f9df..e7b9021d6a 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 ac57ebabdf..5644807a0b 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 0ac2e8129a..46698e8664 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 2a0d74de6a..578dda5739 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 331affba60..df04c5bf87 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 0ea7d06015..f18c6a68d1 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 ad9e0bfdb2..338cd0e3c1 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 95498a03d5..243757aac6 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 f7fb4f1ba9..75c21fbdca 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 82c44fdd64..dbbd2b7470 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 87deea2d3e..365f71c4dc 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 d84995d442..29d4b43a88 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 615964bd74..4b2edc13a4 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 39db7b9abb..75298fb2d8 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 f12563cebd..763f7f4c22 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 7a94ea7e66..499246ea07 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 940f40d8cd..c23c1fe690 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 f9f102beb4..aa74a8f007 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 b92e195e36..0c4398e26e 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 57d66a44c0..a0e20f0721 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 59fb95f13f..a1078dd407 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 25acf43cac..54a9d3d962 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 03ec35dad0..5787b3646b 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 eb32d5a9cf..efd7c0f951 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 576392baef..a05704290e 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 29093ad2d9..d8a9f47240 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 5f7c63c520..9b2f24c4b1 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 d2b6d0a130..a34b9ddfa9 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 c956e9e7da..b301f8d1d5 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 5e8bf0fa62..f9901d567d 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 16e6e14849..3fcdb6a712 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 cf38bd9dbd..d0ef6acfee 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 1ac39c2af3..d55d651cd4 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 14550622f7..cc09982824 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 e67f6ed93d..085a67fd0c 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 5c57701f69..8c6ced61cf 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 eba7d42df6..554f2c957b 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 6bac0548ee..b8d4a09d4b 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 089d9c4aa4..b4ae41964e 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 a7adaca7b8..e4cc7d011b 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 22d6b26377..3dfa8bbe2e 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 95a0aae1ec..58becee62e 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 e8e9fec283..1780812709 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 88d7476caf..03a765bd01 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 8c6103aee2..83752dcb41 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 60c1c4b742..4ef5641245 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 b82ae41844..f3e2d1513a 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 66e0ccaa19..900e6d007b 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 55316915df..1ee41b1c04 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 cf10afab1c..230701df06 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 907d4e2c53..ea9866121a 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 ae8631cd8b..1b076cec79 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 bf2dea5ba9..fcb1d7e1cf 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 c26bab9938..ca9a3bcfad 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 a93528b090..4ded8be7af 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 f387de7963..366e24efc7 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 5741f27a8d..3d9fbdc8f8 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 6d908baec1..e1a8346408 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 98b15060a4..f4384db68b 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 6a6e64539c..e79f0e1ed2 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 50051ba117..423263fe54 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 b270a92523..9a516f556e 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 e75c60b317..d495564a39 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 56b1167c4c..2cf0f906bd 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 dbd05341f2..1fc59a59a9 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 9f9bd96cfb..9633abd30b 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 0da52a79f6..fe5f78628e 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 ef5fc64082..a4d4bdd880 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 37c07f1cbc..fdab26d929 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 ec346c396e..b89cec29ab 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 014d5e62f7..9f567dacd3 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 06531841dd..4f69178921 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 3abf763ee8..2306abda6c 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 a827dd2c60..7a0cd04a66 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 37b441740c..e0b391e7e2 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 a540b82758..8969f21aea 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 f51632ab0f..d3b29e25bb 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 ef3fbe3824..6de82c68e2 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 0095add7b4..e806217f7d 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 68d4ec7982..e7cb952443 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 d0ba099ba1..29a5cb0c7d 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 7fa9daf2ed..cc1db3572f 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 ac85593767..b25c2f2135 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 593c9e4425..c382b50fd8 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 fc00e87e1c..4115749e0e 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 48cc4ce65d..68b975d730 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 51f3778e2d..ed0ccc5512 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 a18acca7da..e59acefbd8 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 88c26b35a2..c08662ae91 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 2b595f9ac5..3f63d1f0ff 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 098f0d3ffd..7cab7c5ed2 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 b14126d56a..8ffd6deb2b 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 92b3115c83..a477b98962 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 5660077bba..ce3b037714 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 8c959568f0..9222b6953c 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 93b0983691..42e4b7c2d9 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 e698a4b530..32798dbd2e 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 f9b43ebe98..ecda0b0f0b 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 a11d489e38..3aaea41622 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 4c69ac7d26..45a10e96da 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 5a0a9f2715..6584f2e55e 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 f433a48b62..b5c29b4d76 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 9ceee5a2b9..0855b2f5f7 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 36b9b5f80e..f336c5f09c 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 0b46132b7f..ec380da357 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 f265383d20..0f3e68b402 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 bef7baa967..f0fb51afbe 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 a5b205e9bb..1417ae2646 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 7cf47cb950..7eeb61dff8 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 0e28befab1..0ef9c56411 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 d3d2451430..8203e62314 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 9c4974e542..7b84e2ac05 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 fbc414795c..3ef31d7286 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 2725c17f12..21089cde4c 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 2fad17b8cf..06fe12689c 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 9289296b49..f9e3b24e2e 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 dac1f0414d..4097d29b53 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 9723cd0679..b2d2009baa 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 36cad83af1..05ef8cc847 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 bce131e82f..a4bcfb6fc1 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 ab12db2061..5468bae6f3 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 cb0bc91029..679bb2e593 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 220551516d..1339fa56e1 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 5a55b87b28..ff6d496e4b 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 b41e252944..0d9a51d865 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 d9b2bac962..63617abdd7 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 f55e5e1729..84d43a9b35 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 e809b5d7c2..461b719366 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 b33d44a6da..c75dcec0a1 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 9818c003e9..2a6a083410 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 050cabc46d..2d87ab0b05 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 53f4e149c9..73368fe10e 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 405f7d7309..33b3f5ec8e 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 dc98ec027b..fbb91dc75d 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 70f4deb2d1..c9d25c0ad7 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 4a49be11aa..73a0f96fea 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 2786474426..2d91a97bab 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 85c7ff0642..bed6b45de8 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 daf755e202..3b9bb82c4e 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 49d283b39c..9ba78ebea6 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 520f9e5918..eaf179f82f 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 a49f60436a..3f62ee22ec 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 4570901f04..840490397f 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 ed1de3e3c2..2a82bbc75a 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 401786a165..451ffaf15c 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 6659f30a90..e9653073ec 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 27586bca8d..8fe0c56c54 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 5e8c7932df..99a51ece0b 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 74ede57af5..61511f97e4 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 c8c7873d23..5b754035b4 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 1c9c7f1991..e9d2a5dc6e 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 1d8ac31ee6..c3ec3058ed 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 3611416c13..a570cb7e06 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 6fce965a2c..8569a0b4c6 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 4179bf0815..0b4879db98 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 0f3335eb0c..49ce4d912a 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 ad22a3334c..21ef06c71e 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 ccd99025ce..f73bc70582 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 20c44c4d3d..044b44e978 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 5be5968adf..3069ff4756 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 a3d43b4bc7..91a49bf0e7 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 d56d15c07b..d01b2d334c 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 cbf8ad0d29..228c2c4073 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 0c54601fdb..416b135f0d 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 a7ddcc6fe8..9f9f9d02d2 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 0c7884fc2e..6b0ddd5b33 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 4031caba1b..8f70c95156 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 f605501d18..da37b78a63 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 e8ecd82775..96162863fa 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 2626322922..7b421c8864 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 995c5d3577..98fd0521c6 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 b52198bbd1..e1ea5672e2 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 2acfae5d3f..7112bf876d 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 e11f28548f..c5a86bfc16 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 f32ab803a6..728fb7da3e 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 3806b8aa14..d4c37b92f3 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 c101f1e073..245730618e 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 a20296185b..521687d361 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 1c27ca2f21..19ce60a775 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 da775ca74d..6f6981571e 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 d117f33d29..4510b259cf 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 eb8c4c13ad..00230b3eb0 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 d6664034b8..19c01ad445 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 c9850a0f10..19a9c43474 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 bc09871187..9985d10bed 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 2a91284eca..e19b362418 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 fe0bddb019..b1115c383e 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 bb60f70095..79a4c44b02 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 ae1ef229db..3a36f1d707 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 94be70b34f..75b1ae7551 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 5a178a32cc..a9d52185fc 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 12a5ae4d9e..0c96d3ba0c 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 1e2398ab34..33ccb6b011 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 d529feb426..a84a723387 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 f8df9246d3..5d1eafaba9 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 8ca1234433..a57c81ad29 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 a9279f4ee2..97030f4a71 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 77abd8f4a9..cec9a9b37f 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 e344cec804..d05ec45fc2 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 1c7414c284..2df616d57f 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 0ed21212d1..8ee2850c58 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 9257e23635..2447fbe3d5 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 0646070f27..86f3baf624 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 d78ce0deda..f73e9fbadc 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 c2c5446266..81c536feb3 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 54572a8cff..4b883c8222 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 cb342ca9e9..e523ecbc7e 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 4c08912741..52779d2d3a 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 8a3816691c..f4e63902d2 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 799fd33447..a35bde2fc9 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 a3cb17ed04..239fc05d84 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 eafecf99ee..b1af7657ab 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 e58956022c..d872fc1a68 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 0ce3bf8206..29aac99c08 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 b0b149493f..2fba459cde 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 490fae3c3f..b435ec646c 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 5983bd8436..c9a48d6564 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 68651b20fa..cce9c9c801 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 c864242551..33b08d35f0 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 fe5577f880..5aba93f9ef 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 ad7fc03d01..32c10feeab 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 9baa78cbe3..7e227dfab7 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 964b0e0b87..b50612e674 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 4a86fe97d0..389b812737 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 952bd1a03d..0edc160e6c 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 af0acf1432..e6db16d2b5 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 c100dbdbaa..1e7e90f6b1 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 44f1d9ea58..8f4d6c0abb 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 8c71517bcc..44c07f7238 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 8b03a91781..5f09a86685 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 07a0afd115..e947c16c77 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 cb1290fca4..ce0a19b32d 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 77ba56bd63..07d3a9e860 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 85ee76e355..fb75ebc975 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 4ebd8859b4..f08d86e3b5 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 1400394f3c..168b568b41 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 2792161215..5730e330ef 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 01ece71a0a..2b274799e7 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 d153011d6d..12997de677 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 67702ddf29..3b8e01ab83 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 857e106ccf..59d1960b29 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 09eac698aa..7a9b4659a1 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 4ace6f9957..49e7470db9 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 0a50d5964b..6f429e834a 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 5a3520b185..eef0e3d38f 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 67608f7a7d..eb3ff3e24e 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 0b17fa32c6..29e5155633 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 23e99d2768..eccd92f7f2 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 9c9f0da78d..eb14c04dba 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 663f407d2c..4e8ecc0ede 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 49b798a7be..c553b966a0 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 49ebdb799b..d6ed790723 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 d53ac153be..1d75b7c494 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 b78a69b3ca..3a4c22ca5d 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 52dcbaf53c..a231c65ed4 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 bfc8fffd2a..9f511a980d 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 b7cee20910..1f1797f82a 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 2bc8854092..7d14b851f8 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 38026437b9..ce8125beda 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 f88fa50ca7..1cf10f1be3 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 c680c6a34d..12c8f53a08 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 251ff82cb7..790a326611 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 ef1b0c1ded..7796cdaf3f 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 ef8a5b93c8..6b2ae32acd 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 0b6143e029..dc587ffc29 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 37e0e7e501..7124a337e8 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 b8e19aeab2..831fe48f4c 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 42ed381e86..cf9fd21a45 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 34e69f81b6..1b640cb0a3 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 58fc3671a7..67ef7b3019 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 d04df9fc97..2bb0c542d6 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 6e9f436aba..2a80d5689a 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 3cddba41bc..5b5046c429 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 c06ddd5521..26522c1f1e 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 ddfdf32b00..7bb12d4832 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 4aedfac18f..a95d95a9a3 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 4e7b619f92..3a3bcd165e 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 dcdfb8633b..ea1947f289 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 f1d0278238..558fbcc46d 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 9baf2fbd83..cf93fcb888 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 089d7643eb..f47c339c02 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 7b185e0c2c..03a095c1a7 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 54eb8a0a35..029ab6a661 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 55f3abff56..68b975d730 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 91e58aa92c..511b5ad5d0 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 b094075c30..b4e0125382 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 71184c2051..0b1803255c 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 57d2e8414e..020f044190 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 71a680e4ce..dae27a4361 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 80265c4f69..569c24c79d 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 e8f8987f2b..50b5c66b61 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 c21615bbdc..ce3b037714 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 7ded3cfb17..612c00cde4 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 edced509c4..46afb55936 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 3adc301b9a..649a46891f 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 9a85b28fb5..3be1965065 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 635ad74782..ecda0b0f0b 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 e3c9a53bb4..8008c49255 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 4c69ac7d26..45a10e96da 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 c7137f3bb0..82890a39f8 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 f934df203c..1e0d3da591 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 ee48a60b13..6326a1dbcc 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 58c650efdb..44b188cb42 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 8a1b7e522f..f6fc0da613 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 a17f927c65..5d221dbe3d 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 e7f4d11db2..a98b163842 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 f38495b1c0..11e9e4fc09 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 88ebb7e8b1..cc1c3e1011 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 0e28befab1..0ef9c56411 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 9ecde2c030..1fc5269604 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 914f22122d..0340b965a8 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 13e5ed58be..5511d2bd52 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 9289296b49..f9e3b24e2e 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 fa93faf4e0..2b2ac0793b 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 dc7320e2a7..a73337e3c8 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 9d9fb454fd..0db737a806 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 31c9229900..b840d59f4c 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 d4207e5c88..245f691c4f 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 c3a8e0eef9..f19e635f04 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 86b9384b89..b70099597d 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 2f40e4dc76..87031d8263 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 a062e7f859..0713bd7e92 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 d9b2bac962..63617abdd7 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 51deae6b02..335d78c550 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 ec092a2e9e..597766fc46 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 6a5bea4b5c..2d87ab0b05 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 32736d3097..12f860c9e0 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 d2b947d946..507936fa20 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 9838880bc8..c601b7acf6 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 08ab89c524..016bc62d79 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 4ca749c1de..8b833bbb19 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 3a7d953c73..7df25a0613 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 00846e8ed6..31f2fb230b 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 8966532436..588aa4d5d6 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 b91b0b0ff0..3feaf0bd14 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 c92f02208c..9455d693ec 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 08a9daf433..87321b57ea 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 d43c5fcee3..60460d82e8 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 e4e0890bb1..2291e0aebd 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 7e4e641686..59eb10b7d2 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 448c35a419..93ac87a2aa 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 8dc5652cdc..16a651de96 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 ab26c59dc9..053383addf 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 68a44048dc..916ea7cd36 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 a80313138c..6eb1ef0ab3 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 cbea0bebea..76e9843fd2 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 16d527ba0e..c943c2b88e 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 56622759f0..a5248d1aca 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 fb7cc66c15..337cdedc20 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 5cc1cd3938..0719f170c9 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 f32f280f23..a1cf81b961 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 20b8eac2f8..049ec0af3b 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 44e2f8d0d8..f1d4ef210e 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 c92b0a6190..4fd0602856 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 dce4371af4..069cd9ce17 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 d7dd6b6ab6..fdc04bba1e 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 b7629e4c98..bc57f5e9f3 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 4aa7013a9e..e02b0044a0 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 e2014320a0..9c50dd2e97 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 ae4b390503..acfe91cdcf 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 89d4859ad6..3438f183ec 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 f4d9c51fc7..c19d0338d0 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 9454470cb2..d389c95ad2 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 179ca7a2c4..6fed96a37a 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 a7c4311ad1..2bbdc187ac 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 872315558e..4c8105e0e3 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 bbb2ae77f4..67b99c23b7 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 07d72fd151..d6400f664c 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 41a015e82f..af2e05cd34 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 9f4e3b25d0..29183253f0 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 05612739a5..e062ee0586 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 f9221bc0ff..885cd74e1d 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 02eba5ffa9..92d7d92d07 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 7140a8800f..fc57f11c4e 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 431fccf251..20f42ba424 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 e32192899d..45e4b43183 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 20b432ea53..0c96d3ba0c 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 86d7c9dd45..e22d2ca7c3 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 53030da190..4a3614a19b 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 9cc478be82..772c7d7796 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 e57282b97b..17b47987f9 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 2305ebf6ad..402c184d36 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 96b137ae82..7fc0455c76 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 b02b368693..89a12d509c 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 482330cd41..03d63b6a6c 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 9efef9b169..bac40b3bb6 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 60297f46d9..c8750688d3 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 962462b378..50b008685b 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 f47fa3942f..e54ce6821d 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 67740dbd74..dffff1d5c2 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 b39b2f353f..90d1871a87 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 8dc3cde04f..f13ce19df5 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 4de6f5b9f7..067be4ed37 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 5fe75f3c99..47350c0636 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 b75a52af21..219a1c5459 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 862959b949..ccad01c5e7 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 49d1754d4f..cc6f880b0f 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 8ed1fe2802..6b87381372 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 191656298c..9b3f5f9be1 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 e0000ebc56..da4c35dab8 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 a2f7ad9a89..bc4108ad6f 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 ae1435d506..319ba20f4f 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 cd59eade79..733a0d4611 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 13ddb0b672..f818086c40 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 466b25f020..d5f27c738d 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 ee74db8ff1..8f20b41d1c 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 dff45b9605..4dea026ea7 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 fb444e1e3d..3ea712f40f 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 db545cfbc5..282eca3425 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 3e7a47af40..a58c4fca84 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 0bc75f17fc..9cca2eaf54 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 0f67600841..27a6f0e672 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 0faea4cde0..39a120ed98 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 9d67e0c790..5f2244d0a4 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 356fefb1a2..b38e7065eb 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 320fd34600..55d0214fa2 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 9bd0860687..a5d9def3da 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 275e30e72f..f35fdd627b 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 7d3a9ce6ef..39804d7a6d 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 8cc3e1b865..f493610fe5 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 46955176e5..1d0588e506 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 f6aa1726ac..2df90e88db 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 07b3cf52ea..cff3e795f3 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 3c62027ae5..24747a8b01 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 56ada6dc46..6894ef3a2c 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 74588ee027..351f49db0e 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 8da5868eaa..3aa6ad01f6 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 52076bb16c..ab696b2503 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 9cccb760cc..5bc114cb2a 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 0e0e1f8f34..43dbdb8a5e 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 3c90206dce..e381a6380b 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 576bde7ec1..543d056361 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 451ee04195..8cc72820ac 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 7ec09aee61..46d20c691c 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 b363fbd1f8..7fb97a2249 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 e5bb04d46d..5b5e92d451 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 4bd39d7ae6..ac4ae0f6b9 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 087d4c84e6..34a27c7980 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 a51dc6e5bb..0876f25ce6 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 454852b4f2..2ac955176b 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 f8c13d973c..722a7aeca9 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 00db113fc5..bbc3f5c71b 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 e188eea911..dfba03af2c 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 420f8646e7..447d0c7092 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 6e7cba263a..3e712c726f 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 bb0ac718f8..66671f00d5 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 21d9501108..bfb0556f69 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 c4c4319411..a913084783 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 3d983efc3d..c6b01502c4 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 d3ebf10144..ab254ba8ee 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 291327d2bf..3804f37146 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 6bb1ba677d..b8de652afc 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 a35b65a7bd..752c6a3dd0 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 a0819f8db1..f27e91aa37 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 166f77e8c3..ea10304429 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 ef5fc64082..a4d4bdd880 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 7f34e53bf6..3f4e08bb1e 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 5ef865e64f..5a5407ab66 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 98d722fcf7..e42490c9af 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 f94698d8e7..ddc36b3b47 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 8e7d5f6d5a..68e5f217f3 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 37b441740c..e0b391e7e2 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 27d45a98ad..b39db4ee56 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 f51632ab0f..d3b29e25bb 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 ef3fbe3824..6de82c68e2 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 96b45ea89a..ee07c319e9 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 68d4ec7982..e7cb952443 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 6f4e3d408c..cf93fcb888 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 fb26c2550c..0befc08055 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 593c9e4425..c382b50fd8 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 feacddca46..029ab6a661 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 48cc4ce65d..68b975d730 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 f28d656c36..2ec1024e01 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 687a239b3a..4d74baa1f5 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 c974250de0..567b462b9d 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 7eb822bffe..6a2c8899f2 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 4d75294306..c8983ce73a 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 472e2aa977..81faa4d3f5 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 97a33ee181..2b841e54c9 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 b7ad1d82ef..8ab9097102 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 7133c630e3..b882769a7d 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 236c3fed39..649a46891f 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 49572123be..3be1965065 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 f9b43ebe98..ecda0b0f0b 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 3a3f7edb0a..8008c49255 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 ed1340625b..45a10e96da 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 edd1c04e16..9b6a405cdf 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 aa4c02a307..e237cb1686 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 c0922649ca..6310404be0 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 36b9b5f80e..f336c5f09c 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 d177e91355..330e246950 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 fa4b36f2fd..a221cbdedc 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 ab325171cf..fd1db875a0 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 185c9ed19f..30bbcb0e9d 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 3faf9a93bf..a2655884cd 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 e9c4b42258..0340b965a8 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 fbc414795c..3ef31d7286 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 2725c17f12..21089cde4c 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 98b9c18ed7..de4fe0e177 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 b1d0bf0939..3ed5930c24 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 83304975fb..fa7468b87f 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 690bb496eb..a73337e3c8 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 5e9439060e..57919366ee 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 d261acca55..5e65adec6e 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 bc1329c7a1..69154e0ed9 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 a0b2e378b9..f12b03d84a 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 9acd0c257d..8f7e0dca33 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 7273244c17..b23afaf629 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 d9b2bac962..63617abdd7 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 c1a6e9375d..8bee2f7dbe 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 6ffda86b1e..e25346c778 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 b855a7cb2a..7ffbaca329 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 36de5a70de..6779927d0f 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 9a194bee61..ee8b4d8d8d 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 512c4702e5..3fbde3d74f 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 3235f2dc32..543b5cf2c6 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 ed1c69cd68..b242c18015 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 ba8987ece3..db20c95683 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 e24677730d..125d5c4b61 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 5468e047fc..6c2c150a78 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 8cb9219a85..84e91618ea 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 0da5d23e77..f2dac1673e 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 929767509e..c186044a50 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 4893390ced..93e6a12546 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 858a4ffc5f..026d46fb86 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 1bf75495d7..ed664b988c 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 1a0a4226d6..c80755e2a5 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 536760759e..024cb9d354 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 9886bf6295..da34fe95f9 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 af5013c93f..4491d685e3 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 e5f244d4de..abed886ddc 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 657d3f42c6..0f02bf0822 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 1b0770810b..9c7e77a59e 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 83459c8135..94da4286b9 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 23c94a00cb..23a37eede2 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 42ce233218..83321bb213 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 cd4228ee9b..c0d5b0ad23 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 73534f36d9..17a0503308 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 934ac15e72..bcdd619990 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 744922d29b..a9f47c1034 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 fe67e24229..ea5826af65 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 1920ed6d89..75bac92d3f 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 2626322922..7b421c8864 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 995c5d3577..98fd0521c6 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 f564952d9f..cea6f49cb9 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 e04f4ba0e0..3b907fdfd9 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 3806b8aa14..d4c37b92f3 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 9e667df288..c3d171761f 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 d7398ecbda..1e5667ad6e 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 3ea431ed45..953c951f52 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 5979338227..c66dfc9848 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 77a93971bc..af846c650c 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 fc1cf69102..1d8b81f36a 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 d751b98564..c34205779c 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 755a7c3c63..92484a0374 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 2c69f169a5..761a392327 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 e2b1838eaf..ded19d5f29 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 fa9badd53d..d3f0e4f150 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 eb2651717a..e5d20d0eb0 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 69aef47228..025cbaf55d 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 9c5f90b2a9..e4d1539575 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 45df3bec58..e0e4b67517 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 b602195b75..342a6db4f9 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 a0e5c91245..c843767c85 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 8ac8bb5967..36f61388ec 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 34c7041573..4ff8997a04 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 6176a02ebc..b4c9c98e21 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 692fd83678..12775ed1fb 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 9486a8f389..829e127ee6 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 0c82a04215..91ef11e6c5 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 34ac60380d..b2c923f238 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 5408206bcd..eb5992f8a7 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 c6d3a60ba9..a038c5ee7f 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 9e36f9e790..2a9845ff02 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 cf9244c633..435e0261b5 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 71d954027a..3b13502873 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 b501935008..2aa1cf8905 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 875bcd5308..a7f73255e6 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 ec98bbf341..d5d506ac6d 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 8c71517bcc..44c07f7238 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 8b03a91781..5f09a86685 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 71fb89c394..178274d609 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 94964cd0c7..ed9a4ccd26 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 ed573412c2..dee1885d54 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 74bb9d69dd..437e60466d 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 4dd7f4a2d9..28c92d6428 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 058b8a88f6..4dfa3e621b 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 5d62fd5a1d..4cf2039ad8 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 42dca6dc89..034b7e5aec 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 92bd65ae03..1a2e39e047 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 f89e1d3d17..b15dba7802 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 7d3370c582..7f9bb597ba 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 7231833aef..cbcd095fad 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 4ae39b0d7b..b68ffa8d42 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 5ea6f2956f..07b7a766ce 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 5a3520b185..eef0e3d38f 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 af7ed294cd..c01d804579 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 95d414f77a..a4a5e02670 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 d87e95696d..77fc05694d 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 3f96f9300c..eb14c04dba 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 f994c52fde..2d20883635 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 785965af2c..2340f81167 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 1b73fe2666..917d241284 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 1560610f0b..3e9432e4ef 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 1ed669c6f1..9e1df4c466 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 0bbfd5c36e..8e4b2c7e38 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 328eb1375a..69415d80ae 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 c3e08778d1..3e712c726f 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 00068fc48c..d63b5dbff3 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 251ff82cb7..790a326611 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 ef8a5b93c8..6b2ae32acd 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 a25afa10c2..951d409c73 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 dc94673872..58aeb8e8da 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 5de6cbd90f..ee30af86a6 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 524aa9af9c..82b30cf1fb 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 27afd9103d..6f7d1a1ee1 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 45e0fd7a23..5e4c097c74 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 c52611c37d..ad5affb622 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 104bc61c12..b89cec29ab 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 c424996300..ccadf02af4 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 c6dbbea741..4378540158 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 b44ec31a70..c843349e25 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 d8f271bf1b..ea7575e46f 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 7de9b10c77..4a33ea404f 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 1719b65889..8e7183a6a4 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 1df89f6723..d239061c92 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 b8444fb0be..b581e6130e 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 8abbce9bac..fb9008a5f1 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 3ce2db3b4d..c06063abe8 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 87da4a43c0..ec3c4ac35c 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 874c239f4b..f7dccfaa97 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 7b185e0c2c..03a095c1a7 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 70f97e86b4..73c302bc74 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 9457cb32b0..355e42b282 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 55f3abff56..68b975d730 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 2b4dd3cd12..ee8c544594 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 0cf47e3228..ec3646af07 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 d99bc9be90..f06b746271 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 f4b106bf13..e0c98ee012 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 62b0f2fb01..f69cace8ee 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 3cbbecdbf0..58dfadb530 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 9bf8370d30..b2986986bd 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 f450ede75c..f22be03e83 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 c21615bbdc..ce3b037714 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 ad7183462e..89e58e4f72 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 65df97ef26..b1b9a30c95 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 c44b58bbbe..9d4e6b67bc 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 1bd7a42029..715a68e46d 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 200894c86a..2ff20dce99 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 5c051c7c8e..cd649ac9db 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 a9ac625bc9..32b720eda8 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 4e768995e5..c66fdc918d 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 dbb2735ae8..2de3314827 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 b4585071ca..1464ef0783 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 81435c63b4..9fe107654b 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 d7f5cddd5e..ab799e1b7d 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 57563c2993..e328cf2d7d 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 0e28befab1..0ef9c56411 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 9ecde2c030..1fc5269604 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 05a7c3b416..2f504dac86 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 2753a00662..466aca8bf9 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 9289296b49..f9e3b24e2e 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 fa93faf4e0..2b2ac0793b 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 5ebbfa63b1..2e849cad97 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 037dd9c71d..3ee7ef0b29 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 eb29ce3abb..71c7d048a5 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 a26b914a29..b4df8d1053 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 68c6cd48bc..fdc258068e 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 6c8740507f..498ee30e0d 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 2f40e4dc76..87031d8263 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 4936ca5bd0..b995e79946 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 d9b2bac962..63617abdd7 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 9db86bf483..81c2637510 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 55474adf35..a56c76dbdc 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 933120275b..c085ffec22 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 608f121522..3da37716f9 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 d2b947d946..507936fa20 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 62323e8dbc..e571f25060 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 30181edf32..1b81cb25a1 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 32ec8a069c..829265eba7 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 7677ed68cf..7139f2eed4 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 4ca749c1de..8b833bbb19 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 48d5e498ed..b612211862 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 bd6084940f..23c72a8729 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 a9f458c5d9..6fb75b57a2 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 d3d0cf908d..d4134f457d 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 30fbec52aa..00848cf2a7 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 16b5021d4d..5a24e0b696 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 22598f870a..45bff624e3 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 e1f07df653..83352a6d3a 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 c277ae582c..8c826eefa3 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 d43c5fcee3..60460d82e8 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 885de86e4f..ba8d12ef42 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 7e4e641686..59eb10b7d2 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 0e601edeba..b03b0e48fa 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 813ee4bbfc..ea20bc8d6d 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 81f9b061ce..f0232a4cb1 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 dd5cd23ba5..b3a00eccf7 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 16d527ba0e..c943c2b88e 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 45df1b24b8..53253359b5 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 fb7cc66c15..337cdedc20 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 7d583f9539..0e8df1fe45 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 842750731d..21d2fce61b 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 4dcaf95500..d6c843a98d 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 640006a01b..e933dc2a36 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 923bf7a485..312562623a 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 eec5081e80..51918f8033 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 e1e4477442..5387b92ec1 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 0a01bf6f67..8f22709768 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 d1564b002e..76449b2b7b 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 f0c5ab80a1..bbbe23184f 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 e6d7cec9c7..3cc2dc810d 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 47e0526b64..19fac6a1bb 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 f4d9c51fc7..c19d0338d0 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 e42d7892eb..e71ea690d1 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 0398f8ef53..bb04bae180 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 a7c4311ad1..2bbdc187ac 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 872315558e..4c8105e0e3 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 1d4aa26757..ae2e89c9de 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 a9728a7915..785d8bdbf6 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 13a82b3f88..32ba338371 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 f68ed231cf..608c66fcd9 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 05612739a5..e062ee0586 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 7a2cf7247f..4f6b3e7afb 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 54bcc784d3..5681f4df0e 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 ef463eff87..c4d5f31ea0 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 31d57ba97a..582aa19ce5 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 1fd563fd2b..aacf47b9ac 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 2fedde439f..1a11aa09b9 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 9efef9b169..bac40b3bb6 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 a42bdaec7d..bc9dd26ffb 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 125ab730d2..91bf688c33 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 4587bb9fd6..74462b22cf 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 b3826439ac..1d97354d21 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 338f92014b..9234a8411d 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 a14ba71be3..0bd2abc10d 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 5fe75f3c99..47350c0636 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 1a90e585be..f38844b5c9 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 ef63ca9c26..cd8b55b2fb 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 1a8a711633..06e3ea579b 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 c31095674d..1e59e333b3 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 a2f7ad9a89..bc4108ad6f 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 9fd6347265..03a561ff55 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 ea46945f55..69f6ef1f24 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 b67c3aedb9..fd917f6ce9 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 02d26df2db..a18e373dde 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 cf1a690ac3..77055be64b 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 8f1944e63f..2b36d5cf23 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 b2c8f9bb56..9bb7d42368 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 74753c6981..acff9ee202 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 db76fc37f1..13e2ce6496 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 0bc75f17fc..9cca2eaf54 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 0f67600841..27a6f0e672 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 4769566cdd..d2f2129884 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 9e5fea003f..f9f53a9620 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 633d53446c..18ac4cdbe8 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 7a1b9afcef..38ddc6876a 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 07b3cf52ea..cff3e795f3 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 3c62027ae5..24747a8b01 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 1f084a0acc..7be270b255 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 b8af9dcebe..cfeb0283f2 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 d1326cea82..cba270a443 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 87368af9eb..4e61a39774 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 9cccb760cc..5bc114cb2a 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 0e0e1f8f34..43dbdb8a5e 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 3c90206dce..e381a6380b 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 974ff22188..b7105e4cb1 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 451ee04195..8cc72820ac 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 7ec09aee61..46d20c691c 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 b363fbd1f8..7fb97a2249 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 365ac45dd0..0fe90d8502 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 6e87c1267d..bd176bd6b1 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 58a640d373..da66efee0a 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 67ef413e61..4742b496e6 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 512de5f0ed..86f181a256 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 8271133451..ec2e1962cf 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 00db113fc5..bbc3f5c71b 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 e188eea911..dfba03af2c 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 043d9963ab..60fc622806 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 b81c0a3f38..aca4e90c2b 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 58184cc585..291863cdff 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 c4c4319411..a913084783 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 abc5522e67..628ff4e8c1 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 d312932781..0354a85560 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 a4cc33aa6f..7718883a23 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 becf1e7928..de2dc1d62e 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 d3190655ec..d0321c6842 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 d8a317ad1d..67ef7b3019 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 d45fe4fe42..117f13a564 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 d3654cdd3d..eeef1e1184 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 2eee9c2abb..75e01c6cc6 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 d780af0323..ec061c48db 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 3d24b9eb4a..868f65b248 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 74160b9f5b..4a33ea404f 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 14f0f19240..8c8349be0e 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 9e8bcbdb36..e439187b76 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 6f4e3d408c..cf93fcb888 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 ef2b80a2b4..d4d3433c38 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 72eb538c6b..73c302bc74 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 48cc4ce65d..68b975d730 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 68398ad85a..230eb88673 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 7ec4d4b7e6..2a321182c1 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 bb92733f65..14428fa23c 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 00314572cb..e80af302b5 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 e8af9c1d30..f69cace8ee 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 4efeeb1047..69292ba273 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 798e342ebc..b227820e56 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 972e2d6d09..63cf6c20d9 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 04b76a40e2..46fc95a169 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 64ed52017b..3c44aad849 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 dea8e75263..1763e03718 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 d6fabdb26e..32b720eda8 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 ad40af74ae..47d9600100 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 039f95ba42..2de3314827 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 8472c47845..1464ef0783 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 bb2e121b04..c32fa2b9dc 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 2eebc3ff98..38a25c7b93 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 ad0da4fca0..d9bf5c49bd 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 0e28befab1..0ef9c56411 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 fbba9a9bb1..7615ccbb97 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 e9c4b42258..0340b965a8 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 fbc414795c..3ef31d7286 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 2725c17f12..21089cde4c 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 df3ae8f1c3..3c2857fcc8 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 b1d0bf0939..3ed5930c24 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 ff57203d2f..a26f496ef0 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 d13998930e..0dda088589 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 de6c3d269b..a42e3d3d3b 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 3e455c866c..182395e64f 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 3f26ec43be..f8408bb586 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 b4daefd371..f4be0e9fe1 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 2eedbe2f59..03bf38b102 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 247af09430..0d9a51d865 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 d9b2bac962..63617abdd7 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 f223057773..d8840e50cd 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 974b642d00..3b27ea0263 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 91fc38b0ed..1c6ed79176 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 2d68f84ca6..0fd090e042 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 dc47b6725d..00f09218b1 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 3ccb13b838..2705dd0fd3 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 7c7700e559..195cdc7b1e 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 c1e6a5ee01..edba8a9461 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 2adb7dfa45..fdd76eeb05 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 8dbc975ba2..395db137e6 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 b003e63b45..bcd56ad96a 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 fb0bcd744d..c43bb7f02c 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 f7e6c0fd9f..8b833bbb19 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 721a3940ec..b612211862 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 399891e079..b5ebc3b3d3 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 55816662d1..fc15f4bdec 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 a2f0cdea61..9306960f81 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 ba497265c3..c5d9138051 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 c3c9fa858e..ce14808711 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 9d1503cf1b..8e7a837b28 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 1142b45dc8..dd7f14cd86 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 b18bb6eb7e..9860957e66 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 886f3a1c80..07014d3462 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 c5f25a9f3b..5f3f2f5e01 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 3abbb878d8..350453a0e2 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 b44e408838..81611c0e7e 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 19585f7048..c943c2b88e 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 1c71000a5c..53253359b5 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 e9fc59ad47..e107c5bf66 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 04aef73a03..ceb01c0f3e 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 06be641a54..b627359c19 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 20c0e75819..c5e29b0dfb 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 7fc5991117..ecedf883b4 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 9999169b89..b045f1ed42 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 62f8db4f25..e1cc6f36bc 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 03d1475294..36f7e4ebf1 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 7e2872c69a..9765bbd566 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 020976f85f..608bd76979 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 1fa815823f..41dc570b49 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 3a631a9839..6d19e41743 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 70e857698b..6cf11d84fe 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 1a4436532f..2fdaf0d438 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 ebe6a192d3..9e6335e1d4 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 8d7d468505..399b90c9a0 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 adeebedec9..9cbc3dc825 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 fc088ed2fa..cdab89d8b5 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 8ab77f212f..5d4f57fb18 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 668408f504..4c59c93e51 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 45dbc2ce19..d97a790cc3 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 f1dcc49172..522591efab 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 bd164990ad..06ba390112 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 48258e4a57..b1b9569cba 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 567537a5d1..c7a0e3c692 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 8a323aa2bc..88311639ec 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 4b3d82ef15..a89acfd4ad 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 9387480aae..2f99d4a683 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 d2b4cf0022..eda7a932ac 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 4c010e18e9..e68abe9da7 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 593e87e2e1..bc32b7d9aa 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 4ccec691b9..ff34f8a7c5 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 e82cc2ce7b..0bd2abc10d 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 d0048cfd8c..2eafca469d 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 82230608e6..09fbc870e4 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 962d98a88a..9492f83125 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 df151adb1e..9e948b3c82 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 5e6bf8e044..da452f6208 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 92f933f7b0..29aac99c08 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 ec71204aca..2fba459cde 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 17008ae0dd..a9142f0b28 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 e79d035663..998c098057 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 6770cd20b0..7ac0e1e88b 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 851b06fabd..1dd1dc9ff4 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 5cfc6bd20c..55d370a4aa 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 96e1d694b2..6628e8ea9e 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 b64bdff7d7..4a99cba782 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 5411c6eff1..79e26310d2 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 34a48f9936..762480e7ca 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 5f492675e7..687ffaf0a6 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 ad604684d3..53d78b2799 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 a01501f364..9963a2c04c 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 6aca1f1686..fcef926bf6 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 3202c41352..8bd803c2f2 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 5d9fe3d959..f9f53a9620 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 ae97b61366..d5df4da764 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 0fa53486d0..aba7433b03 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 4d3c8d564f..bd8dd16582 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 3a2b8b7b56..8475617ca3 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 1f3373b514..965eedc553 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 0d417c24be..1a673ca314 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 04d77b6a1a..03467c784d 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 1c62e1c0af..1d64bd9639 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 4da24d9072..55f7894c02 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 46ed7a70d0..95fa35e2e2 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 86453435e0..099f49b991 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 0f085d8bc8..5d39f00e75 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 d136c6bcce..7d7c10c4e3 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 d955df2860..a7f87ce020 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 c379c0ec3e..b7105e4cb1 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 f42a6c1048..8251b42caf 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 629afd1422..4e225ca1ce 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 47099b449d..7fb97a2249 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 b964de6bbc..0fe90d8502 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 9b0f9947e7..bd176bd6b1 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 134f93f1e2..b0e8f8c5d2 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 149160e004..8ee29cc97f 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 5703d8d266..d32052a20a 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 7d5858b591..ec2e1962cf 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 79684f19ca..29f39f6edc 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 0e70f5ef14..3190c9a8b7 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 a9eeae7362..bb8c8b333a 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 599aaf3486..622d0b0970 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 10cb7c83c6..e209824472 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 19f5b6bfe8..24003b1d43 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 65928c8df2..51bedd903b 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 4c24c50b05..1eb2e9dc80 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 4c958a59dd..55ee091a59 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 1dc361bba6..0965274d4e 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 f4c3768739..99f374f7c8 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 29ad93e599..21c9364dcb 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 6bf82c3b58..b89cec29ab 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 5c92b26e90..fa561f85f0 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 328fe011ff..7d8b5b645c 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 0b50c09404..1ad6ae5948 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 3f4ef22c6b..cbc5263b7a 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 3863c79d2a..02793060be 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 e7924ebcc2..7f6b1a0129 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 c3452b3c51..b25c048312 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 69060742f2..d2d467a764 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 c2269500f4..bcba17de19 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 cbf6e67795..cf93fcb888 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 cc68894e9c..1e6533fbdd 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 5625599d1f..7df0faafeb 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 4ce1634620..47853cc991 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 ed1c0c786b..73c302bc74 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 84e4901bfc..68b975d730 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 1041b561d6..83b88ae71b 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 18aede6ae6..0fb9d69b00 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 44a3d6442f..b246f08ac1 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 f1602efa5d..a00195cfde 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 4b714a02bd..a510728422 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 c7c79a0883..fb42ff1a11 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 f047baf829..933f0d6ed1 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 60305183f8..9dd9cd1a0d 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 32885fdd23..ddc6012af7 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 4ff7047c4a..374ead3c0b 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 346f3e0d2e..c3d7208c9c 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 c2cb7db659..9c40d352da 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 db7e48fcc0..4935c0094e 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 94034a11ce..a57384e833 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 f3ebf8d02a..bc0e2570e4 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 2747c8207a..1393922a11 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 14ae84996e..fc53ebf87a 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 0abaf0a0e2..cd2713fcfb 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 6fcdd8891a..410c20cc99 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 a0c38c9f32..8b0f3e5265 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 458ffc11b8..52f0848b52 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 0e28befab1..0ef9c56411 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 9ad3f17951..8f1e3285f4 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 fd55809fa8..0340b965a8 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 ac3201cc7b..b9ca4fb4b7 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 50802c05ba..21089cde4c 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 fa9dffa36d..1c4d5859b5 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 add4322dc0..0677a14f4a 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 e93a52855d..c547bc2c59 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 f209436c70..06e9fa2e3d 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 be39b43df5..26f20acacd 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 83ecbe9278..4a6e2446a9 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 5dad643afc..107157d91a 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 aa39e9ce29..a633d137ce 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 c0d64e2826..f7a984abbf 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 940b8a655a..c83728ace4 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 678d66f9ad..4044ecfff8 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 a134be85b3..d2ffb4519b 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 5acc172a83..16bc4d9b63 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 b25a8aa4f2..a21af72147 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 60d4bb539c..e433aa48f5 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 a5dd818aa9..258431d489 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 a670134ce6..cbadb03916 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 3b2e323616..1775e739b0 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 6c20c9b756..0200b13afd 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 9add2c0f1f..23fda3cc97 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 6838ec3ce5..769c39adb0 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 5b71ccd1dc..0b8bf3f40c 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 537d015f50..874299912b 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 77f79af053..97af4f6d27 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 cc3f4e14c9..ff96906189 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 6107075fe9..e1c02301fb 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 3d569560d7..950a44ba83 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 b8a2b7dc0f..59366c0738 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 4a301c49ce..31c0f5391c 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 59b5ccdd2b..7d2413b880 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 b11d4d5cda..6413894f19 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 02b8a757c5..05cc0e2de0 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 08a7c79e7b..770bdb5ab2 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 3065c238f2..12595ce95a 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 e1d6d5dcd2..7e818dd541 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 9660c08b45..5edc2326a9 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 49e1deb768..4eee917dde 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 7c0addc800..edba8a9461 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 49cf34ac85..1103d226dd 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 b0bb39fac0..05e1449724 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 5ee43b82e6..554a1f6b3f 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 3eadd0a461..cbd0daee94 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 19e563df05..9ac750948f 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 050ed1c890..a77fc5b7d8 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 7be529b9af..9194651e1a 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 1aeb47caa8..421ebf57d9 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 401786a165..451ffaf15c 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 6659f30a90..e9653073ec 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 26fd1f69b1..2831afe9d5 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 4c420bef16..3476ed96b5 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 4d72e4463f..2f7f813841 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 bd0979fb30..62a3a82ab4 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 8b78e5108e..25bbdd9861 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 2adbdb49c2..9e62a011f5 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 bba02c8bb6..18b1172d3d 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 9003f4d58f..c18a868aea 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 569d70c996..7e892bd051 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 d988bed134..b2b3129f9b 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 75fda335c1..2b977234c4 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 16fda07b72..1b84acaf7c 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 29df932af7..4078d734f6 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 c6280f6677..81d0749b5d 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 20c44c4d3d..044b44e978 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 5be5968adf..3069ff4756 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 c90b4be523..ba40c328e6 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 9a50e7287e..dd19ca090f 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 009cc75002..a4f5817866 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 a13672b0e1..dd6167faad 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 e5cb3a6cd2..7ba1750976 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 861bde9fd7..bf9f573c68 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 f3789ea638..47afba4f69 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 05541028a5..2ab4af2d91 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 f3c2474d3e..ab940315ff 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 d598356326..0f2bd00894 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 a385df2586..ab55c76934 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 be7c8f3d11..74064af031 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 1f420beb3a..6b24acb545 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 54d1a05d2b..9d2eec7730 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 575fb87e4e..b651d4614c 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 1fb1923ce2..2498e82ccf 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 194bdfc6ac..5ad65be02e 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 bf31086ee5..c58df20919 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 eb32737dfb..de4888450a 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 a036d8073f..6370d9cf88 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 3ee708e0ef..ce65dfa318 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 9407510478..60d94acfcd 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 bdbaf40728..a9d43592ba 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 4dc0fe0de4..943a18b39f 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 9372766663..30ce50ea3f 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 f6aba992b1..d40955b97c 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 c81fdbfb41..7609630330 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 5416b97ee6..0c4129864f 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 d46daf3b14..8ce12dd3cd 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 551cbf19e2..07f33601c5 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 f10532efd9..1f08ffedc0 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 d36a50c1ab..b695fa96b6 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 92625a7880..48cd8284f9 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 cc0793c718..3137d34a5d 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 799fd33447..a35bde2fc9 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 23f917b9a6..b020741fb5 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 472c160882..52eea5a667 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 73cbd6b3ea..f6a704adbe 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 93c5238494..078b905c21 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 cfdc95c0b0..68c90318be 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 e319c62392..a9142f0b28 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 f5f00fda50..c2de96d9a1 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 b1dbccde1b..ed03310f7b 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 0753805af8..ca0fcc51ae 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 b4f631c26a..762480e7ca 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 c5613becc7..687ffaf0a6 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 99b7d3ff4b..1c6c90e29c 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 62016d789f..eb69a7c1b1 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 e47b377ba1..245f42d521 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 1f2a6d1a31..12e8df4a0b 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 f40181360d..c461dba15c 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 410183ea7a..ee9f1c582b 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 ac8a7ed36a..968c65f845 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 20e093ee20..d3671b5592 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 df18f5a164..70b2d05e35 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 4b8bad93cd..9b76d353cd 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 9d501d4eeb..bc96a35b3d 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 eceaf120d6..88e6b2267f 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 36902ec347..b586125308 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 1900b151c2..cff86446f2 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 c749e9e364..f046116d8f 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 8ef88d2cd6..db382f4eb6 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 58e4c58d61..a0194cc4a3 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 663f407d2c..4e8ecc0ede 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 7c1aafde75..e31c9f52cb 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 bb69c774b4..56fd2e7c3d 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 aa5322a74e..5e6c3e7e11 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 fe29b6cb54..57dc78e5ef 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 881a4c8855..aa2cd3d783 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 659f3fcd3c..f952e56dce 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 39d276ef20..aefc49b0dd 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 eaedf075ea..0d5ff67a19 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 3a519be8c4..ac6219f099 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 4ff92a005a..9cdb0279f8 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 b7cee20910..1f1797f82a 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 8c17f7ad2a..c1541373a8 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 081211d013..4d5d87bf9f 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 750469787e..99c7cec46d 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 94a2c6d05e..3190c9a8b7 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 22ff951391..bb8c8b333a 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 676b6f2f5c..a71dba6544 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 d04c80210a..585a141cc7 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 44298cf559..9f294b3614 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 4f0ba1d776..3e8ce1a0cc 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 2eb045373f..c9a41e3fa3 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 6fd08e451b..0d5603bd17 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 a013e32f2b..c1d00acc2d 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 77f49ebb4c..0b6a7ec2f2 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 e819c61255..12df11526b 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 aae5372e17..46da5e7980 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 fe4445b44e..fcfd14aec9 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 1d6fd07b70..8f9614260f 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 5c7746dd5c..99d048daa1 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 c105ab07a1..1047ec3d73 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 1fa61c8dc9..c1c1012562 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 e06e9f38ac..274f9f3510 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 1d95c0d19a..f65ae63145 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 e6430604c2..cc0b2625ad 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 b49d31807d..f82dbdbf17 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 644f860dee..c0bc90c314 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 97a6e78594..e0f8e6778d 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 5c986deaf6..537fde5b66 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 0e732e554d..e4a4589924 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 a3890d570a..c826919d10 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 00ba9dbbda..76e40bccba 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 189fc786b8..f93a1b150c 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 55f3abff56..68b975d730 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 64ca55c935..5bb5b0da45 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 a12cb4aeaf..31d3f1e435 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 0bfcb59834..3920918bf5 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 e1979fb566..caf16118ff 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 f3eff43667..bc291322c9 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 60e9481a21..4b2c4477e5 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 174286e69a..abcc984288 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 281506fcbf..450456d270 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 98001a91fa..d886ba246c 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 4978ed5196..6cb046ae59 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 f81d1da6f4..42bb32a52a 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 8174d9e158..18152e5205 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 38bb6a9921..56c6237c05 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 6637ae9662..ed237fbedd 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 8f7f7f9879..e6ed530038 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 390f7baf11..1e5828af09 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 2388cd02fd..23e7d49da2 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 d3e3b19b61..a59eafb222 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 fa8dd1004c..4aa5a8952e 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 862ec7da98..0812e52bb8 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 1472f32231..6d27a6e6ab 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 11dce57de2..aacd2fa218 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 7aafca559d..af79e8c6b6 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 3cf7238f5a..0f859cf3ab 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 464eee0e4e..920b9bfa1c 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 e97b33a706..c673bbce9a 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 33259a694d..5cae40addd 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 05f6c18f7b..c5502682f5 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 73842452c1..3000c4180f 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 75a585fb6e..27d394f8c0 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 13568f66a0..d70a1e722d 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 7fff001433..f7ca901c66 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 9289296b49..f9e3b24e2e 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 805c5a8de5..e4294b8475 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 c25b0a4ef2..46621b2504 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 ff009b31ed..cb31d25acf 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 cf01427ec9..ea5d6bf574 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 942e2a1115..a06e11928e 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 1848978546..ad1a3ba8cd 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 c02b70eb15..7e179aa7a0 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 7ecdb372fc..73305edf4a 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 bbc9e600b2..693f41688a 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 dfce02a609..fec49c3ac4 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 a062e7f859..0713bd7e92 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 172b4f6589..856b05e0d1 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 c495c57bf6..0cc967df22 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 c534937c36..9c45da5121 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 fb5caabeb1..335d78c550 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 f0831c5ed2..b925c35f94 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 d5611013d7..72c9c3a4aa 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 6cc20f36df..89ff27112d 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 f8f13c3531..55c19045bd 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 645e5a1cf0..429bc986ca 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 8f2775e795..7f39793325 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 61b3de7fc8..8671e4cbfe 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 4b8fbe5df5..c27d624ee0 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 c21874b226..2b54f70865 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 e80afcd41b..35230266e9 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 67e57371b2..a6a6d68cdc 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 2885106a17..4f9e53ddaf 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 a63f6d64ff..3d64b2ab4d 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 c07d10067a..160bc04195 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 79e86f713c..30a5140c8d 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 d164a12930..8b833bbb19 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 dcdb4bc037..1fddcd2e7a 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 e04265ed13..d9c2cbd555 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 6b08a95c6e..92cedd81c1 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 54033489df..bccf23f257 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 d868fcc8f1..5a85fa041a 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 b5cc4f696a..2c104b9ef1 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 67e226f86d..c63053784c 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 a99a0844c6..42a56ba877 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 a6e8513779..7e04f0e42e 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 c431d41c7b..7dec78f6dd 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 b3e339575b..160342f0d3 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 d5af2bf890..cb52ca4314 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 9bde27bca0..7764a355cc 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 7f0b5a8921..a47b1f7307 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 c11b0cdec2..8a79e802f5 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 06b1612992..37599927aa 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 5a9cab9171..bee43ac46f 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 9133e64d61..30788ec681 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 8153929570..dcf3d67fdb 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 1149665fa4..acd00c1976 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 f45ebac784..5cf71afb98 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 9ed7eb1273..c943c2b88e 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 07fe2c6d1f..113768f1bb 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 903bfc178b..f60dd418aa 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 0e65b4e64b..78a43f50e6 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 96d629ea2f..53109b176c 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 019fc29ecd..79e62beae6 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 ffd1dd2f20..941b87e363 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 ff5a1acbb8..52ba3b438e 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 e5d5a228e6..4e3865cba1 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 4e3d23f78a..15d8bcdd13 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 3f394c71e4..fdf68f72cc 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 2dbac01696..50fbc1f07c 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 78a8a6fc43..06fc137dbb 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 94a722bb2b..e1d2d126ab 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 49f3185e78..80f5908840 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 747686285a..1a0d806f5f 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 228e289ac0..bf226f2873 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 3ee8f8959f..c3914ce194 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 569826a4ba..b30b1befe5 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 f972096e2f..1035d6df86 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 10a5c0719a..25217a87f2 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 910690e545..1ddca106c9 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 335ec44fc2..f6cc5806b6 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 68c5d3c75b..5a3a75c5de 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 09bf4eb269..f804245c2a 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 0752139bae..2ecfa23b5f 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 f347868df9..5a84d5713d 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 887ae885aa..f5a41d6635 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 ac0b5a9ad3..de08fdb2af 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 2b5ba97fb8..f65f23ed5d 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 d4afbcfbe1..29791ebd22 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 8ded5f7582..d443e8148d 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 636dfa706d..738a5eb8dc 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 150d0d5c1e..6e339bd306 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 9c56cc346a..a598fa0b86 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 6af9fdf782..f6f8e7e779 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 c1c42d64aa..242e693651 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 404fb29912..bebf95e471 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 28fc9632f3..9e110c4e80 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 58e749f068..5b3334d57c 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 cfb0f9c12b..d55bef54ab 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 2ede571634..28791a58b6 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 f04f761def..5e5bfac65b 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 e3e1abf376..ebfbfcd7a9 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 7a2f8ed19a..0bbc30d1bb 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 32c45839c2..1643a6c86b 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 f55ddf989d..e8f4186e69 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 2dbc716a79..30222ba6be 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 acd5976904..91ce65974d 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 f382af778b..1e722c4bbe 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 40af0b2fd6..c68d69e4d8 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 0886d6ba2a..1fa1870b99 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 3554d46338..a82b94584f 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 b72f2c8219..4320b33f84 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 a771250be6..02d09a8c98 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 b21775966a..cf2db2af96 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 8d576351f0..1e75211cd7 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 6323bdceff..e32289669e 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 fc0e24966e..6f0b9414f6 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 e75e3f5617..cc16059632 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 6c9e2c93d3..3e6867758b 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 c68f2c09f7..d86cfb4a28 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 125d57ea0c..c445b62b73 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 b4c672dcff..ec3ff3926f 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 27154a7ad9..a08169971a 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 d689b6c429..33eb1fc50a 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 2242f74910..5419755887 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 8b845cddd9..f6c243c3a5 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 7074bc5236..3d9defcbb5 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 90ab5323b5..ad4494d2d9 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 5892adfe42..9c425131da 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 8d052bf297..90a835007e 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 910c591aaa..10d786e397 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 633e5a0aaa..d4b94a95ad 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 7628cbf7e0..03d63b6a6c 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 cfbf2e8df6..5ea099caa8 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 169c350a4b..0344bb8020 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 d86d6a0d91..ec873259b9 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 ba47cf5508..b6241fb5fc 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 2e8976accd..9ed8b86389 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 3a02a10f0e..2c174ebc07 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 30a5ddf1de..a10c52121e 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 beb5e44111..ccce33b5d4 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 71a4864a9c..7e60be152f 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 ff77a4f66a..975d8b441b 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 a512d9b0a8..f340ab6a48 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 c832235e2a..ea3f3647eb 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 d491dc4fd6..7078e6ce00 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 2343cf98fd..5063411382 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 ca48076eb1..77d7d7ba1e 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 3b1e481956..9fac9960fe 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 2eaeaecdae..b56786a25f 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 812470334d..2bcb7e4b4d 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 7304e7be2c..6241331b19 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 a51dee8863..3a8c992c7f 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 63f6b3c750..a44ee1a9b6 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 3a7e3821c0..cd1eeeaeac 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 90961854fd..cd44e013f7 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 1be61770a8..df7ad2e523 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 2e271dcc1e..cb403a3b45 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 a7a64aa44f..4db7b21eac 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 abcc3dc0a7..2c5728e0b1 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 71a97569f1..bafb7f41ca 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 c02f5d5ca1..26f37dcee8 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 09879e6951..38d6649b7e 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 58ac61cda1..f028e477eb 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 efe4281c3b..7d6a75dfc4 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 542612dbb4..8bd803c2f2 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 6cdb3fe4b3..623d207e42 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 d9794fe943..df870c8c28 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 3898c76293..5a89a4a6e2 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 719dae8260..e2974014b5 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 6dd9dfc7af..1ae649bad7 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 40f4d53dfb..1d0588e506 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 8b52abcbc7..50ef6cebe4 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 038735c6af..aef13885dc 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 1feb1950ec..bed219e746 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 eab9fa8a7e..f6cd8952f4 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 6b08445b57..f0816ade2d 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 9bc4517be9..a63fba8e62 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 5cbe96076b..d3c8b830f0 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 4b5c8c54e5..e3a99dfada 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 61abcf0591..bf3aebeac6 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 ec83145c77..70960fb456 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 4948325c47..3d5f63c5d3 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 ffce14740e..691236275d 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 8d004e60e1..c6d17d4012 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 a2a62bd8de..5bc114cb2a 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 3fe5b681d5..43dbdb8a5e 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 f04f761def..5e5bfac65b 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 e3e1abf376..ebfbfcd7a9 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 7dc0d8eb3b..3a4cc2af24 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 c49119c6a2..100a8ecdd4 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 6757143201..2ed5ad6ecb 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 3ec7c06554..cf785bb439 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 24a70d315a..09bbb43bac 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 976cc0c31a..0331f8323a 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 279688bc82..6fe5cd83e6 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 99bf3429f6..2181ed3073 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 2301765caf..0618108236 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 27168034f8..510ea523c6 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 014f8eaed2..3365c93b48 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 f7b4a46a8f..b141256546 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 84a244c530..7445a970b9 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 4b8618ed37..ea30a95004 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 ddd2cdc38b..f5044ec034 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 6de18f3a76..40dc5d9a16 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 08ebf0a937..a48e6d64fc 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 0fa6df41de..b26d844c4c 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 68e7c5852b..9c4b8796a2 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 dd1b234e34..d8b6bc21df 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 f837dbcded..32fb1798b4 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 2315ba5af2..54944ff18a 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 873db7857c..00800950e9 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 2e58050bf7..05566b8024 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 1103ce9498..da375cf4ff 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 5d8b0b9a53..e0f844d95d 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 7bcb4bba9e..3fce867196 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 3065c238f2..12595ce95a 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 8fcba6d907..180c7a38ec 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 a754086093..a4c0865056 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 3cbd5c7c89..55c19045bd 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 3f040390f7..a3f551908d 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 5d0e1fb808..54f7f8d008 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 4b2fde0eac..f3b175b51b 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 bc1ebf8a28..1bce744115 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 eceee2b302..c5393005ab 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 5bee86a8b5..c27d624ee0 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 4701ecccf0..2b54f70865 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 ee63baf3a1..af14f0aab4 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 771b04eeee..495d3aa3c3 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 861ee70e05..b4df7aa450 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 7105d670bc..384ebcdc6a 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 9bb8b75dbb..3d1b58a2f4 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 c07d10067a..160bc04195 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 4ccb8898e6..c5c1bcc4e1 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 fd6797f0fa..86e0a3ccbc 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 317f867a4c..bb875affaa 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 6aa7a720ed..d9c2cbd555 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 a751e25fc7..96fc7b3d06 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 ac87d7b65a..e6dee9d1b9 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 8cb5a65ee6..d06ceeece6 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 179698edbb..8407e4be62 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 59b58185f8..2c104b9ef1 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 5f820a7ee2..3c73502af3 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 26cec8c6f1..81384f63d3 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 74b58e8abb..2c6455515c 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 5607737825..7dec78f6dd 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 a316295a2e..7878639934 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 ca04887a21..cb52ca4314 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 9bde27bca0..7764a355cc 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 ce4b476a72..3e70f75d68 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 617c6be66c..8a79e802f5 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 af324fea51..4051b6ca59 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 f986157531..bee43ac46f 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 722c24a9c7..31e3795c36 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 0738d53750..1c9b7d9c4a 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 9e6dbad249..b37d021e78 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 29915034fe..4af3104bac 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 bba02c8bb6..18b1172d3d 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 9003f4d58f..c18a868aea 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 8f08a8e399..259ce60c1e 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 3bebeb4ce4..f60dd418aa 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 7ec7f73652..2702999c72 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 cc55fc066c..0ddcf24494 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 96d629ea2f..53109b176c 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 64ad594c4c..2d521b1ead 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 571ef41a2e..0c42d1e8ca 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 4fe2960175..c02da6cb55 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 81cff32012..4601339c24 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 8e62f2bec8..bef32f3a1e 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 20c44c4d3d..044b44e978 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 ed5f416920..c716a4ec29 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 dc16cfa416..2a76fabcfb 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 2d3457bffa..31a3db4c67 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 0ba382e077..66f2912096 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 f1a5729968..e4107c142b 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 8c99c7dfb1..bf226f2873 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 cdf8e40158..8fc3a3fc64 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 4b729dde74..b30b1befe5 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 514b538b82..db55d34d50 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 34cef41cee..25217a87f2 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 de7c314a21..1ddca106c9 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 00343ef2f9..f6cc5806b6 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 dd95aff933..5a3a75c5de 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 8f1143edce..4d786e21a2 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 4fbe7cbe1e..ec27569106 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 160f1de846..d537dcddeb 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 097455faa8..1ed2ffcb04 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 0bfca792f2..fb6b8fd95f 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 3b33d6c820..4249a03ed2 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 0cc0a6746b..0184060624 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 67d86f98bb..7d65bd44fc 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 c4b16eef1a..2ba766d0d1 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 e187ba7459..f7f3ff8a35 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 db2188d109..bad99425db 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 f5ab610d58..f6f8e7e779 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 f4d25d40e4..581ef240d0 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 0b5f24914c..e2732ae5c6 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 17e1f4bee7..69a68a89c2 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 0e49abab52..5486c275d6 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 e11f28548f..c5a86bfc16 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 d46c34fcd5..5246ae5b44 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 971324f56c..3e347a7ddb 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 08d5844e0e..36c0de6293 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 6599e1dab0..772833b3c4 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 668767aa68..7a1ae52440 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 0d7ce67bd9..48bf757266 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 acd5976904..91ce65974d 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 6fe0b0dc70..9335e46055 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 ef3629ede9..ad358f4af6 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 e256dd83d4..1fa1870b99 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 b2974561e2..7107f42545 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 8b0b3b3268..ca7603d3a0 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 c6b37fe988..02d09a8c98 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 49e42b840d..3b23bca73f 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 6e3da4f938..1e75211cd7 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 43e2e8043c..99513a99dc 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 b00dc46894..e32289669e 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 6545f51a1f..949e1a41f5 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 3ccb12bd73..cc32ee9432 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 2eeb0b8dbf..3e6867758b 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 bfc118ffeb..d86cfb4a28 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 f4a0e4f7c2..3ae7ed2621 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 7afbf69953..468572728c 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 de9f270b78..a08169971a 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 c445ffbd16..0796aa93d5 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 07ebf89847..0b13828b54 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 2ff272552d..1a74478bbe 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 833e384012..f61805e059 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 11055cc05b..3d9defcbb5 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 691228182d..dea648ca5b 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 3d6bb0371a..d59ac24fe1 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 db7e40838d..e332a5399a 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 c137a56775..331b251f88 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 5d674d89d4..c5bb145078 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 ad41a52b3f..3ab0c5778b 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 68abe42e33..03d63b6a6c 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 09dd169f13..5ea099caa8 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 2a494b5d0c..e75ac02f27 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 d7043fc5ed..a8d6a90bd4 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 1c215bdfa3..119a73c710 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 10cfad4386..c49dd0d78d 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 338134fe92..d7e735b780 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 98148b4e55..243d536314 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 c1e2197dbf..06dd8c1fbc 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 e917dc7b3c..7e60be152f 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 104e4c06f1..5e5bfac65b 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 18fe8db503..0057ab961b 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 370f31c723..11a697d47a 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 7856dd3740..9ed6a737b4 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 2527e2c67e..ea3f3647eb 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 bf5bfc43d9..7078e6ce00 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 b63d11181d..b0c2bbe51f 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 266f441ec6..e536579c61 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 424140762b..9fac9960fe 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 15e17eba71..59384046a4 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 eafecf99ee..b1af7657ab 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 e58956022c..d872fc1a68 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 16ec86ea23..1f7ac800ca 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 13b5c39a32..69adaa1eec 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 a15eac4f18..c15d5a3a0a 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 bd13068ac5..e5e03762f9 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 3d574d64cf..6b6a48b448 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 b800521b0d..3efc6b09ab 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 6c120a7046..0ff74d9fea 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 66d15d4985..0b3aed5047 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 baa0dbb88d..df081ff079 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 855a9df1e9..da59ad2402 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 cae14a798b..7b720c88e2 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 ffeeb40341..8fb05e09eb 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 cd7caa0765..7cc8687f63 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 772e8dd316..ecf80882ab 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 b6d21840aa..7d6a75dfc4 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 c100dbdbaa..1e7e90f6b1 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 44f1d9ea58..8f4d6c0abb 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 dbf69d31a2..cf92d6fc55 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 56c9c4533d..cc52464706 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 9002fda91f..afcbb0273b 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 e5666a254d..0b4cbd2172 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 f417aadeff..711e01686d 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 add9873601..1d0588e506 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 30193aee03..1af423a24b 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 caec8f065f..e999854171 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 9d8b56cdc9..bed219e746 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 9be06b72dc..9cbcc3e618 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 84903e3577..62ac301763 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 f8219e708e..dd8926b1e3 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 e36743cc8a..83a2fd3a40 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 14dcc8ec50..f775fd41d3 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 e4c093e73a..e1b151edbe 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 003f89681e..fab59a6a91 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 235cd5d7aa..2e12a430fc 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 f5aa935cca..691236275d 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 99be51bc31..861e7b5007 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 5a8fd9e16d..5d39f00e75 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 8716983ec9..d218d04519 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 c260234634..6f71e7ecf1 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 1f2b1535dd..100a8ecdd4 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 f6265c42f6..bb3b1c29fc 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 1581e548a9..f969d8a4a9 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 2cf87ac019..cb2b638bc6 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 dcb4fcd9aa..57edee30b2 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 46a82394aa..4774427b9b 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 c669247cc1..3cd3e1ec8f 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 0662085872..6fe5cd83e6 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 212214fa3f..2181ed3073 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 3eb5c0bb37..dcbb763a5c 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 53bbc39af0..510ea523c6 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 ba938dfb8b..3365c93b48 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 3fc2f5ed87..9e78203825 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 74e047a248..1e107cbcec 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 b8328eecfa..f31efd3105 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 788e538823..cbd34d3534 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 c8978c0f54..b0095d17c7 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 ca2ea0df15..e4da9c9fd2 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 e891217808..9a182294b7 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 31fbd239ff..9c4b8796a2 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 aa7f0f58e6..da30593f6a 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 36ef570e2b..09cfc56b78 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 db6827ea57..9ffbcc7715 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 e5f5a19fc5..98984742eb 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 4b89dce5a3..2e8208fda5 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 78f3148ab8..74a62f2781 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 df2fdf8a7a..8f326d0f9c 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 0bcff04f94..1b30539e03 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 a681a41e3b..ba9c49647d 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 1cba03337b..755261ecf7 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 7ca5639817..18ebc43138 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 d236508972..2dcedd1ede 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 4822580a78..0dea505069 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 d38bf1296c..659c8689ac 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 8ebcb4cfd5..16d9f21b58 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 25a453915a..736008f574 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 39ee17bc55..49885707f7 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 51ae751d0f..211a2189d9 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 958e8f2037..8f9e6a93ab 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 fc6b6ba6a2..2404b51c59 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 1c5ef2a2ee..bb37c03dab 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 5dc71a84aa..8b6a1b381f 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 93a3bdfbf1..db61b96aed 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 9e9409c498..e790e27e1d 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 55f3abff56..68b975d730 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 248528a586..572ad3a49b 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 68ffee9ac3..c53c7416b2 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 1c07923ad8..0ca7e9ec60 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 bed622f9c8..e56f4f2676 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 ff3c31e56b..02ac80892a 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 4134b1547a..986727de30 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 9a4df152a6..d489b8ef0a 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 55fe0ec19e..2ef252bfd6 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 aed1de9d88..9e593018a1 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 e7423b1e6e..4dea87a362 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 8073b72a27..d2c2565a7c 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 399e55b08e..5be5573870 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 323b99206b..9e590c1cc3 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 43a8c0d41e..83b2e6d249 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 2a75b4cba8..a1a646cfb4 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 9ccf06f511..07ca79191f 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 604ac9d078..430509c23e 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 d50c1c3c1b..bf7b7b1c7f 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 a79d5014ac..3eb10b5ac7 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 25bac07d4d..9ca62586a7 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 65e1ee9d0b..93f92a570a 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 9289296b49..f9e3b24e2e 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 61197c92c4..4a1b1d2c7b 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 7175279de6..fb5d86bfe1 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 ae5c84fb45..498c035153 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 02c79e02df..fce45d00d8 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 37cdcdf4bf..107157d91a 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 340ce02bc4..a4c518c92d 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 3d75c07b32..785887c203 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 c8b79b104d..ee44b2022a 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 9e566ceb49..7a51cce9d1 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 014be6dea9..0dde86bba5 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 d508be2a32..f08a3e2ff9 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 ad9e0bfdb2..338cd0e3c1 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 95498a03d5..243757aac6 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 dd5e98e5cf..71a9c2c845 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 db01e00f31..4a60e98ebb 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 f814884435..ce188c82eb 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 6751312a37..9925aaf10a 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 6795eeb7ee..f1197adfec 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 d35575a6c0..9829f6f19b 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 f125294d97..268a1421ff 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 ad91a5c663..5819ea3c8b 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 07c96d858c..cf9d19599b 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 5178428acb..e04b485d10 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 6f0f7c9695..541c3ea03c 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 88f99599f5..7e1f7ca231 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 80a36fb62f..0077d0d763 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 eb2ff296a6..6f564b4178 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 416aa4aeaf..be640e5b47 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 3505605f59..fa47a8377a 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 ac24d121f8..1592d2d8d0 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 82b10bff46..e5ad466151 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 fdf93eb63a..0b5720e4bd 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 7f2f7d0721..1d9efb3710 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 038b0f662d..9d6d223825 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 dace8948cf..b9ea8fde94 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 d5fbce4678..66f2b1c2c0 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 0fc137f9af..89cb907bf2 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 4a12ef7d0f..60754b7f11 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 64907cd1ec..9aa6870a8f 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 73794dc33a..3d9dada561 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 0a809c6ebf..d7e854b6b1 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 c458a4a579..7ff8aa2611 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 8408afe0ee..d6ae908b73 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 a57b8c97c4..d01dc809b1 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 64503d5fd4..b753859020 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 ed1e59a7c4..8c041086ab 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 edec99145e..2ace53dbe5 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 dcc7f358f2..5e37c0bf31 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 71642c1a1f..85ba9f1f3e 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 5de450607f..68be7c6e7a 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 845737d20d..c864c45d5d 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 a76d1bfe71..ac3fb849dc 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 ac6331630d..39b20f76ff 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 432aecfa09..553e2064e6 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 bb76a4c41b..1c5de0e82f 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 8c9f67a2f8..396e618867 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 129ac57f2b..c0f8d0fe00 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 5e2eee408e..857dcf4601 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 a8caa5b763..7dd586098f 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 67229365db..548692038d 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 f19d426505..538b6cee02 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 a2a7310164..2f652ee539 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 99cd3df313..b883952522 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 c6d68badde..fd87003821 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 24c59ecf01..e0ba08b405 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 49659b91ec..fde36e7fd5 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 f6e41e59d1..47d96b3acc 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 a65f93f9df..d910e2d0dd 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 3d3a56fa26..ed51ea52b8 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 a07aa34f53..752d62e232 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 ead508f96a..d3781e4886 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 5aa8968a8b..1c55a3f6a7 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 6980852b65..4467f17947 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 4107208205..ce40074e4d 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 baf477866b..9a14d9b713 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 e75c60b317..d495564a39 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 f6f81229d7..21d217b1e2 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 56b1167c4c..2cf0f906bd 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 7083c49e90..71efa37ec9 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 330d9fb107..0dea505069 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 e4f4166785..38dc883bf7 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 770e50cea8..e1fa94daaf 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 39ee17bc55..49885707f7 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 62575616c0..aa50ec0a80 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 4c1b2a8f14..2c13551282 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 ab104d7f13..bb37c03dab 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 862d4d0e0a..af1be0b9a3 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 e9f3de4c44..9f8ffdde99 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 6dacc58906..919ad230c5 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 bca5d544a0..4ba6d6400d 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 63761d46ed..678e96b231 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 1c07923ad8..0ca7e9ec60 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 783f590d5b..c9c287fbe5 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 24730d0b8d..798e0f3651 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 2036636bb1..bf60b1c167 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 8e75201434..d7b1352d71 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 23fbddc79f..6594d8023c 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 f1c02bae57..0958dc3e84 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 65d4cb99e5..18f82a2bcc 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 24b7ddf0eb..cbda4999db 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 9df0dd12c2..107eeb2e0c 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 8073b72a27..d2c2565a7c 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 3008d8bfd1..89b1c7cf27 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 146077dcfa..6b76e89567 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 0a19262dcd..2a874fed7b 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 323b99206b..9e590c1cc3 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 898a5bfa8a..c35165c30b 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 631eaad013..86bb5ea5ac 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 0d26f1eba1..d4c867a834 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 09cb7e37a5..52ff8d7e2d 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 a79d5014ac..3eb10b5ac7 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 3d84a0afb1..7411d4b365 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 5410ed5ad2..27aefe98dc 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 9289296b49..f9e3b24e2e 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 88d58d66b9..3879a72100 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 70046fc649..4c553f84b3 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 75fd87419b..da4d113dba 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 1b8b41da00..2cb124d76a 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 f36741ea88..d1a3f82023 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 37cdcdf4bf..107157d91a 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 1d84a6b85b..ed83af9161 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 3d75c07b32..785887c203 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 82c9924a35..a8e493b35d 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 abf6f87b83..f79f5cd80c 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 d508be2a32..f08a3e2ff9 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 ad9e0bfdb2..338cd0e3c1 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 95498a03d5..243757aac6 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 809463766a..f6c77c6166 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 b77072d87e..eed0c9d76f 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 61d99974db..cfc2829713 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 53e2fe41c0..1ad140e74d 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 35a89cadab..df0e185467 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 a66c4ecb77..890b445c0b 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 a4f5cff40d..7e06f634a4 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 a83ab2b03a..daa904c769 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 4929c47f86..cbfd6cdc12 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 8e2a9aad3c..e04ffa9fe2 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 7c37c513ef..502dec8280 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 680a1cccf1..293ff7dc70 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 8a109f6dd2..c8dbd2d5e0 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 f171b12dae..59b2f04017 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 bf0ec6e18a..38220e87cb 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 8aaebc31ba..2077d99502 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 d419cf129e..6d1278fd82 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 cf0713461b..3c9bf01814 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 4dc04161fc..3c766298b4 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 79a830ef14..5628532004 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 0585f139b3..16d4ebfe90 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 fe3695f44f..435963e948 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 872469a066..991220a57f 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 c7500479b1..2937b14666 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 132bb9f98e..9db7c7513a 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 4a90949506..799675dc4e 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 854106dbf5..9545fa45fd 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 850cc4dc77..ffda1f9352 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 70ba7661cb..c3b1984eec 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 a51d26c6a3..a07a86535f 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 7d673a90ed..728935ced6 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 1a4d70e263..c5c47f092e 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 c3e0765a40..c9598320fe 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 c8e749dac0..c199c590e7 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 9040142e67..c62621c5a9 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 64907cd1ec..9aa6870a8f 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 73794dc33a..3d9dada561 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 b627104fc3..37c89c1358 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 bc0563f715..c6d2f5a630 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 ad1b7d143a..52cc301c3e 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 b7660edace..ee9397a03d 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 f6ad743e2b..3866680e4c 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 5a1fa82324..eace0e90d2 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 a92633ec86..838b183972 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 ba10ed0233..98190d670c 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 0d42c68906..467e6a3454 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 0ce66dde61..cd655d9ff7 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 d91204e18d..db17bfc6f6 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 84b5dd5b09..c66270d196 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 44c98a9be6..1f6562963a 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 350804cf20..b133e11c80 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 3fb730f3c9..b2a7bc5ece 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 3c17e73cce..bbe77a2d6a 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 c6102c055b..1ed0de2a63 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 16a8ec5f9c..b4a01212a0 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 07d352bb18..b1ee5cf295 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 a587054712..7fb74cc289 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 e9d62932e2..6bcf559687 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 75a58fcdb5..78ed6eacdc 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 e01c715349..98392c4920 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 736e90a84a..614185ecb5 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 b0e5f2a712..a006e01176 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 45873735b4..3b957d7a76 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 4216561c3c..96bdc3f226 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 e712afc168..61139bf328 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 2287e28883..f1a98c6f8d 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 c2518d5abf..199065f10a 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 ecae7cb646..12ffd96225 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 a79a95dde5..3e459fa885 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 19fefc9f35..d97f440c50 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 79987d6507..353cb677f7 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 d98ebf419b..a20e245533 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 2338bc6a4d..5dbfb9a8aa 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 aeb3bb47ca..eef90cc6c2 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 a07aa34f53..752d62e232 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 9b8ea950a2..7f867f48c2 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 9f440d17e9..03bd8e4c18 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 1ba5333cf2..44e71bab0b 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 80f6661b35..a06e4c0472 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 7523759f1f..9b51719e39 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 4107208205..ce40074e4d 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 3d4f15f1a0..a16cf9bb1f 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 3675131a9b..4e1a039c6c 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 e75c60b317..d495564a39 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 b948cbf82b..21d217b1e2 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 56b1167c4c..2cf0f906bd 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 0069d747c8..69103a3af9 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 20ab005300..510b686217 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 cbf6e67795..cf93fcb888 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 a54d4d577b..8b7f9fd0c6 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 5a017259d8..68cfa8626d 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 b844c93e99..029ab6a661 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 cc25cc5b97..18344b316d 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 c09dd53bab..ae23f45a33 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 8501288a9e..c71b29fe53 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 11ed487906..1cae9027e3 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 596eddc33a..d24ea6caa6 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 acbca69c99..bc291322c9 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 a2b3fb56bc..d18972a80e 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 8cd4de7212..8154971147 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 bc0a2c26dc..5b0533b2d1 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 f691cebced..00e90eb068 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 780c808dc2..11b19e7111 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 3aa07ac13e..8428c026c3 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 e88f1830a7..f6bef226e7 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 7058a012de..e5ce5b0b37 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 ca1d6414d9..f031101adc 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 19bc82d6d8..eed8d070ee 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 21cb0e7fd0..9b2cbca341 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 4cdc614d56..905e527012 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 210b74b379..efd8e06b57 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 6e304f29a0..d391dba153 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 32e48d5d38..436d3be8b3 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 f8a358cce0..9f4ca910e1 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 e4599a5f36..c4485c760c 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 175e86cbf8..9cd15445b2 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 a2d81bf9ff..2a16a32f62 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 30fddd9cfa..b5e65dda25 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 6daa0dbeb4..0651bd2097 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 bd557f742f..4ef16e6c42 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 143a7c5942..5c5344b80a 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 d05bbb4202..1fb128bb46 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 99cf3f3bcd..10d5f739a8 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 90953cac93..b1d56b3cf5 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 b9af744536..c226ffd9f8 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 49cf34ac85..1103d226dd 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 83a9778bd6..42f4fef066 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 6603262460..390eba6a43 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 4a5846b4c8..de781a6bc0 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 23cdb93c8b..28115ec4bb 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 83122f1e7b..c96aa290bb 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 abcc78c69c..9941e47974 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 9e16945600..fdcbe77f90 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 2d6c30d0cb..8c887093ee 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 6253e146f0..af67476783 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 eb320d2968..c442b8de04 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 cccabd1c86..c567aa6aff 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 3ab0aeebfa..1c685ac48d 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 d41608a571..626f78322e 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 17610bd1f6..b819f7f5a7 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 276ee05bd0..df75afada3 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 f510e18bbb..3d3c8a7a8b 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 f49fe434ab..a589e28c85 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 da9cad50b9..ca8e2a17a3 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 904671354a..f3d8b1fc48 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 f38b22a595..5ce61f3764 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 610e03b3bb..85b6d9bda6 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 cce4ae04ed..e283213a36 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 3f89f6a8cc..f2bb456c56 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 afad4e8123..111b7819a8 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 99fa5e07fc..7708dbdd2c 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 9a54c5b1ed..58b0a66cf4 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 0eba88be5c..4be30e5fb6 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 775134760f..aeef5da3f8 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 deba75ef85..f841fa39c3 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 abefddf6a7..f858ca4303 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 89c3db2d05..85266450cf 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 cc6e0ad014..594cded023 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 d3678132e1..4b097650d1 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 3d9a658a2e..ef3ef8b26b 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 e4525c5b7d..00dee18929 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 4248e40498..3b34ee34b5 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 599ceccc18..ed8eebdbd4 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 ad45045248..86a0cfe122 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 6d4dadab71..719df3ce5b 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 827d548345..c2da27e85d 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 2f7750a68f..ffbdd183b4 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 a02de342ee..34887ee49d 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 ed137de4fc..ce2ba679d9 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 e0c4a8b6c7..6c99b16e30 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 3f2cdf5fa7..b1cbe9e0fd 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 a6e08d9079..0b9d152689 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 cce58d54fa..d38e5cba99 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 06cff8e3ff..1dd1ac316a 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 595651c9a2..dce7ec2dbd 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 f81628d907..09476aeef9 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 a15525e23b..54b459fe65 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 f76f68f535..76b7e761f6 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 8a5f0a5179..ce891a2286 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 20c44c4d3d..044b44e978 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 493057a313..932300872e 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 806dca7f44..33d55bc810 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 9f7de8eb0c..f4f5b7f926 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 dd7163fc1e..72a6d34ebc 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 f866bb75ff..2e78a613a0 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 c5deb9dfbc..df3ba7452d 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 d2af77cacb..d44de89f21 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 7fd2abef62..d908169e54 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 9695def957..696778a7e8 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 cb27c5cc8d..9727ef31f9 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 33a84aef60..8e2ed52d4e 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 391b2cb28f..c97d362409 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 56e6e0332c..75e0551ea6 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 b2f0c418b2..078a3d6872 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 aeb5ff8746..878f1c68bb 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 b3486b0aa5..f4df7d3544 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 1425a3b32e..b4b25ef2fa 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 3d677fc8ae..e655dfb7a9 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 51f47ef2ff..f9417db854 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 4bb62cc822..f37ff99eaa 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 c5f470fdfb..ab98aacc5f 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 1c02b6e619..bb5f29498e 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 c102e6fad6..b902ac22ee 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 b4768dc6e1..7bb26501a5 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 a6569064a4..04a99c4e1e 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 3c492061a7..e3f5fb922f 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 e50139245c..a4756223ac 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 fc482229c1..badf822c73 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 c8cad2f259..1d54bd48f6 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 0290b30641..3849546aa1 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 f03d4f9c3f..dbba8fc196 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 e15338a360..f78c4f0c33 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 74fed6c03c..785511fa8d 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 0ac45c220e..e67a148b38 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 bf6103b30a..b1ed687763 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 7ad2cae8cc..c1adc32556 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 0f5e5bfb37..8ea05d6b3d 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 cfec6c9a58..0c96d3ba0c 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 33237c8aa9..2f2c27a879 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 e7b75d50a4..c81c865a60 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 8b8e5171d9..d3dc78f8e0 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 ad79b1914c..b9795a597e 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 91be01ca9d..07b1431988 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 841618107c..ba487c40b1 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 f413c37f0b..15dbc7bbe7 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 07ebf89847..0b13828b54 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 0d39a13fd4..114bd92b1d 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 a565393acc..c78f137c72 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 07f033d5c4..3018595729 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 db9c963bfd..c3af304c98 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 299fcf43ae..355e6c6537 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 d8765e4f83..950b93552b 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 5e49c82a3b..e05e4fb5cc 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 3d6bb0371a..d59ac24fe1 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 b41b025635..7dd8963abb 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 3e9dfe8d26..593146ece0 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 4241d405eb..89f21cc236 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 d75973bc63..e5f2650660 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 7c09f625e0..9411439f2c 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 cadbcc9c11..dd478e9c4b 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 1528dd7acd..00d3203a81 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 4177c14ed9..3a752b8a40 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 29b0c8ad93..1c64f90c1d 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 0a9582faa0..bb50872e7f 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 fa5eb85fe5..3863a79b93 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 680d7c66e7..24274001f7 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 0f43d1d7e6..f71d3c07f8 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 799fd33447..a35bde2fc9 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 0cf137337f..895541b613 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 eafecf99ee..b1af7657ab 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 216ed1e401..8397c4bd63 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 92f933f7b0..29aac99c08 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 ec71204aca..2fba459cde 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 cea65a3875..1274750282 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 0a38e0c3fc..034dc300e6 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 ec266a3a82..7fc30595e9 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 4ad993bf06..254e25d540 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 a37242979d..21b1e9557c 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 b2ca0eb949..c9a74cc5ce 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 e978c3005f..e1c7451a9e 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 80e6310f98..ce6c903aea 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 4daf89c2a5..b23561cdc0 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 e74f65ba2f..e4db5ede66 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 d271fdc677..91fec9647a 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 0d5cf579d5..9416b9f5c9 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 57dcc4ecce..97c7b8c515 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 e40e83e76c..8034755621 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 83a9c1edd2..addded4417 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 fe7161e4e8..f072ef2ec4 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 976fb26f34..3170098d27 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 6f16980fe9..60c32eb6bf 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 a3e5737502..1a20d4772a 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 d929439c6f..c285feb3d3 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 e73b38f492..d86dc2c0b1 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 5f115654f5..00560063d2 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 8582cc8f2c..1133364cdc 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 e667e6bf36..dce3f41288 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 f9978f498e..4349dac1b0 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 7a3868a8d6..16a6597333 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 9ce67633a2..47a4b4d14b 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 d303fce4d7..02bede9fcc 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 e28a2b775c..254486613c 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 e3a5c4b72c..df1d074b9d 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 5564ef5b9a..2d56a32858 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 418b44d61d..11f01dc666 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 9a4be30e4e..c3eb24f70c 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 8122190452..85c29e77be 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 1c333878e3..b51425db7c 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 beea904a02..c396a84fad 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 2d602c5335..89c611da18 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 9c9f0da78d..eb14c04dba 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 9e76702972..23cbfb049c 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 12a42c02ef..f3f479148b 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 1f350ca04d..c5d76251e6 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 aa5322a74e..5e6c3e7e11 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 e328ab079a..f8c02e7e39 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 303ad1a9fb..d50277f7e4 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 bc7198e498..0b08928449 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 69626ce262..16c053fc45 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 cefda6e1c7..ab6af8e036 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 0662085872..6fe5cd83e6 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 a49a94b95a..317c23c1e0 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 2a219629f8..57d78ce9cd 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 53599f8ca0..420c6b66e1 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 52dcbaf53c..a231c65ed4 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 eaf16f25f4..485f55feb5 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 b7cee20910..1f1797f82a 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 3934546b2e..598386de36 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 074977d125..7a8dde1334 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 8351151347..fad93e4da3 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 0bbfd5c36e..8e4b2c7e38 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 0365975471..41ed7f42ef 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 6bfff284b0..3ae5ae67aa 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 d0e9e70d42..788a349aeb 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 08fce263a7..1b82628872 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 dfa58aec19..d3b9c90be5 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 3be9e7e444..bcaba1912a 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 3654469ef4..d424f55f45 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 9e9a27a486..ed812fceb7 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 d125678403..8104eb4cd7 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 fe32aa9a8b..7da117e2a4 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 dfb0c894f4..a01a200682 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 c9a88a50d8..23946be4dc 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 37ed0a403e..9d43443eaa 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 bd317f1676..f0fbcdaab1 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 b8428eb7ff..74954abee4 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 288ed884c6..6b75db9794 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 066dc5ca7c..3488773269 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 2ca5f672ca..40e4022434 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 4a0e0fdfd5..93e04149f5 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 d87985639f..ee03e751e2 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 34104c2bf9..92092fc1de 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 3533fc12ea..dfbb5737a6 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 49ddd10ffc..8a93818fac 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 15dc77846c..6ff77fdeb1 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 92126ced5b..8cdcbc6b77 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 65f37a3dd9..f00f428cee 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 fe646f5325..592ed0af5d 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 09e67e9bdb..b91eb68141 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 b078dcc94c..335f2724a6 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 8e653edf0c..55b437fe67 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 d527392554..c466734cfc 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 dfa433339d..da4376382e 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 0e1f0225bd..fa18bb20ce 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 15f2c6f74b..9baba72ae3 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 34a5290b72..d1d9219227 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 a3accf30b5..33565f4916 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 7517a72adb..82e30c26a5 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 5657bbdea2..7fc8c23f8e 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 1061636c22..aa99fee7c7 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 59894c0862..3f4fa1b430 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 01d176230b..7fc8c23f8e 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 b198c2d7e3..fdae997284 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 1b9d13da22..54f5103204 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 ca1d6414d9..f031101adc 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 01d176230b..7fc8c23f8e 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 6eb2c7fa5a..3f4fa1b430 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 3cc947b62b..be48e4846a 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 adb10e48ea..0bd50f64e5 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.