brintos

brintos / linux-shallow public Read only

0
0
Text · 907 B · 3bee3f8 Raw
41 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---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 PHY8 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-phy18      - samsung,exynos5420-dp-video-phy19 20  "#phy-cells":21    const: 022 23  samsung,pmu-syscon:24    $ref: /schemas/types.yaml#/definitions/phandle25    deprecated: true26    description:27      Phandle to PMU system controller interface (if not a child of PMU).28 29required:30  - compatible31  - "#phy-cells"32 33additionalProperties: false34 35examples:36  - |37    phy {38        compatible = "samsung,exynos5420-dp-video-phy";39        #phy-cells = <0>;40    };41