Lines Matching refs:nand
4 - compatible : should be "atmel,at91rm9200-nand" or "atmel,sama5d4-nand".
11 - atmel,nand-addr-offset : offset for the address latch.
12 - atmel,nand-cmd-offset : offset for the command latch.
20 - atmel,nand-has-dma : boolean to support dma transfer for nand read/write.
21 - nand-ecc-mode : String, operation mode of the NAND ecc mode, soft by default.
33 - nand-bus-width : 8 or 16 bus width if not present 8
34 - nand-on-flash-bbt: boolean to enable on flash bbt option if not present false
35 - Nand Flash Controller(NFC) is a slave driver under Atmel nand flash
46 nand0: nand@40000000,0 {
47 compatible = "atmel,at91rm9200-nand";
53 atmel,nand-addr-offset = <21>; /* ale */
54 atmel,nand-cmd-offset = <22>; /* cle */
55 nand-on-flash-bbt;
56 nand-ecc-mode = "soft";
67 nand0: nand@40000000 {
68 compatible = "atmel,at91rm9200-nand";
76 atmel,nand-addr-offset = <21>; /* ale */
77 atmel,nand-cmd-offset = <22>; /* cle */
78 nand-on-flash-bbt;
79 nand-ecc-mode = "hw";
94 nand0: nand@40000000 {
95 compatible = "atmel,at91rm9200-nand";