Lines Matching full:atmel

1 Atmel NAND flash controller bindings
4 Documentation/devicetree/bindings/memory-controllers/atmel,ebi.txt).
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"
21 - atmel,nfc-io: phandle to the NFC IO block. Only required for sama5d3
23 - atmel,nfc-sram: phandle to the NFC SRAM block. Only required for sama5d3
45 - atmel,rb: an integer identifying the native Ready/Busy pin. Only meaningful
57 "atmel,at91sam9g45-pmecc"
58 "atmel,sama5d4-pmecc"
59 "atmel,sama5d2-pmecc"
70 - compatible: should be "atmel,sama5d3-nfc-io", "syscon".
76 compatible = "atmel,sama5d3-nfc-io", "syscon";
81 compatible = "atmel,at91sam9g45-pmecc";
87 compatible = "atmel,sama5d3-ebi";
90 atmel,smc = <&hsmc>;
100 compatible = "atmel,sama5d3-nand-controller";
101 atmel,nfc-sram = <&nfc_sram>;
102 atmel,nfc-io = <&nfc_io>;
110 atmel,rb = <0>;
126 "atmel,at91rm9200-nand"
127 "atmel,sama5d2-nand"
128 "atmel,sama5d4-nand"
135 - atmel,nand-addr-offset : offset for the address latch.
136 - atmel,nand-cmd-offset : offset for the command latch.
144 - atmel,nand-has-dma : boolean to support dma transfer for nand read/write.
148 - atmel,has-pmecc : boolean to enable Programmable Multibit ECC hardware,
150 - atmel,pmecc-cap : error correct capability for Programmable Multibit ECC
152 is "atmel,sama5d2-nand", 32 is also valid.
153 - atmel,pmecc-sector-size : sector size for ECC computation. Supported values
155 - atmel,pmecc-lookup-table-offset : includes two offsets of lookup table in ROM
163 - compatible : "atmel,sama5d3-nfc".
169 - atmel,write-by-sram: boolean to enable NFC write by SRAM.
173 compatible = "atmel,at91rm9200-nand";
179 atmel,nand-addr-offset = <21>; /* ale */
180 atmel,nand-cmd-offset = <22>; /* cle */
194 compatible = "atmel,at91rm9200-nand";
202 atmel,nand-addr-offset = <21>; /* ale */
203 atmel,nand-cmd-offset = <22>; /* cle */
206 atmel,has-pmecc; /* enable PMECC */
207 atmel,pmecc-cap = <2>;
208 atmel,pmecc-sector-size = <512>;
209 atmel,pmecc-lookup-table-offset = <0x8000 0x10000>;
221 compatible = "atmel,at91rm9200-nand";
227 compatible = "atmel,sama5d3-nfc";