Lines Matching +full:peripheral +full:- +full:to +full:- +full:memory
2 # SPDX-License-Identifier: Apache-2.0
5 STM32 Flexible Memory Controller (FMC).
7 The FMC allows to interface with static-memory mapped external devices such as
12 The FMC performs only one access at a time to an external device.
14 The flexible memory controller includes three memory controllers:
16 - NOR/PSRAM memory controller
17 - NAND memory controller (some devices also support PC Card)
18 - Synchronous DRAM (SDRAM/Mobile LPSDR SDRAM) controller
20 Each memory controller is defined below the FMC DeviceTree node and is managed
22 device handles the signals and the peripheral clocks. FMC can be enabled
27 pinctrl-0 = <&fmc_nbl0_pe0 &fmc_nbl1_pe1 &fmc_nbl2_pi4...>;
30 compatible: "st,stm32h7-fmc"
32 include: ["st,stm32-fmc.yaml"]
35 st,mem-swap:
39 - "disable"
40 - "sdram-sram"
41 - "sdramb2"
45 * disable - Default mapping.
46 * sdram-sram - Swap the NOR/PSRAM bank with SDRAM.
47 * sdramb2 - Remaps the SDRAM bank2.