.. | .. |
---|
26 | 26 | "hw" is supported. |
---|
27 | 27 | - nand-ecc-algo: string, algorithm of NAND ECC. |
---|
28 | 28 | Supported values with "hw" ECC mode are: "rs", "bch". |
---|
29 | | -- nand-bus-width : See nand.txt |
---|
30 | | -- nand-on-flash-bbt: See nand.txt |
---|
| 29 | +- nand-bus-width : See nand-controller.yaml |
---|
| 30 | +- nand-on-flash-bbt: See nand-controller.yaml |
---|
31 | 31 | - nand-ecc-strength: integer representing the number of bits to correct |
---|
32 | 32 | per ECC step (always 512). Supported strength using HW ECC |
---|
33 | 33 | modes are: |
---|
34 | 34 | - RS: 4, 6, 8 |
---|
35 | 35 | - BCH: 4, 8, 14, 16 |
---|
36 | | -- nand-ecc-maximize: See nand.txt |
---|
| 36 | +- nand-ecc-maximize: See nand-controller.yaml |
---|
37 | 37 | - nand-is-boot-medium: Makes sure only ECC strengths supported by the boot ROM |
---|
38 | 38 | are chosen. |
---|
39 | 39 | - wp-gpios: GPIO specifier for the write protect pin. |
---|