Lines Matching +full:mmc +full:- +full:spi +full:- +full:slot
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/spi/atmel,at91rm9200-spi.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Atmel SPI device
11 - Tudor Ambarus <tudor.ambarus@microchip.com>
14 - $ref: spi-controller.yaml#
19 - const: atmel,at91rm9200-spi
20 - items:
21 - const: microchip,sam9x60-spi
22 - const: atmel,at91rm9200-spi
30 clock-names:
39 - description: TX DMA Channel
40 - description: RX DMA Channel
42 dma-names:
44 - const: tx
45 - const: rx
47 atmel,fifo-size:
51 capable SPI controllers.
55 - compatible
56 - reg
57 - interrupts
58 - clock-names
59 - clocks
64 - |
65 #include <dt-bindings/gpio/gpio.h>
66 #include <dt-bindings/interrupt-controller/irq.h>
68 spi1: spi@fffcc000 {
69 compatible = "atmel,at91rm9200-spi";
72 #address-cells = <1>;
73 #size-cells = <0>;
75 clock-names = "spi_clk";
76 cs-gpios = <&pioB 3 GPIO_ACTIVE_HIGH>;
77 atmel,fifo-size = <32>;
79 mmc@0 {
80 compatible = "mmc-spi-slot";
83 spi-max-frequency = <25000000>;