Lines Matching +full:per +full:- +full:string
11 - #address-cells: depends on your controller. Should at least be 1 to
13 - #size-cells: depends on your controller. Put zero unless you need a
17 - ranges: only needed if you need to define a mapping between CS lines and
22 - nand-ecc-mode : String, operation mode of the NAND ecc mode.
24 "hw_oob_first", "on-die".
26 "soft_bch": use "soft" and nand-ecc-algo instead
27 - nand-ecc-algo: string, algorithm of NAND ECC.
29 - nand-bus-width : 8 or 16 bus width if not present 8
30 - nand-on-flash-bbt: boolean to enable on flash bbt option if not present false
32 - nand-ecc-strength: integer representing the number of bits to correct
33 per ECC step.
35 - nand-ecc-step-size: integer representing the number of data bytes
38 - nand-ecc-maximize: boolean used to specify that you want to maximize ECC
43 This is particularly useful when only the in-band area is
46 - nand-is-boot-medium: Whether the NAND chip is a boot medium. Drivers might use
50 - nand-rb: shall contain the native Ready/Busy ids.
54 errors per {size} bytes".
56 The interpretation of these parameters is implementation-defined, so not all
62 nand-controller {
63 #address-cells = <1>;
64 #size-cells = <0>;
70 nand-ecc-mode = "soft";
71 nand-ecc-algo = "bch";