Lines Matching +full:ssc +full:- +full:controller
1 STMicroelectronics SSC (SPI) Controller
2 ---------------------------------------
5 - compatible : "st,comms-ssc4-spi"
6 - reg : Offset and length of the device's register set
7 - interrupts : The interrupt specifier
8 - clock-names : Must contain "ssc"
9 - clocks : Must contain an entry for each name in clock-names
11 - pinctrl-names : Uses "default", can use "sleep" if provided
12 See ../pinctrl/pinctrl-bindings.txt
15 - cs-gpios : List of GPIO chip selects
16 See ../spi/spi-bus.txt
19 See ../spi/spi-bus.txt
23 compatible = "st,comms-ssc4-spi";
27 clock-names = "ssc";
28 pinctrl-0 = <&pinctrl_spi0_default>;
29 pinctrl-names = "default";
30 cs-gpios = <&pio17 5 0>;
31 #address-cells = <1>;
32 #size-cells = <0>;
37 spi-max-frequency = <1000000>;