Lines Matching +full:ipq9574 +full:- +full:gcc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/qcom,spi-qpic-snand.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Md sadre Alam <quic_mdalam@quicinc.com>
13 The QCOM QPIC-SPI-NAND flash controller is an extended version of
15 and parallel mode. It supports typical SPI-NAND page cache
20 - $ref: /schemas/spi/spi-controller.yaml#
25 - qcom,ipq9574-snand
33 clock-names:
35 - const: core
36 - const: aon
37 - const: iom
41 - description: tx DMA channel
42 - description: rx DMA channel
43 - description: cmd DMA channel
45 dma-names:
47 - const: tx
48 - const: rx
49 - const: cmd
52 - compatible
53 - reg
54 - clocks
55 - clock-names
60 - |
61 #include <dt-bindings/clock/qcom,ipq9574-gcc.h>
63 compatible = "qcom,ipq9574-snand";
66 clocks = <&gcc GCC_QPIC_CLK>,
67 <&gcc GCC_QPIC_AHB_CLK>,
68 <&gcc GCC_QPIC_IO_MACRO_CLK>;
69 clock-names = "core", "aon", "iom";
71 #address-cells = <1>;
72 #size-cells = <0>;
75 compatible = "spi-nand";
77 #address-cells = <1>;
78 #size-cells = <1>;
79 nand-ecc-engine = <&qpic_nand>;
80 nand-ecc-strength = <4>;
81 nand-ecc-step-size = <512>;