1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/phy/samsung,mipi-video-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung S5P/Exynos SoC MIPI CSIS/DSIM DPHY
10 - Krzysztof Kozlowski <krzk@kernel.org>
11 - Marek Szyprowski <m.szyprowski@samsung.com>
12 - Sylwester Nawrocki <s.nawrocki@samsung.com>
15 For samsung,s5pv210-mipi-video-phy compatible PHYs the second cell in the
16 PHY specifier identifies the PHY and its meaning is as follows::
22 samsung,exynos5420-mipi-video-phy and samsung,exynos5433-mipi-video-phy
23 support additional fifth PHY::
29 - samsung,s5pv210-mipi-video-phy
30 - samsung,exynos5420-mipi-video-phy
31 - samsung,exynos5433-mipi-video-phy
37 $ref: /schemas/types.yaml#/definitions/phandle
40 Phandle to PMU system controller interface, valid only for
41 samsung,s5pv210-mipi-video-phy and samsung,exynos5420-mipi-video-phy (if
45 $ref: /schemas/types.yaml#/definitions/phandle
48 Phandle to PMU system controller interface, valid for
49 samsung,exynos5433-mipi-video-phy (if not a child of PMU).
52 $ref: /schemas/types.yaml#/definitions/phandle
54 Phandle to DISP system controller interface, valid for
55 samsung,exynos5433-mipi-video-phy.
58 $ref: /schemas/types.yaml#/definitions/phandle
60 Phandle to CAM0 system controller interface, valid for
61 samsung,exynos5433-mipi-video-phy.
64 $ref: /schemas/types.yaml#/definitions/phandle
66 Phandle to CAM1 system controller interface, valid for
67 samsung,exynos5433-mipi-video-phy.
79 - samsung,s5pv210-mipi-video-phy
80 - samsung,exynos5420-mipi-video-phy
83 samsung,pmu-syscon: false
84 samsung,disp-sysreg: false
85 samsung,cam0-sysreg: false
86 samsung,cam1-sysreg: false
95 additionalProperties: false
100 compatible = "samsung,exynos5433-mipi-video-phy";
102 samsung,cam0-sysreg = <&syscon_cam0>;
103 samsung,cam1-sysreg = <&syscon_cam1>;
104 samsung,disp-sysreg = <&syscon_disp>;
109 compatible = "samsung,s5pv210-mipi-video-phy";
110 syscon = <&pmu_system_controller>;