Lines Matching +full:nand +full:- +full:ecc +full:- +full:engine
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/mxicy,mx25f0a-spi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Miquel Raynal <miquel.raynal@bootlin.com>
13 - $ref: spi-controller.yaml#
17 const: mxicy,mx25f0a-spi
23 reg-names:
25 - const: regs
26 - const: dirmap
35 clock-names:
37 - const: send_clk
38 - const: send_dly_clk
39 - const: ps_clk
41 nand-ecc-engine:
42 description: NAND ECC engine used by the SPI controller in order to perform
43 on-the-fly correction when using a SPI-NAND memory.
47 - compatible
48 - reg
49 - reg-names
50 - clocks
51 - clock-names
56 - |
58 compatible = "mxicy,mx25f0a-spi";
60 reg-names = "regs", "dirmap";
62 clock-names = "send_clk", "send_dly_clk", "ps_clk";
63 #address-cells = <1>;
64 #size-cells = <0>;