Home
last modified time | relevance | path

Searched full:soc (Results 1 – 25 of 2394) sorted by relevance

12345678910>>...96

/Zephyr-Core-3.4.0/modules/
DKconfig.mcux16 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 …]
DKconfig.vega11 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.4.0/soc/
DKconfig4 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.4.0/cmake/modules/
Dsoc.cmake5 # 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.4.0/soc/arc/snps_nsim/
DKconfig.defconfig6 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.hs6x"
19 source "soc/arc/snps_nsim/Kconfig.defconfig.hs6x_smp"
20 source "soc/arc/snps_nsim/Kconfig.defconfig.hs_mpuv6"
[all …]
/Zephyr-Core-3.4.0/soc/arm/atmel_sam0/
DKconfig16 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.4.0/soc/arc/snps_emsdp/
DKconfig.defconfig6 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.4.0/soc/riscv/riscv-privileged/
DKconfig20 bool "Does the SOC provide support for a Platform Level Interrupt Controller (PLIC)"
23 Does the SOC provide support for a Platform Level Interrupt Controller (PLIC).
26 bool "Does the SOC provide support for a Core-Local Interrupt Controller (CLIC)"
29 Does the SOC provide support for a Core-Local Interrupt Controller (CLIC).
32 bool "Should the SOC use mtvec in vectored mode"
35 Should the SOC use mtvec in vectored mode
37 source "soc/riscv/riscv-privileged/*/Kconfig.soc"
/Zephyr-Core-3.4.0/soc/arm/nxp_imx/mimx8ml8_m7/
DKconfig.defconfig.mimx8ml8_m71 # 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.4.0/soc/riscv/esp32c3/
Dsoc_irq.c7 #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.4.0/soc/riscv/openisa_rv32m1/
DKconfig4 # 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.4.0/boards/posix/nrf52_bsim/
Dboard_soc.h7 * @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.4.0/boards/posix/native_posix/
Dboard_soc.h7 * @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.4.0/soc/riscv/riscv-privileged/sifive-freedom/
DKconfig.soc1 # RISCV_SIFIVE_FREEDOM SOC configuration options
7 prompt "SiFive Freedom SOC implementation"
11 bool "SiFive Freedom SOC implementation"
21 bool "SiFive Freedom U540 SOC implementation"
33 bool "SiFive Freedom U740 SOC implementation"
/Zephyr-Core-3.4.0/soc/arc/snps_qemu/
DKconfig.defconfig6 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.4.0/boards/arm/serpente/
Dpre_dt_board.cmake5 # - /soc/pinmux@41004400 & /soc/gpio@41004400
6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
/Zephyr-Core-3.4.0/boards/arm/seeeduino_xiao/
Dpre_dt_board.cmake5 # - /soc/pinmux@41004400 & /soc/gpio@41004400
6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
/Zephyr-Core-3.4.0/soc/xtensa/nxp_adsp/
DKconfig1 # NXP i.MX8 SoC family configuration options
17 # Select SoC Part No. and configuration options
18 source "soc/xtensa/nxp_adsp/*/Kconfig.soc"
/Zephyr-Core-3.4.0/boards/arm/adafruit_feather_m0_lora/
Dpre_dt_board.cmake5 # - /soc/pinmux@41004400 & /soc/gpio@41004400
6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
/Zephyr-Core-3.4.0/boards/arm/adafruit_itsybitsy_m4_express/
Dpre_dt_board.cmake5 # - /soc/pinmux@41004400 & /soc/gpio@41004400
6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
/Zephyr-Core-3.4.0/boards/arm/adafruit_feather_m0_basic_proto/
Dpre_dt_board.cmake5 # - /soc/pinmux@41004400 & /soc/gpio@41004400
6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
/Zephyr-Core-3.4.0/boards/arm/atsamc21n_xpro/
Dpre_dt_board.cmake5 # - /soc/pinmux@41004400 & /soc/gpio@41004400
6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
/Zephyr-Core-3.4.0/boards/arm/atsamd20_xpro/
Dpre_dt_board.cmake5 # - /soc/pinmux@41004400 & /soc/gpio@41004400
6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
/Zephyr-Core-3.4.0/boards/arm/atsamd21_xpro/
Dpre_dt_board.cmake5 # - /soc/pinmux@41004400 & /soc/gpio@41004400
6 # - /soc/pinmux@41004480 & /soc/gpio@41004480
/Zephyr-Core-3.4.0/boards/arm/atsame54_xpro/
Dpre_dt_board.cmake5 # - /soc/pinmux@41004400 & /soc/gpio@41004400
6 # - /soc/pinmux@41004480 & /soc/gpio@41004480

12345678910>>...96