Lines Matching +full:at91rm9200 +full:- +full:spi
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@linaro.org>
14 - $ref: spi-controller.yaml#
19 - const: atmel,at91rm9200-spi
20 - items:
21 - const: microchip,sam9x60-spi
22 - const: atmel,at91rm9200-spi
23 - items:
24 - const: microchip,sam9x7-spi
25 - const: microchip,sam9x60-spi
26 - const: atmel,at91rm9200-spi
34 clock-names:
43 - description: TX DMA Channel
44 - description: RX DMA Channel
46 dma-names:
48 - const: tx
49 - const: rx
51 atmel,fifo-size:
55 capable SPI controllers.
59 - compatible
60 - reg
61 - interrupts
62 - clock-names
63 - clocks
68 - |
69 #include <dt-bindings/gpio/gpio.h>
70 #include <dt-bindings/interrupt-controller/irq.h>
72 spi1: spi@fffcc000 {
73 compatible = "atmel,at91rm9200-spi";
76 #address-cells = <1>;
77 #size-cells = <0>;
79 clock-names = "spi_clk";
80 cs-gpios = <&pioB 3 GPIO_ACTIVE_HIGH>;
81 atmel,fifo-size = <32>;
84 compatible = "mmc-spi-slot";
87 spi-max-frequency = <25000000>;