Lines Matching +full:chip +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
17 - st,stm32mp25-fmc2-nfc
28 - description: tx DMA channel
29 - description: rx DMA channel
30 - description: ecc DMA channel
32 dma-names:
34 - const: tx
35 - const: rx
36 - const: ecc
39 "^nand@[a-f0-9]$":
41 $ref: raw-nand-chip.yaml
43 nand-ecc-step-size:
46 nand-ecc-strength:
52 - $ref: nand-controller.yaml#
54 - if:
58 const: st,stm32mp15-fmc2
63 - description: Registers
64 - description: Chip select 0 data
65 - description: Chip select 0 command
66 - description: Chip select 0 address space
67 - description: Chip select 1 data
68 - description: Chip select 1 command
69 - description: Chip select 1 address space
78 - clocks
80 - if:
84 const: st,stm32mp1-fmc2-nfc
89 - description: Chip select 0 data
90 - description: Chip select 0 command
91 - description: Chip select 0 address space
92 - description: Chip select 1 data
93 - description: Chip select 1 command
94 - description: Chip select 1 address space
96 - if:
100 const: st,stm32mp25-fmc2-nfc
105 - description: Chip select 0 data
106 - description: Chip select 0 command
107 - description: Chip select 0 address space
108 - description: Chip select 1 data
109 - description: Chip select 1 command
110 - description: Chip select 1 address space
111 - description: Chip select 2 data
112 - description: Chip select 2 command
113 - description: Chip select 2 address space
114 - description: Chip select 3 data
115 - description: Chip select 3 command
116 - description: Chip select 3 address space
119 - compatible
120 - reg
121 - interrupts
126 - |
127 #include <dt-bindings/interrupt-controller/arm-gic.h>
128 #include <dt-bindings/clock/stm32mp1-clks.h>
129 #include <dt-bindings/reset/stm32mp1-resets.h>
131 nand-controller@58002000 {
132 compatible = "st,stm32mp15-fmc2";
144 dma-names = "tx", "rx", "ecc";
147 #address-cells = <1>;
148 #size-cells = <0>;
152 nand-on-flash-bbt;
153 #address-cells = <1>;
154 #size-cells = <1>;