Lines Matching +full:sama5d2 +full:- +full:i2c
3 The Atmel Flexcom is just a wrapper which embeds a SPI controller, an I2C
8 - compatible: Should be "atmel,sama5d2-flexcom"
9 - reg: Should be the offset/length value for Flexcom dedicated
11 - clocks: Should be the Flexcom peripheral clock from PMC.
12 - #address-cells: Should be <1>
13 - #size-cells: Should be <1>
14 - ranges: Should be one range for the full I/O register region
16 - atmel,flexcom-mode: Should be one of the following values:
17 - <1> for USART
18 - <2> for SPI
19 - <3> for I2C
22 A single available child device of type matching the "atmel,flexcom-mode"
30 - ../serial/atmel-usart.txt
31 - ../spi/spi_atmel.txt
32 - ../i2c/i2c-at91.txt
37 compatible = "atmel,sama5d2-flexcom";
40 #address-cells = <1>;
41 #size-cells = <1>;
43 atmel,flexcom-mode = <2>;
46 compatible = "atmel,at91rm9200-spi";
49 pinctrl-names = "default";
50 pinctrl-0 = <&pinctrl_flx0_default>;
51 #address-cells = <1>;
52 #size-cells = <0>;
54 clock-names = "spi_clk";
55 atmel,fifo-size = <32>;
60 spi-max-frequency = <20000000>;