Lines Matching +full:imx8qxp +full:- +full:mipi +full:- +full:dphy
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/mixel,mipi-dsi-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Guido Günther <agx@sigxcpu.org>
13 The Mixel MIPI-DSI PHY IP block is e.g. found on i.MX8 platforms (along the
14 MIPI-DSI IP from Northwest Logic). It represents the physical layer for the
18 in either MIPI-DSI PHY mode or LVDS PHY mode.
23 - fsl,imx8mq-mipi-dphy
24 - fsl,imx8qxp-mipi-dphy
32 clock-names:
35 assigned-clocks:
38 assigned-clock-parents:
41 assigned-clock-rates:
44 "#phy-cells":
52 power-domains:
56 - compatible
57 - reg
58 - clocks
59 - clock-names
60 - "#phy-cells"
61 - power-domains
64 - if:
68 const: fsl,imx8mq-mipi-dphy
74 - assigned-clocks
75 - assigned-clock-parents
76 - assigned-clock-rates
78 - if:
82 const: fsl,imx8qxp-mipi-dphy
85 assigned-clocks: false
86 assigned-clock-parents: false
87 assigned-clock-rates: false
90 - fsl,syscon
95 - |
96 #include <dt-bindings/clock/imx8mq-clock.h>
97 dphy: dphy@30a0030 {
98 compatible = "fsl,imx8mq-mipi-dphy";
101 clock-names = "phy_ref";
102 assigned-clocks = <&clk IMX8MQ_CLK_DSI_PHY_REF>;
103 assigned-clock-parents = <&clk IMX8MQ_VIDEO_PLL1_OUT>;
104 assigned-clock-rates = <24000000>;
105 #phy-cells = <0>;
106 power-domains = <&pgc_mipi>;