Lines Matching +full:spi +full:- +full:tx +full:- +full:bus +full:- +full:width
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/spi/allwinner,sun4i-a10-spi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 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
21 const: allwinner,sun4i-a10-spi
31 - description: Bus Clock
32 - description: Module Clock
34 clock-names:
36 - const: ahb
37 - const: mod
41 - description: RX DMA Channel
42 - description: TX DMA Channel
44 dma-names:
46 - const: rx
47 - const: tx
49 num-cs: true
52 "^.*@[0-9a-f]+":
60 spi-rx-bus-width:
63 spi-tx-bus-width:
67 - compatible
68 - reg
69 - interrupts
70 - clocks
71 - clock-names
76 - |
77 spi1: spi@1c06000 {
78 compatible = "allwinner,sun4i-a10-spi";
82 clock-names = "ahb", "mod";
83 #address-cells = <1>;
84 #size-cells = <0>;