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>
18 const: allwinner,sun4i-a10-spi
28 - description: Bus Clock
29 - description: Module Clock
31 clock-names:
33 - const: ahb
34 - const: mod
38 - description: RX DMA Channel
39 - description: TX DMA Channel
41 dma-names:
43 - const: rx
44 - const: tx
47 "^.*@[0-9a-f]+":
57 spi-rx-bus-width:
60 spi-tx-bus-width:
64 - compatible
65 - reg
66 - interrupts
67 - clocks
68 - clock-names
73 - |
74 spi1: spi@1c06000 {
75 compatible = "allwinner,sun4i-a10-spi";
79 clock-names = "ahb", "mod";
80 #address-cells = <1>;
81 #size-cells = <0>;