Lines Matching +full:nand +full:- +full:ecc +full:- +full:algo
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mtd/intel,lgm-ebunand.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Intel LGM SoC NAND Controller
10 - $ref: "nand-controller.yaml"
13 - Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com>
17 const: intel,lgm-ebunand
22 reg-names:
24 - const: ebunand
25 - const: hsnand
26 - const: nand_cs0
27 - const: nand_cs1
28 - const: addr_sel0
29 - const: addr_sel1
37 dma-names:
39 - const: tx
40 - const: rx
42 "#address-cells":
45 "#size-cells":
49 "^nand@[a-f0-9]+$":
56 nand-ecc-mode: true
58 nand-ecc-algo:
64 - compatible
65 - reg
66 - reg-names
67 - clocks
68 - dmas
69 - dma-names
70 - "#address-cells"
71 - "#size-cells"
76 - |
77 nand-controller@e0f00000 {
78 compatible = "intel,lgm-ebunand";
85 reg-names = "ebunand", "hsnand", "nand_cs0", "nand_cs1",
89 dma-names = "tx", "rx";
90 #address-cells = <1>;
91 #size-cells = <0>;
93 nand@0 {
95 nand-ecc-mode = "hw";