Lines Matching +full:channel +full:- +full:select

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mtd/st,stm32-fmc2-nand.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Christophe Kerello <christophe.kerello@foss.st.com>
15 - st,stm32mp15-fmc2
16 - st,stm32mp1-fmc2-nfc
27 - description: tx DMA channel
28 - description: rx DMA channel
29 - description: ecc DMA channel
31 dma-names:
33 - const: tx
34 - const: rx
35 - const: ecc
38 "^nand@[a-f0-9]$":
40 $ref: raw-nand-chip.yaml
42 nand-ecc-step-size:
45 nand-ecc-strength:
51 - $ref: nand-controller.yaml#
53 - if:
57 const: st,stm32mp15-fmc2
62 - description: Registers
63 - description: Chip select 0 data
64 - description: Chip select 0 command
65 - description: Chip select 0 address space
66 - description: Chip select 1 data
67 - description: Chip select 1 command
68 - description: Chip select 1 address space
77 - clocks
79 - if:
83 const: st,stm32mp1-fmc2-nfc
88 - description: Chip select 0 data
89 - description: Chip select 0 command
90 - description: Chip select 0 address space
91 - description: Chip select 1 data
92 - description: Chip select 1 command
93 - description: Chip select 1 address space
96 - compatible
97 - reg
98 - interrupts
103 - |
104 #include <dt-bindings/interrupt-controller/arm-gic.h>
105 #include <dt-bindings/clock/stm32mp1-clks.h>
106 #include <dt-bindings/reset/stm32mp1-resets.h>
108 nand-controller@58002000 {
109 compatible = "st,stm32mp15-fmc2";
121 dma-names = "tx", "rx", "ecc";
124 #address-cells = <1>;
125 #size-cells = <0>;
129 nand-on-flash-bbt;
130 #address-cells = <1>;
131 #size-cells = <1>;