Lines Matching +full:sc9860 +full:- +full:spi
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/spi/sprd,sc9860-spi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Spreadtrum SC9860 SPI Controller
10 - Orson Zhai <[email protected]>
11 - Baolin Wang <[email protected]>
12 - Chunyan Zhang <[email protected]>
16 const: sprd,sc9860-spi
26 - description: SPI clock
27 - description: SPI source (parent) clock
28 - description: SPI module enable clock
30 clock-names:
32 - const: spi
33 - const: source
34 - const: enable
39 dma-names:
41 - const: rx_chn
42 - const: tx_chn
45 - compatible
46 - reg
47 - interrupts
48 - clocks
49 - clock-names
52 - $ref: spi-controller.yaml#
57 - |
58 #include <dt-bindings/interrupt-controller/arm-gic.h>
59 #include <dt-bindings/interrupt-controller/irq.h>
61 spi@70a00000 {
62 compatible = "sprd,sc9860-spi";
66 clock-names = "spi", "source", "enable";
68 dma-names = "rx_chn", "tx_chn";
69 #address-cells = <1>;
70 #size-cells = <0>;