blob: 3bee3f8733f7d72d15d71838213cc93221b03135 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/phy/samsung,dp-video-phy.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Samsung Exynos SoC DisplayPort PHY
8
9maintainers:
10 - Krzysztof Kozlowski <krzk@kernel.org>
11 - Marek Szyprowski <m.szyprowski@samsung.com>
12 - Sylwester Nawrocki <s.nawrocki@samsung.com>
13
14properties:
15 compatible:
16 enum:
17 - samsung,exynos5250-dp-video-phy
18 - samsung,exynos5420-dp-video-phy
19
20 "#phy-cells":
21 const: 0
22
23 samsung,pmu-syscon:
24 $ref: /schemas/types.yaml#/definitions/phandle
25 deprecated: true
26 description:
27 Phandle to PMU system controller interface (if not a child of PMU).
28
29required:
30 - compatible
31 - "#phy-cells"
32
33additionalProperties: false
34
35examples:
36 - |
37 phy {
38 compatible = "samsung,exynos5420-dp-video-phy";
39 #phy-cells = <0>;
40 };