Lines Matching +full:sun8i +full:- +full:h3 +full:- +full:spi
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/spi/allwinner,sun6i-a31-spi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A31 SPI Controller
10 - $ref: "spi-controller.yaml"
13 - Chen-Yu Tsai <wens@csie.org>
14 - Maxime Ripard <mripard@kernel.org>
17 "#address-cells": true
18 "#size-cells": true
22 - const: allwinner,sun6i-a31-spi
23 - const: allwinner,sun8i-h3-spi
24 - items:
25 - enum:
26 - allwinner,sun8i-r40-spi
27 - allwinner,sun50i-h6-spi
28 - allwinner,sun50i-h616-spi
29 - allwinner,suniv-f1c100s-spi
30 - const: allwinner,sun8i-h3-spi
40 - description: Bus Clock
41 - description: Module Clock
43 clock-names:
45 - const: ahb
46 - const: mod
53 - description: RX DMA Channel
54 - description: TX DMA Channel
56 dma-names:
58 - const: rx
59 - const: tx
61 num-cs: true
64 "^.*@[0-9a-f]+":
72 spi-rx-bus-width:
75 spi-tx-bus-width:
79 - compatible
80 - reg
81 - interrupts
82 - clocks
83 - clock-names
88 - |
89 spi1: spi@1c69000 {
90 compatible = "allwinner,sun6i-a31-spi";
94 clock-names = "ahb", "mod";
96 #address-cells = <1>;
97 #size-cells = <0>;
100 - |
101 spi0: spi@1c68000 {
102 compatible = "allwinner,sun8i-h3-spi";
106 clock-names = "ahb", "mod";
108 dma-names = "rx", "tx";
110 #address-cells = <1>;
111 #size-cells = <0>;