1 Atmel NAND flash controller bindings !! 1 Atmel NAND flash 2 << 3 The NAND flash controller node should be defin << 4 Documentation/devicetree/bindings/memory-contr << 5 One or several NAND devices can be defined und << 6 The NAND controller might be connected to an E << 7 << 8 * NAND controller bindings: << 9 << 10 Required properties: << 11 - compatible: should be one of the following << 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" << 18 - ranges: empty ranges property to forward EBI << 19 - #address-cells: should be set to 2. << 20 - #size-cells: should be set to 1. << 21 - atmel,nfc-io: phandle to the NFC IO block. O << 22 controllers. << 23 - atmel,nfc-sram: phandle to the NFC SRAM bloc << 24 controllers. << 25 << 26 Optional properties: << 27 - ecc-engine: phandle to the PMECC block. Only << 28 a PMECC engine. << 29 << 30 * NAND device/chip bindings: << 31 << 32 Required properties: << 33 - reg: describes the CS lines assigned to the << 34 exposes multiple CS lines (multi-dies c << 35 contain X tuples of 3 entries. << 36 1st entry: the CS line this NAND chip i << 37 2nd entry: the base offset of the memor << 38 device (always 0) << 39 3rd entry: the memory region size (alwa << 40 << 41 Optional properties: << 42 - rb-gpios: the GPIO(s) used to check the Read << 43 - cs-gpios: the GPIO(s) used to control the CS << 44 - det-gpios: the GPIO used to detect if a Smar << 45 - atmel,rb: an integer identifying the native << 46 on sama5 SoCs. << 47 << 48 All generic properties are described in the ge << 49 Documentation/devicetree/bindings/mtd/. << 50 << 51 * ECC engine (PMECC) bindings: << 52 << 53 Required properties: << 54 - compatible: should be one of the following << 55 "atmel,at91sam9g45-pmecc" << 56 "atmel,sama5d4-pmecc" << 57 "atmel,sama5d2-pmecc" << 58 "microchip,sam9x60-pmecc" << 59 "microchip,sam9x7-pmecc", "atmel,at91s << 60 - reg: should contain 2 register ranges. The f << 61 block, and the second one to the PMECC_ << 62 << 63 Example: << 64 << 65 nfc_io: nfc-io@70000000 { << 66 compatible = "atmel,sama5d3-nf << 67 reg = <0x70000000 0x8000000>; << 68 }; << 69 << 70 pmecc: ecc-engine@ffffc070 { << 71 compatible = "atmel,at91sam9g4 << 72 reg = <0xffffc070 0x490>, << 73 <0xffffc500 0x100>; << 74 }; << 75 << 76 ebi: ebi@10000000 { << 77 compatible = "atmel,sama5d3-eb << 78 #address-cells = <2>; << 79 #size-cells = <1>; << 80 atmel,smc = <&hsmc>; << 81 reg = <0x10000000 0x10000000 << 82 0x40000000 0x30000000>; << 83 ranges = <0x0 0x0 0x10000000 0 << 84 0x1 0x0 0x40000000 0 << 85 0x2 0x0 0x50000000 0 << 86 0x3 0x0 0x60000000 0 << 87 clocks = <&mck>; << 88 << 89 nand_controller: nand-controll << 90 compatible = "atmel,sa << 91 atmel,nfc-sram = <&nfc << 92 atmel,nfc-io = <&nfc_i << 93 ecc-engine = <&pmecc>; << 94 #address-cells = <2>; << 95 #size-cells = <1>; << 96 ranges; << 97 << 98 nand@3 { << 99 reg = <0x3 0x0 << 100 atmel,rb = <0> << 101 << 102 /* << 103 * Put generic << 104 * subnodes he << 105 */ << 106 }; << 107 }; << 108 }; << 109 << 110 ---------------------------------------------- << 111 << 112 Deprecated bindings (should not be used in new << 113 2 114 Required properties: 3 Required properties: 115 - compatible: The possible values are: 4 - compatible: The possible values are: 116 "atmel,at91rm9200-nand" 5 "atmel,at91rm9200-nand" 117 "atmel,sama5d2-nand" 6 "atmel,sama5d2-nand" 118 "atmel,sama5d4-nand" 7 "atmel,sama5d4-nand" 119 - reg : should specify localbus address and si 8 - reg : should specify localbus address and size used for the chip, 120 and hardware ECC controller if availab 9 and hardware ECC controller if available. 121 If the hardware ECC is PMECC, it shoul 10 If the hardware ECC is PMECC, it should contain address and size for 122 PMECC and PMECC Error Location control 11 PMECC and PMECC Error Location controller. 123 The PMECC lookup table address and siz 12 The PMECC lookup table address and size in ROM is optional. If not 124 specified, driver will build it in run 13 specified, driver will build it in runtime. 125 - atmel,nand-addr-offset : offset for the addr 14 - atmel,nand-addr-offset : offset for the address latch. 126 - atmel,nand-cmd-offset : offset for the comma 15 - atmel,nand-cmd-offset : offset for the command latch. 127 - #address-cells, #size-cells : Must be presen 16 - #address-cells, #size-cells : Must be present if the device has sub-nodes 128 representing partitions. 17 representing partitions. 129 18 130 - gpios : specifies the gpio pins to control t 19 - gpios : specifies the gpio pins to control the NAND device. detect is an 131 optional gpio and may be set to 0 if not pre 20 optional gpio and may be set to 0 if not present. 132 21 133 Optional properties: 22 Optional properties: 134 - atmel,nand-has-dma : boolean to support dma 23 - atmel,nand-has-dma : boolean to support dma transfer for nand read/write. 135 - nand-ecc-mode : String, operation mode of th 24 - nand-ecc-mode : String, operation mode of the NAND ecc mode, soft by default. 136 Supported values are: "none", "soft", "hw", 25 Supported values are: "none", "soft", "hw", "hw_syndrome", "hw_oob_first", 137 "soft_bch". 26 "soft_bch". 138 - atmel,has-pmecc : boolean to enable Programm 27 - atmel,has-pmecc : boolean to enable Programmable Multibit ECC hardware, 139 capable of BCH encoding and decoding, on dev 28 capable of BCH encoding and decoding, on devices where it is present. 140 - atmel,pmecc-cap : error correct capability f 29 - atmel,pmecc-cap : error correct capability for Programmable Multibit ECC 141 Controller. Supported values are: 2, 4, 8, 1 30 Controller. Supported values are: 2, 4, 8, 12, 24. If the compatible string 142 is "atmel,sama5d2-nand", 32 is also valid. 31 is "atmel,sama5d2-nand", 32 is also valid. 143 - atmel,pmecc-sector-size : sector size for EC 32 - atmel,pmecc-sector-size : sector size for ECC computation. Supported values 144 are: 512, 1024. 33 are: 512, 1024. 145 - atmel,pmecc-lookup-table-offset : includes t 34 - atmel,pmecc-lookup-table-offset : includes two offsets of lookup table in ROM 146 for different sector size. First one is for 35 for different sector size. First one is for sector size 512, the next is for 147 sector size 1024. If not specified, driver w 36 sector size 1024. If not specified, driver will build the table in runtime. 148 - nand-bus-width : 8 or 16 bus width if not pr 37 - nand-bus-width : 8 or 16 bus width if not present 8 149 - nand-on-flash-bbt: boolean to enable on flas 38 - nand-on-flash-bbt: boolean to enable on flash bbt option if not present false 150 39 151 Nand Flash Controller(NFC) is an optional sub- 40 Nand Flash Controller(NFC) is an optional sub-node 152 Required properties: 41 Required properties: 153 - compatible : "atmel,sama5d3-nfc". 42 - compatible : "atmel,sama5d3-nfc". 154 - reg : should specify the address and size us 43 - reg : should specify the address and size used for NFC command registers, 155 NFC registers and NFC SRAM. NFC SRAM a 44 NFC registers and NFC SRAM. NFC SRAM address and size can be absent 156 if don't want to use it. 45 if don't want to use it. 157 - clocks: phandle to the peripheral clock 46 - clocks: phandle to the peripheral clock 158 Optional properties: 47 Optional properties: 159 - atmel,write-by-sram: boolean to enable NFC w 48 - atmel,write-by-sram: boolean to enable NFC write by SRAM. 160 49 161 Examples: 50 Examples: 162 nand0: nand@40000000,0 { 51 nand0: nand@40000000,0 { 163 compatible = "atmel,at91rm9200-nand"; 52 compatible = "atmel,at91rm9200-nand"; 164 #address-cells = <1>; 53 #address-cells = <1>; 165 #size-cells = <1>; 54 #size-cells = <1>; 166 reg = <0x40000000 0x10000000 55 reg = <0x40000000 0x10000000 167 0xffffe800 0x200 56 0xffffe800 0x200 168 >; 57 >; 169 atmel,nand-addr-offset = <21>; /* ale 58 atmel,nand-addr-offset = <21>; /* ale */ 170 atmel,nand-cmd-offset = <22>; /* cle 59 atmel,nand-cmd-offset = <22>; /* cle */ 171 nand-on-flash-bbt; 60 nand-on-flash-bbt; 172 nand-ecc-mode = "soft"; 61 nand-ecc-mode = "soft"; 173 gpios = <&pioC 13 0 /* rdy */ 62 gpios = <&pioC 13 0 /* rdy */ 174 &pioC 14 0 /* nce */ 63 &pioC 14 0 /* nce */ 175 0 /* cd */ 64 0 /* cd */ 176 >; 65 >; 177 partition@0 { 66 partition@0 { 178 ... 67 ... 179 }; 68 }; 180 }; 69 }; 181 70 182 /* for PMECC supported chips */ 71 /* for PMECC supported chips */ 183 nand0: nand@40000000 { 72 nand0: nand@40000000 { 184 compatible = "atmel,at91rm9200-nand"; 73 compatible = "atmel,at91rm9200-nand"; 185 #address-cells = <1>; 74 #address-cells = <1>; 186 #size-cells = <1>; 75 #size-cells = <1>; 187 reg = < 0x40000000 0x10000000 /* bus 76 reg = < 0x40000000 0x10000000 /* bus addr & size */ 188 0xffffe000 0x00000600 /* PME 77 0xffffe000 0x00000600 /* PMECC addr & size */ 189 0xffffe600 0x00000200 /* PME 78 0xffffe600 0x00000200 /* PMECC ERRLOC addr & size */ 190 0x00100000 0x00100000 /* ROM 79 0x00100000 0x00100000 /* ROM addr & size */ 191 >; 80 >; 192 atmel,nand-addr-offset = <21>; /* ale 81 atmel,nand-addr-offset = <21>; /* ale */ 193 atmel,nand-cmd-offset = <22>; /* cle 82 atmel,nand-cmd-offset = <22>; /* cle */ 194 nand-on-flash-bbt; 83 nand-on-flash-bbt; 195 nand-ecc-mode = "hw"; 84 nand-ecc-mode = "hw"; 196 atmel,has-pmecc; /* enable PMEC 85 atmel,has-pmecc; /* enable PMECC */ 197 atmel,pmecc-cap = <2>; 86 atmel,pmecc-cap = <2>; 198 atmel,pmecc-sector-size = <512>; 87 atmel,pmecc-sector-size = <512>; 199 atmel,pmecc-lookup-table-offset = <0x8 88 atmel,pmecc-lookup-table-offset = <0x8000 0x10000>; 200 gpios = <&pioD 5 0 /* rdy */ 89 gpios = <&pioD 5 0 /* rdy */ 201 &pioD 4 0 /* nce */ 90 &pioD 4 0 /* nce */ 202 0 /* cd */ 91 0 /* cd */ 203 >; 92 >; 204 partition@0 { 93 partition@0 { 205 ... 94 ... 206 }; 95 }; 207 }; 96 }; 208 97 209 /* for NFC supported chips */ 98 /* for NFC supported chips */ 210 nand0: nand@40000000 { 99 nand0: nand@40000000 { 211 compatible = "atmel,at91rm9200-nand"; 100 compatible = "atmel,at91rm9200-nand"; 212 #address-cells = <1>; 101 #address-cells = <1>; 213 #size-cells = <1>; 102 #size-cells = <1>; 214 ranges; 103 ranges; 215 ... 104 ... 216 nfc@70000000 { 105 nfc@70000000 { 217 compatible = "atmel,sama5d3-nf 106 compatible = "atmel,sama5d3-nfc"; 218 #address-cells = <1>; 107 #address-cells = <1>; 219 #size-cells = <1>; 108 #size-cells = <1>; 220 clocks = <&hsmc_clk> 109 clocks = <&hsmc_clk> 221 reg = < 110 reg = < 222 0x70000000 0x10000000 111 0x70000000 0x10000000 /* NFC Command Registers */ 223 0xffffc000 0x00000070 112 0xffffc000 0x00000070 /* NFC HSMC regs */ 224 0x00200000 0x00100000 113 0x00200000 0x00100000 /* NFC SRAM banks */ 225 >; 114 >; 226 }; 115 }; 227 }; 116 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.