Lines Matching +full:syscon +full:- +full:phandle
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/media/cec/samsung,s5p-cec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
11 - Marek Szyprowski <m.szyprowski@samsung.com>
14 - $ref: cec-common.yaml#
18 const: samsung,s5p-cec
23 clock-names:
25 - const: hdmicec
30 samsung,syscon-phandle:
31 $ref: /schemas/types.yaml#/definitions/phandle
33 Phandle to PMU system controller interface
39 - compatible
40 - clocks
41 - clock-names
42 - hdmi-phandle
43 - interrupts
44 - samsung,syscon-phandle
45 - reg
50 - |
51 #include <dt-bindings/clock/exynos5420.h>
52 #include <dt-bindings/interrupt-controller/arm-gic.h>
55 compatible = "samsung,s5p-cec";
59 clock-names = "hdmicec";
61 hdmi-phandle = <&hdmi>;
62 needs-hpd;
63 pinctrl-names = "default";
64 pinctrl-0 = <&hdmi_cec>;
65 samsung,syscon-phandle = <&pmu_system_controller>;