Lines Matching +full:nand +full:- +full:on +full:- +full:flash +full:- +full:bbt
2 NAND Interface
5 - compatible: Should be one of:
6 * st,stm32mp15-fmc2
7 - reg: NAND flash controller memory areas.
12 - interrupts: The interrupt number
13 - pinctrl-0: Standard Pinctrl phandle (see: pinctrl/pinctrl-bindings.txt)
14 - clocks: The clock needed by the NAND flash controller
17 - resets: Reference to a reset controller asserting the FMC controller
18 - dmas: DMA specifiers (see: dma/stm32-mdma.txt)
19 - dma-names: Must be "tx", "rx" and "ecc"
21 * NAND device bindings:
24 - reg: describes the CS lines assigned to the NAND device.
27 - nand-on-flash-bbt: see nand-controller.yaml
28 - nand-ecc-strength: see nand-controller.yaml
29 - nand-ecc-step-size: see nand-controller.yaml
32 - nand-ecc-strength = <1>, nand-ecc-step-size = <512> (Hamming)
33 - nand-ecc-strength = <4>, nand-ecc-step-size = <512> (BCH4)
34 - nand-ecc-strength = <8>, nand-ecc-step-size = <512> (BCH8) (default)
38 fmc: nand-controller@58002000 {
39 compatible = "st,stm32mp15-fmc2";
50 pinctrl-names = "default";
51 pinctrl-0 = <&fmc_pins_a>;
52 #address-cells = <1>;
53 #size-cells = <0>;
55 nand@0 {
57 nand-on-flash-bbt;
58 #address-cells = <1>;
59 #size-cells = <1>;