Lines Matching +full:at91rm9200 +full:- +full:spi
3 The Atmel Flexcom is just a wrapper which embeds a SPI controller, an I2C
8 - compatible: Should be "atmel,sama5d2-flexcom"
9 or "microchip,sam9x7-flexcom", "atmel,sama5d2-flexcom"
10 - reg: Should be the offset/length value for Flexcom dedicated
11 I/O registers (without USART, TWI or SPI registers).
12 - clocks: Should be the Flexcom peripheral clock from PMC.
13 - #address-cells: Should be <1>
14 - #size-cells: Should be <1>
15 - ranges: Should be one range for the full I/O register region
16 (including USART, TWI and SPI registers).
17 - atmel,flexcom-mode: Should be one of the following values:
18 - <1> for USART
19 - <2> for SPI
20 - <3> for I2C
23 A single available child device of type matching the "atmel,flexcom-mode"
31 - ../serial/atmel-usart.txt
32 - ../spi/spi_atmel.txt
33 - ../i2c/i2c-at91.txt
38 compatible = "atmel,sama5d2-flexcom";
41 #address-cells = <1>;
42 #size-cells = <1>;
44 atmel,flexcom-mode = <2>;
46 spi@400 {
47 compatible = "atmel,at91rm9200-spi";
50 pinctrl-names = "default";
51 pinctrl-0 = <&pinctrl_flx0_default>;
52 #address-cells = <1>;
53 #size-cells = <0>;
55 clock-names = "spi_clk";
56 atmel,fifo-size = <32>;
61 spi-max-frequency = <20000000>;