Lines Matching +full:ssc +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/st,ssc-spi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics SSC SPI Controller
10 The STMicroelectronics SSC SPI controller can be found on STi platforms
15 - Patrice Chotard <patrice.chotard@foss.st.com>
18 - $ref: spi-controller.yaml#
22 const: st,comms-ssc4-spi
30 clock-names:
31 const: ssc
37 - compatible
38 - reg
39 - clocks
40 - clock-names
41 - interrupts
46 - |
47 #include <dt-bindings/interrupt-controller/arm-gic.h>
48 #include <dt-bindings/clock/stih407-clks.h>
50 compatible = "st,comms-ssc4-spi";
54 clock-names = "ssc";
55 pinctrl-0 = <&pinctrl_spi0_default>;
56 pinctrl-names = "default";
57 #address-cells = <1>;
58 #size-cells = <0>;