~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/mtd/atmel-nand.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/mtd/atmel-nand.txt (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/mtd/atmel-nand.txt (Version linux-5.6.19)


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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php