Lines Matching +full:datasheet +full:- +full:recommended
4 - #address-cells: see spi-bus.txt
5 - #size-cells: see spi-bus.txt
6 - compatible: should be "energymicro,efm32-spi"
7 - reg: Offset and length of the register set for the controller
8 - interrupts: pair specifying rx and tx irq
9 - clocks: phandle to the spi clock
10 - cs-gpios: see spi-bus.txt
12 Recommended properties :
13 - energymicro,location: Value to write to the ROUTE register's LOCATION
15 datasheet for values.
23 #address-cells = <1>;
24 #size-cells = <0>;
25 compatible = "energymicro,efm32-spi";
29 cs-gpios = <&gpio 51 1>; // D3
34 spi-max-frequency = <6000000>;
36 interrupt-parent = <&boardfpga>;