brintos

brintos / linux-shallow public Read only

0
0
Text · 900 B · efc679c Raw
44 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/phy/samsung,exynos-hdmi-phy.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Samsung Exynos SoC HDMI PHY8 9maintainers:10  - Inki Dae <inki.dae@samsung.com>11  - Seung-Woo Kim <sw0312.kim@samsung.com>12  - Kyungmin Park <kyungmin.park@samsung.com>13  - Krzysztof Kozlowski <krzk@kernel.org>14 15properties:16  compatible:17    oneOf:18      - enum:19          - samsung,exynos4210-hdmiphy20          - samsung,exynos4212-hdmiphy21      - const: samsung,exynos5-hdmiphy22        deprecated: true23 24  reg:25    maxItems: 126 27required:28  - compatible29  - reg30 31additionalProperties: false32 33examples:34  - |35    i2c {36        #address-cells = <1>;37        #size-cells = <0>;38 39        hdmi-phy@38 {40            compatible = "samsung,exynos4210-hdmiphy";41            reg = <0x38>;42        };43    };44