Lines Matching refs:nand

5     * "marvell,armada-8k-nand-controller"
6 * "marvell,armada370-nand-controller"
7 * "marvell,pxa3xx-nand-controller"
8 * "marvell,armada-8k-nand" (deprecated)
9 * "marvell,armada370-nand" (deprecated)
10 * "marvell,pxa3xx-nand" (deprecated)
23 "marvell,armada-8k-nand[-controller]" compatibles).
28 This property is only used with "marvell,pxa3xx-nand[-controller]"
31 This property is only used with "marvell,pxa3xx-nand[-controller]"
39 - nand-rb: see nand-controller.yaml (0-1).
42 - marvell,nand-keep-config: orders the driver not to take the timings
46 - nand-on-flash-bbt: see nand-controller.yaml.
47 - nand-ecc-mode: see nand-controller.yaml. Will use hardware ECC if not specified.
48 - nand-ecc-algo: see nand-controller.yaml. This property is essentially useful when
52 the NAND chip. This value may be overwritten with nand-ecc-strength
54 - nand-ecc-strength: see nand-controller.yaml.
55 - nand-ecc-step-size: see nand-controller.yaml. Marvell's NAND flash controller does
61 See Documentation/devicetree/bindings/mtd/nand-controller.yaml for more details on
66 nand_controller: nand-controller@d0000 {
67 compatible = "marvell,armada370-nand-controller";
74 nand@0 {
77 nand-rb = <0>;
78 nand-ecc-mode = "hw";
79 marvell,nand-keep-config;
80 nand-on-flash-bbt;
81 nand-ecc-strength = <4>;
82 nand-ecc-step-size = <512>;
101 called "nand" node (without clear controller/chip separation).
104 - marvell,nand-enable-arbiter: To enable the arbiter, all boards blindly
115 nand0: nand@43100000 {
116 compatible = "marvell,pxa3xx-nand";
122 marvell,nand-keep-config;
123 marvell,nand-enable-arbiter;