1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/spi/cirrus,ep9301-spi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: EP93xx SoC SPI controller
10 - Alexander Sverdlin <alexander.sverdlin@gmail.com>
11 - Nikita Shubin <nikita.shubin@maquefel.me>
14 - $ref: spi-controller.yaml#
19 - const: cirrus,ep9301-spi
26 - const: cirrus,ep9301-spi
30 - description: SPI registers region
37 - description: SPI Controller reference clock source
41 - description: rx DMA channel
42 - description: tx DMA channel
55 unevaluatedProperties: false
59 #include <dt-bindings/gpio/gpio.h>
60 #include <dt-bindings/clock/cirrus,ep9301-syscon.h>
62 compatible = "cirrus,ep9301-spi";
63 reg = <0x808a0000 0x18>;
64 interrupt-parent = <&vic1>;
66 clocks = <&syscon EP93XX_CLK_SPI>;
67 dmas = <&dma1 10 2>, <&dma1 10 1>;
68 dma-names = "rx", "tx";
69 cs-gpios = <&gpio5 2 GPIO_ACTIVE_HIGH>;