18c2ecf20Sopenharmony_ciMixel DSI PHY for i.MX8 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciThe Mixel MIPI-DSI PHY IP block is e.g. found on i.MX8 platforms (along the 48c2ecf20Sopenharmony_ciMIPI-DSI IP from Northwest Logic). It represents the physical layer for the 58c2ecf20Sopenharmony_cielectrical signals for DSI. 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciRequired properties: 88c2ecf20Sopenharmony_ci- compatible: Must be: 98c2ecf20Sopenharmony_ci - "fsl,imx8mq-mipi-dphy" 108c2ecf20Sopenharmony_ci- clocks: Must contain an entry for each entry in clock-names. 118c2ecf20Sopenharmony_ci- clock-names: Must contain the following entries: 128c2ecf20Sopenharmony_ci - "phy_ref": phandle and specifier referring to the DPHY ref clock 138c2ecf20Sopenharmony_ci- reg: the register range of the PHY controller 148c2ecf20Sopenharmony_ci- #phy-cells: number of cells in PHY, as defined in 158c2ecf20Sopenharmony_ci Documentation/devicetree/bindings/phy/phy-bindings.txt 168c2ecf20Sopenharmony_ci this must be <0> 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciOptional properties: 198c2ecf20Sopenharmony_ci- power-domains: phandle to power domain 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ciExample: 228c2ecf20Sopenharmony_ci dphy: dphy@30a0030 { 238c2ecf20Sopenharmony_ci compatible = "fsl,imx8mq-mipi-dphy"; 248c2ecf20Sopenharmony_ci clocks = <&clk IMX8MQ_CLK_DSI_PHY_REF>; 258c2ecf20Sopenharmony_ci clock-names = "phy_ref"; 268c2ecf20Sopenharmony_ci reg = <0x30a00300 0x100>; 278c2ecf20Sopenharmony_ci power-domains = <&pd_mipi0>; 288c2ecf20Sopenharmony_ci #phy-cells = <0>; 298c2ecf20Sopenharmony_ci }; 30