Searched full:fmc2 (Results 1 – 8 of 8) sorted by relevance
/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | st,stm32-fmc2-ebi.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/st,stm32-fmc2-ebi.yaml# 7 title: STMicroelectronics Flexible Memory Controller 2 (FMC2) Bindings 10 The FMC2 functional block makes the interface with: synchronous and 19 Select. The FMC2 performs only one access at a time to an external device. 26 const: st,stm32mp1-fmc2-ebi 56 st,fmc2-ebi-cs-transaction-type: 75 st,fmc2-ebi-cs-cclk-enable: 82 st,fmc2-ebi-cs-mux-enable: 88 st,fmc2-ebi-cs-buswidth: 94 st,fmc2-ebi-cs-waitpol-high: [all …]
|
/linux-5.10/Documentation/devicetree/bindings/mtd/ |
D | st,stm32-fmc2-nand.yaml | 4 $id: http://devicetree.org/schemas/mtd/st,stm32-fmc2-nand.yaml# 7 title: STMicroelectronics Flexible Memory Controller 2 (FMC2) Bindings 15 - st,stm32mp15-fmc2 16 - st,stm32mp1-fmc2-nfc 54 const: st,stm32mp15-fmc2 80 const: st,stm32mp1-fmc2-nfc 105 compatible = "st,stm32mp15-fmc2";
|
/linux-5.10/drivers/memory/ |
D | stm32-fmc2-ebi.c | 15 /* FMC2 Controller Registers */ 146 * struct stm32_fmc2_prop - STM32 FMC2 EBI property 719 /* st,fmc2-ebi-cs-trans-type must be the first property */ 721 .name = "st,fmc2-ebi-cs-transaction-type", 726 .name = "st,fmc2-ebi-cs-cclk-enable", 734 .name = "st,fmc2-ebi-cs-mux-enable", 742 .name = "st,fmc2-ebi-cs-buswidth", 747 .name = "st,fmc2-ebi-cs-waitpol-high", 754 .name = "st,fmc2-ebi-cs-waitcfg-enable", 762 .name = "st,fmc2-ebi-cs-wait-enable", [all …]
|
D | Kconfig | 210 tristate "Support for FMC2 External Bus Interface on STM32MP SoCs" 214 Select this option to enable the STM32 FMC2 External Bus Interface 217 SOCs containing the FMC2 External Bus Interface.
|
D | Makefile | 26 obj-$(CONFIG_STM32_FMC2_EBI) += stm32-fmc2-ebi.o
|
/linux-5.10/drivers/mtd/nand/raw/ |
D | stm32_fmc2_nand.c | 53 /* FMC2 Controller Registers */ 1379 /* Enable FMC2 controller */ in stm32_fmc2_nfc_init() 1825 "st,stm32mp1-fmc2-ebi")) in stm32_fmc2_nfc_set_cdev() 1828 if (of_device_is_compatible(dev->of_node, "st,stm32mp1-fmc2-nfc")) { in stm32_fmc2_nfc_set_cdev() 2061 {.compatible = "st,stm32mp15-fmc2"}, 2062 {.compatible = "st,stm32mp1-fmc2-nfc"}, 2080 MODULE_DESCRIPTION("STMicroelectronics STM32 FMC2 NFC driver");
|
D | Kconfig | 420 Enables support for NAND Flash chips on SoCs containing the FMC2
|
/linux-5.10/arch/arm/boot/dts/ |
D | stm32mp151.dtsi | 1315 compatible = "st,stm32mp1-fmc2-ebi"; 1330 compatible = "st,stm32mp1-fmc2-nfc";
|