Lines Matching full:nand
1 Atmel NAND flash controller bindings
3 The NAND flash controller node should be defined under the EBI bus (see
5 One or several NAND devices can be defined under this NAND controller.
6 The NAND controller might be connected to an ECC engine.
8 * NAND controller bindings:
12 "atmel,at91rm9200-nand-controller"
13 "atmel,at91sam9260-nand-controller"
14 "atmel,at91sam9261-nand-controller"
15 "atmel,at91sam9g45-nand-controller"
16 "atmel,sama5d3-nand-controller"
17 "microchip,sam9x60-nand-controller"
30 * NAND device/chip bindings:
33 - reg: describes the CS lines assigned to the NAND device. If the NAND device
36 1st entry: the CS line this NAND chip is connected to
42 - rb-gpios: the GPIO(s) used to check the Ready/Busy status of the NAND.
89 nand_controller: nand-controller {
90 compatible = "atmel,sama5d3-nand-controller";
98 nand@3 {
103 * Put generic NAND/MTD properties and
116 "atmel,at91rm9200-nand"
117 "atmel,sama5d2-nand"
118 "atmel,sama5d4-nand"
125 - atmel,nand-addr-offset : offset for the address latch.
126 - atmel,nand-cmd-offset : offset for the command latch.
130 - gpios : specifies the gpio pins to control the NAND device. detect is an
134 - atmel,nand-has-dma : boolean to support dma transfer for nand read/write.
135 - nand-ecc-mode : String, operation mode of the NAND ecc mode, soft by default.
142 is "atmel,sama5d2-nand", 32 is also valid.
148 - nand-bus-width : 8 or 16 bus width if not present 8
149 - nand-on-flash-bbt: boolean to enable on flash bbt option if not present false
151 Nand Flash Controller(NFC) is an optional sub-node
162 nand0: nand@40000000,0 {
163 compatible = "atmel,at91rm9200-nand";
169 atmel,nand-addr-offset = <21>; /* ale */
170 atmel,nand-cmd-offset = <22>; /* cle */
171 nand-on-flash-bbt;
172 nand-ecc-mode = "soft";
183 nand0: nand@40000000 {
184 compatible = "atmel,at91rm9200-nand";
192 atmel,nand-addr-offset = <21>; /* ale */
193 atmel,nand-cmd-offset = <22>; /* cle */
194 nand-on-flash-bbt;
195 nand-ecc-mode = "hw";
210 nand0: nand@40000000 {
211 compatible = "atmel,at91rm9200-nand";