Home
last modified time | relevance | path

Searched full:sram (Results 1 – 25 of 1700) sorted by relevance

12345678910>>...68

/Zephyr-latest/soc/aspeed/ast10x0/
DKconfig20 int "noncached SRAM Size in kB"
22 The non-cached SRAM size in kB. The default value comes from reg[1]
23 of /chosen/zephyr,sram in devicetree. The user should generally avoid
27 hex "noncached SRAM Base Address"
29 The non-cached SRAM base address. The default value comes from
30 reg[1] of /chosen/zephyr,sram in devicetree. The user should
/Zephyr-latest/boards/raytac/mdbt53_db_40/
DKconfig.defconfig21 # SRAM Partition:
24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
25 # be restricted to the secure image SRAM partition (sram-secure-partition).
26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
29 # For the non-secure version of the board, the firmware image SRAM is
30 # always restricted to the allocated non-secure SRAM partition.
34 DT_CHOSEN_Z_SRAM_PARTITION := zephyr,sram-secure-partition
/Zephyr-latest/boards/raytac/mdbt53v_db_40/
DKconfig.defconfig21 # SRAM Partition:
24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
25 # be restricted to the secure image SRAM partition (sram-secure-partition).
26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
29 # For the non-secure version of the board, the firmware image SRAM is
30 # always restricted to the allocated non-secure SRAM partition.
34 DT_CHOSEN_Z_SRAM_PARTITION := zephyr,sram-secure-partition
/Zephyr-latest/boards/nordic/nrf5340dk/
DKconfig.defconfig21 # SRAM Partition:
24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
25 # be restricted to the secure image SRAM partition (sram-secure-partition).
26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
29 # For the non-secure version of the board, the firmware image SRAM is
30 # always restricted to the allocated non-secure SRAM partition.
34 DT_CHOSEN_Z_SRAM_PARTITION := zephyr,sram-secure-partition
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
DKconfig.defconfig21 # SRAM Partition:
24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
25 # be restricted to the secure image SRAM partition (sram-secure-partition).
26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
29 # For the non-secure version of the board, the firmware image SRAM is
30 # always restricted to the allocated non-secure SRAM partition.
34 DT_CHOSEN_Z_SRAM_PARTITION := zephyr,sram-secure-partition
/Zephyr-latest/drivers/bbram/
DKconfig.microchip5 bool "Microchip MCP7940N SRAM BBRAM driver"
10 Enable driver for Microchip MCP7940N SRAM based battery-backed RAM.
13 bool "Emulator for the Microchip MCP7940N SRAM BBRAM driver"
18 Enable the emulator for the Microchip MCP7940N SRAM based
/Zephyr-latest/boards/nordic/thingy53/
DKconfig.defconfig21 # SRAM Partition:
24 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
25 # be restricted to the secure image SRAM partition (sram-secure-partition).
26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
29 # For the non-secure version of the board, the firmware image SRAM is
30 # always restricted to the allocated non-secure SRAM partition.
34 DT_CHOSEN_Z_SRAM_PARTITION := zephyr,sram-secure-partition
/Zephyr-latest/tests/lib/devicetree/api_ext/
Dapp.overlay19 test_sram1: sram@20000000 {
20 compatible = "zephyr,memory-region", "mmio-sram";
24 test_sram2: sram@20001000 {
25 compatible = "zephyr,memory-region", "mmio-sram";
27 zephyr,memory-region = "SRAM@REGION#2";
/Zephyr-latest/soc/mediatek/mt8xxx/
Dgen_img.py18 # 1. Three LE 32 bit words: MagicNumber, SRAM len, BootAddress
19 # 2. Two byte arrays: SRAM (length specified), and DRAM (remainder of file)
28 sram = bytearray() variable
31 # Returns the offset of a segment within the sram region, or -1 if it
32 # doesn't appear to be SRAM. SRAM is mapped differently for different
68 buf = sram
93 of.write(struct.pack("<III", FILE_MAGIC, len(sram), boot_vector))
94 of.write(sram)
/Zephyr-latest/boards/ezurio/bl5340_dvk/
DKconfig.defconfig25 # SRAM Partition:
28 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
29 # be restricted to the secure image SRAM partition (sram-secure-partition).
30 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
33 # For the non-secure version of the board, the firmware image SRAM is
34 # always restricted to the allocated non-secure SRAM partition.
38 DT_CHOSEN_Z_SRAM_PARTITION := zephyr,sram-secure-partition
/Zephyr-latest/dts/arm/nxp/
Dnxp_lpc55S06_ns.dtsi9 sram: sram@4000000 { label
22 compatible = "zephyr,memory-region", "mmio-sram";
36 compatible = "mmio-sram";
/Zephyr-latest/samples/boards/st/backup_sram/
DREADME.rst2 :name: Backup SRAM
4 Use Backup SRAM to store a variable that persists across power cycles.
9 Multiple STM32 microcontrollers have a small backup SRAM that can be used as a
12 This example shows how to define a variable on the Backup SRAM. Each time the
39 Current value in backup SRAM: 11
/Zephyr-latest/tests/subsys/mem_mgmt/mem_attr_heap/boards/
Dqemu_cortex_m3.overlay7 compatible = "zephyr,memory-region", "mmio-sram";
14 compatible = "zephyr,memory-region", "mmio-sram";
21 compatible = "zephyr,memory-region", "mmio-sram";
28 compatible = "zephyr,memory-region", "mmio-sram";
35 compatible = "zephyr,memory-region", "mmio-sram";
42 compatible = "zephyr,memory-region", "mmio-sram";
/Zephyr-latest/dts/arm/adi/max32/
Dmax32666.dtsi30 compatible = "mmio-sram";
35 compatible = "mmio-sram";
40 compatible = "mmio-sram";
45 compatible = "mmio-sram";
50 compatible = "mmio-sram";
55 compatible = "mmio-sram";
60 compatible = "mmio-sram";
65 compatible = "mmio-sram";
70 compatible = "mmio-sram";
75 compatible = "mmio-sram";
[all …]
Dmax32675.dtsi30 compatible = "mmio-sram";
35 compatible = "mmio-sram";
40 compatible = "mmio-sram";
45 compatible = "mmio-sram";
50 compatible = "mmio-sram";
55 compatible = "mmio-sram";
60 compatible = "mmio-sram";
/Zephyr-latest/boards/arm/mps3/
Dmps3_corstone300_an547.dts24 zephyr,sram = &dtcm;
70 sram: sram@11000000 { /* alias @ 0x01000000 */ label
71 compatible = "zephyr,memory-region", "mmio-sram";
73 zephyr,memory-region = "SRAM";
82 isram: sram@31000000 {/* alias @ 0x21000000 */
83 compatible = "zephyr,memory-region", "mmio-sram";
Dmps3_corstone300_an552.dts23 zephyr,sram = &dtcm;
69 sram: sram@11000000 { /* alias @ 0x01000000 */ label
70 compatible = "zephyr,memory-region", "mmio-sram";
72 zephyr,memory-region = "SRAM";
81 isram: sram@31000000 {/* alias @ 0x21000000 */
82 compatible = "zephyr,memory-region", "mmio-sram";
Dmps3_corstone300_fvp.dts23 zephyr,sram = &dtcm;
69 sram: sram@11000000 { /* alias @ 0x01000000 */ label
70 compatible = "zephyr,memory-region", "mmio-sram";
72 zephyr,memory-region = "SRAM";
81 isram: sram@31000000 {/* alias @ 0x21000000 */
82 compatible = "zephyr,memory-region", "mmio-sram";
Dmps3_corstone310_an555.dts23 zephyr,sram = &dtcm;
69 sram: sram@11000000 { /* alias @ 0x01000000 */ label
70 compatible = "zephyr,memory-region", "mmio-sram";
72 zephyr,memory-region = "SRAM";
81 isram: sram@31000000 {/* alias @ 0x21000000 */
82 compatible = "zephyr,memory-region", "mmio-sram";
Dmps3_corstone310_fvp.dts23 zephyr,sram = &dtcm;
69 sram: sram@11000000 { /* alias @ 0x01000000 */ label
70 compatible = "zephyr,memory-region", "mmio-sram";
72 zephyr,memory-region = "SRAM";
81 isram: sram@31000000 {/* alias @ 0x21000000 */
82 compatible = "zephyr,memory-region", "mmio-sram";
/Zephyr-latest/soc/nxp/kinetis/k6x/
DREADME.txt1 Notes on the FSL FRDM K64F SRAM base address and size
3 Although the K64F CPU has 64 kB of SRAM at 0x1FFF0000 (code space), it is not
5 standard ARMv7-M SRAM base address of 0x20000000 is supported.
/Zephyr-latest/tests/lib/devicetree/memory_region_flags/
Dapp.overlay10 test_region_r: sram@20010000 {
17 test_region_nrwxail: sram@20010100 {
24 test_region_no_flags: sram@20010200 {
30 test_region_none: sram@20010300 {
/Zephyr-latest/dts/bindings/memory-controllers/
Dst,stm32-backup-sram.yaml5 STM32 Backup SRAM.
7 With a battery connected to the VBAT pin, the backup SRAM can be used to
10 compatible: "st,stm32-backup-sram"
/Zephyr-latest/boards/actinius/icarus_bee/
Dactinius_icarus_bee_nrf9160.dts13 zephyr,sram = &sram0_s;
16 zephyr,sram-secure-partition = &sram0_s;
17 zephyr,sram-non-secure-partition = &sram0_ns;
/Zephyr-latest/boards/actinius/icarus_som/
Dactinius_icarus_som_nrf9160.dts13 zephyr,sram = &sram0_s;
16 zephyr,sram-secure-partition = &sram0_s;
17 zephyr,sram-non-secure-partition = &sram0_ns;

12345678910>>...68