1 # SPDX-License-Identifier: GPL-2.0
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 Device Tree Bindings
10 - $ref: "spi-controller.yaml"
13 - Chen-Yu Tsai <wens@csie.org>
14 - Maxime Ripard <mripard@kernel.org>
17 "#address-cells": true
21 const: allwinner,sun4i-a10-spi
31 - description: Bus Clock
32 - description: Module Clock
41 - description: RX DMA Channel
42 - description: TX DMA Channel
73 additionalProperties: false
78 compatible = "allwinner,sun4i-a10-spi";
79 reg = <0x01c06000 0x1000>;
81 clocks = <&ahb_gates 21>, <&spi1_clk>;
82 clock-names = "ahb", "mod";