0001 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/phy/samsung,dp-video-phy.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Samsung Exynos SoC DisplayPort PHY
0008
0009 maintainers:
0010 - Krzysztof Kozlowski <krzk@kernel.org>
0011 - Marek Szyprowski <m.szyprowski@samsung.com>
0012 - Sylwester Nawrocki <s.nawrocki@samsung.com>
0013
0014 properties:
0015 compatible:
0016 enum:
0017 - samsung,exynos5250-dp-video-phy
0018 - samsung,exynos5420-dp-video-phy
0019
0020 "#phy-cells":
0021 const: 0
0022
0023 samsung,pmu-syscon:
0024 $ref: /schemas/types.yaml#/definitions/phandle
0025 description:
0026 Phandle to PMU system controller interface.
0027
0028 required:
0029 - compatible
0030 - "#phy-cells"
0031 - samsung,pmu-syscon
0032
0033 additionalProperties: false
0034
0035 examples:
0036 - |
0037 phy {
0038 compatible = "samsung,exynos5420-dp-video-phy";
0039 samsung,pmu-syscon = <&pmu_system_controller>;
0040 #phy-cells = <0>;
0041 };