Lines Matching +full:inter +full:- +full:ic
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/i2c/i2c-imx-lpi2c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale Low Power Inter IC (LPI2C) for i.MX
10 - Shawn Guo <shawnguo@kernel.org>
11 - Sascha Hauer <s.hauer@pengutronix.de>
12 - Fabio Estevam <festevam@gmail.com>
15 - $ref: /schemas/i2c/i2c-controller.yaml#
20 - enum:
21 - fsl,imx7ulp-lpi2c
22 - items:
23 - enum:
24 - fsl,imx8qxp-lpi2c
25 - fsl,imx8dxl-lpi2c
26 - fsl,imx8qm-lpi2c
27 - fsl,imx8ulp-lpi2c
28 - fsl,imx93-lpi2c
29 - fsl,imx95-lpi2c
30 - const: fsl,imx7ulp-lpi2c
38 assigned-clock-parents: true
39 assigned-clock-rates: true
40 assigned-clocks: true
41 clock-frequency: true
43 clock-names:
45 - const: per
46 - const: ipg
53 - description: DMA controller phandle and request line for TX
54 - description: DMA controller phandle and request line for RX
56 dma-names:
58 - const: tx
59 - const: rx
61 power-domains:
65 - compatible
66 - reg
67 - interrupts
68 - clocks
73 - |
74 #include <dt-bindings/clock/imx7ulp-clock.h>
75 #include <dt-bindings/interrupt-controller/arm-gic.h>
78 compatible = "fsl,imx7ulp-lpi2c";
80 interrupt-parent = <&intc>;