Lines Matching +full:comms +full:- +full:ssc4 +full:- +full:i2c
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/i2c/st,sti-i2c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: I2C controller embedded in STMicroelectronics STi platform
10 - Patrice Chotard <patrice.chotard@foss.st.com>
13 - $ref: /schemas/i2c/i2c-controller.yaml#
18 - st,comms-ssc-i2c
19 - st,comms-ssc4-i2c
30 clock-names:
33 clock-frequency:
37 st,i2c-min-scl-pulse-width-us:
42 st,i2c-min-sda-pulse-width-us:
48 - compatible
49 - reg
50 - interrupts
51 - clocks
52 - clock-names
57 - |
58 #include <dt-bindings/interrupt-controller/arm-gic.h>
59 #include <dt-bindings/clock/stih407-clks.h>
60 i2c@fed40000 {
61 compatible = "st,comms-ssc4-i2c";
65 clock-names = "ssc";
66 clock-frequency = <400000>;
67 pinctrl-names = "default";
68 pinctrl-0 = <&pinctrl_i2c0_default>;
69 st,i2c-min-scl-pulse-width-us = <0>;
70 st,i2c-min-sda-pulse-width-us = <5>;