Lines Matching +full:flexcom +full:- +full:mode
1 * Device tree bindings for Atmel Flexcom (Flexible Serial Communication Unit)
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
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
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"
27 the Flexcom parent.
31 - ../serial/atmel-usart.txt
32 - ../spi/spi_atmel.txt
33 - ../i2c/i2c-at91.txt
37 flexcom@f8034000 {
38 compatible = "atmel,sama5d2-flexcom";
41 #address-cells = <1>;
42 #size-cells = <1>;
44 atmel,flexcom-mode = <2>;
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>;