/Zephyr-Core-3.6.0/modules/ |
D | Kconfig.mcux | 16 Set if the 12B1MSPS SAR ADC module is present in the SoC. 21 Set if the 12-bit ADC (ADC12) module is present in the SoC. 26 Set if the 16-bit ADC (ADC16) module is present in the SoC. 31 Set if the LPADC module is present in the SoC. 36 Set if the L1 or L2 cache is present in the SoC. 41 Set if the clock control module (CCM) module is present in the SoC. 46 Set if the revision 2 of clock control module (CCM) module is present in the SoC. 47 This is present in SoC's such as RT1170 52 Set if the syscon module is present in the SoC. 58 present in the SoC. [all …]
|
D | Kconfig.vega | 11 Set if the low power uart (LPUART) module is present in the SoC. 16 Set if the low power i2c (LPI2C) module is present in the SoC. 21 Set if the low power spi (LPSPI) module is present in the SoC. 26 Set if the Timer/PWM (TPM) module is present in the SoC. 32 the SoC.
|
/Zephyr-Core-3.6.0/soc/ |
D | Kconfig | 4 prompt "SoC/CPU/Configuration Selection" 6 # This loads custom SoC root Kconfig (only available if custom SoC root are defined) 7 osource "$(KCONFIG_BINARY_DIR)/Kconfig.soc" 8 # This loads Zephyr base SoC root Kconfig 9 osource "soc/$(ARCH)/*/Kconfig.soc" 14 # This loads custom SoC root Kconfig (only available if custom SoC root are defined) 15 osource "$(KCONFIG_BINARY_DIR)/Kconfig.soc.arch" 16 # This loads Zephyr base SoC Kconfigs 17 osource "soc/$(ARCH)/Kconfig" 18 osource "soc/$(ARCH)/*/Kconfig" [all …]
|
/Zephyr-Core-3.6.0/soc/arc/snps_nsim/ |
D | Kconfig.defconfig | 6 config SOC config 12 source "soc/arc/snps_nsim/Kconfig.defconfig.em" 13 source "soc/arc/snps_nsim/Kconfig.defconfig.em11d" 14 source "soc/arc/snps_nsim/Kconfig.defconfig.em7d_v22" 15 source "soc/arc/snps_nsim/Kconfig.defconfig.sem" 16 source "soc/arc/snps_nsim/Kconfig.defconfig.hs" 17 source "soc/arc/snps_nsim/Kconfig.defconfig.hs_smp" 18 source "soc/arc/snps_nsim/Kconfig.defconfig.vpx5" 19 source "soc/arc/snps_nsim/Kconfig.defconfig.hs6x" 20 source "soc/arc/snps_nsim/Kconfig.defconfig.hs6x_smp" [all …]
|
/Zephyr-Core-3.6.0/cmake/modules/ |
D | soc.cmake | 5 # Configure SoC settings based on Kconfig settings and SoC root. 8 # on Kconfig settings and selected SoC. 10 # If no implementation is available for the selected SoC an error will be raised. 15 # - SOC_NAME: Name of the SoC in use, identical to CONFIG_SOC 16 # - SOC_SERIES: Name of the SoC series in use, identical to CONFIG_SOC_SERIES 17 # - SOC_FAMILY: Name of the SoC family, identical to CONFIG_SOC_FAMILY 19 # - SOC_DIR: Directory containing the SoC implementation 23 # - SOC_ROOT: CMake list of SoC roots containing SoC implementations 33 # found. It always includes ${ZEPHYR_BASE}/soc at the lowest priority. 47 # Use SOC to search for a 'CMakeLists.txt' file. [all …]
|
/Zephyr-Core-3.6.0/soc/arm/atmel_sam0/ |
D | Kconfig | 16 source "soc/arm/atmel_sam0/common/Kconfig.samc2x" 17 source "soc/arm/atmel_sam0/common/Kconfig.saml2x" 18 source "soc/arm/atmel_sam0/common/Kconfig.samd2x" 19 source "soc/arm/atmel_sam0/common/Kconfig.samd5x" 20 source "soc/arm/atmel_sam0/*/Kconfig.soc" 21 source "soc/arm/atmel_sam0/Kconfig.soc.revisions"
|
/Zephyr-Core-3.6.0/soc/arc/snps_emsdp/ |
D | Kconfig.defconfig | 6 config SOC config 14 source "soc/arc/snps_emsdp/Kconfig.defconfig.em4" 15 source "soc/arc/snps_emsdp/Kconfig.defconfig.em5d" 16 source "soc/arc/snps_emsdp/Kconfig.defconfig.em6" 17 source "soc/arc/snps_emsdp/Kconfig.defconfig.em7d" 18 source "soc/arc/snps_emsdp/Kconfig.defconfig.em7d_esp" 19 source "soc/arc/snps_emsdp/Kconfig.defconfig.em9d" 20 source "soc/arc/snps_emsdp/Kconfig.defconfig.em11d"
|
/Zephyr-Core-3.6.0/boards/posix/native_sim/ |
D | board_soc.h | 8 * @file Extra definitions provided by the board to soc.h 11 * The POSIX ARCH/SOC/board layering is different than in normal archs 12 * The "SOC" does not provide almost any of the typical SOC functionality 14 * Device code may rely on the soc.h defining some things (like the interrupts 16 * Therefore this file is included from the inf_clock soc.h to allow a board 17 * to define that kind of SOC related snippets
|
/Zephyr-Core-3.6.0/soc/arm/nxp_imx/mimx8ml8_m7/ |
D | Kconfig.defconfig.mimx8ml8_m7 | 1 # MIMX8ML8 SoC defconfig 8 config SOC config 26 default $(dt_node_reg_size_int,/soc/itcm@0,0,K) 29 default $(dt_node_reg_addr_hex,/soc/itcm@0) 36 default $(dt_node_reg_size_int,/soc/code@80000000,0,K) 39 default $(dt_node_reg_addr_hex,/soc/code@80000000)
|
/Zephyr-Core-3.6.0/soc/riscv/espressif_esp32/esp32c3/ |
D | soc_irq.c | 7 #include <soc/rtc_cntl_reg.h> 8 #include <soc/timer_group_reg.h> 9 #include <soc/gpio_reg.h> 10 #include <soc/syscon_reg.h> 11 #include <soc/system_reg.h> 12 #include <soc/cache_memory.h> 15 #include <soc/interrupt_reg.h> 16 #include <soc/periph_defs.h> 22 #include <soc.h>
|
/Zephyr-Core-3.6.0/soc/riscv/openisa_rv32m1/ |
D | Kconfig | 4 # The OpenISA RV32M1 SoC directory in riscv supports the RISC-V 7 # The Zephyr "soc" abstraction isn't a great fit here. These SoCs (in 9 # cores, so this type of "soc" doesn't really belong to a single "arch". 13 # different soc subdirectory, e.g. soc/arm instead of soc/riscv.
|
/Zephyr-Core-3.6.0/boards/posix/nrf_bsim/ |
D | board_soc.h | 7 * @file Extra definitions provided by the board to soc.h 10 * The POSIX ARCH/SOC/board layering is different than in normal archs 11 * The "SOC" does not provide almost any of the typical SOC functionality 13 * Device code may rely on the soc.h defining some things (like the interrupts 15 * Therefore this file is included from the inf_clock soc.h to allow a board 16 * to define that kind of SOC related snippets
|
/Zephyr-Core-3.6.0/boards/posix/native_posix/ |
D | board_soc.h | 7 * @file Extra definitions provided by the board to soc.h 10 * The POSIX ARCH/SOC/board layering is different than in normal archs 11 * The "SOC" does not provide almost any of the typical SOC functionality 13 * Device code may rely on the soc.h defining some things (like the interrupts 15 * Therefore this file is included from the inf_clock soc.h to allow a board 16 * to define that kind of SOC related snippets
|
/Zephyr-Core-3.6.0/soc/arc/snps_qemu/ |
D | Kconfig.defconfig | 6 config SOC config 33 source "soc/arc/snps_qemu/Kconfig.defconfig.em" 34 source "soc/arc/snps_qemu/Kconfig.defconfig.hs" 35 source "soc/arc/snps_qemu/Kconfig.defconfig.hs5x" 36 source "soc/arc/snps_qemu/Kconfig.defconfig.hs6x"
|
/Zephyr-Core-3.6.0/soc/xtensa/espressif_esp32/ |
D | Kconfig | 13 source "soc/xtensa/espressif_esp32/common/Kconfig.soc" 14 source "soc/xtensa/espressif_esp32/*/Kconfig.soc"
|
/Zephyr-Core-3.6.0/soc/riscv/espressif_esp32/ |
D | Kconfig | 13 source "soc/riscv/espressif_esp32/common/Kconfig.soc" 14 source "soc/riscv/espressif_esp32/*/Kconfig.soc"
|
/Zephyr-Core-3.6.0/boards/arm/adafruit_feather_m0_basic_proto/ |
D | pre_dt_board.cmake | 5 # - /soc/pinmux@41004400 & /soc/gpio@41004400 6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
|
/Zephyr-Core-3.6.0/boards/arm/adafruit_itsybitsy_m4_express/ |
D | pre_dt_board.cmake | 5 # - /soc/pinmux@41004400 & /soc/gpio@41004400 6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
|
/Zephyr-Core-3.6.0/boards/arm/atsamd20_xpro/ |
D | pre_dt_board.cmake | 5 # - /soc/pinmux@41004400 & /soc/gpio@41004400 6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
|
/Zephyr-Core-3.6.0/boards/arm/ev11l78a/ |
D | pre_dt_board.cmake | 5 # - /soc/pinmux@41004400 & /soc/gpio@41004400 6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
|
/Zephyr-Core-3.6.0/boards/arm/atsamc21n_xpro/ |
D | pre_dt_board.cmake | 5 # - /soc/pinmux@41004400 & /soc/gpio@41004400 6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
|
/Zephyr-Core-3.6.0/boards/arm/arduino_zero/ |
D | pre_dt_board.cmake | 5 # - /soc/pinmux@41004400 & /soc/gpio@41004400 6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
|
/Zephyr-Core-3.6.0/boards/arm/atsamd21_xpro/ |
D | pre_dt_board.cmake | 5 # - /soc/pinmux@41004400 & /soc/gpio@41004400 6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
|
/Zephyr-Core-3.6.0/boards/arm/atsame54_xpro/ |
D | pre_dt_board.cmake | 5 # - /soc/pinmux@41004400 & /soc/gpio@41004400 6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
|
/Zephyr-Core-3.6.0/soc/xtensa/nxp_adsp/ |
D | Kconfig | 1 # NXP i.MX8 SoC family configuration options 17 # Select SoC Part No. and configuration options 18 source "soc/xtensa/nxp_adsp/*/Kconfig.soc"
|