1 PXA3xx NAND DT bindings
5 - compatible: Should be set to one of the following:
8 - reg: The register base for the controller
9 - interrupts: The interrupt to map
10 - #address-cells: Set to <1> if the node includes partitions
14 - dmas: dma data channel, see dma.txt binding doc
15 - marvell,nand-enable-arbiter: Set to enable the bus arbiter
16 - marvell,nand-keep-config: Set to keep the NAND controller config as set
18 - num-cs: Number of chipselect lines to use
19 - nand-on-flash-bbt: boolean to enable on flash bbt option if
21 - nand-ecc-strength: number of bits to correct per ECC step
22 - nand-ecc-step-size: number of data bytes covered by a single ECC step
24 The following ECC strength and step size are currently supported:
26 - nand-ecc-strength = <1>, nand-ecc-step-size = <512>
27 - nand-ecc-strength = <4>, nand-ecc-step-size = <512>
28 - nand-ecc-strength = <8>, nand-ecc-step-size = <512>
32 nand0: nand@43100000 {
33 compatible = "marvell,pxa3xx-nand";
34 reg = <0x43100000 90>;
40 marvell,nand-enable-arbiter;
41 marvell,nand-keep-config;
44 /* partitions (optional) */