1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/display/allwinner,sun8i-a83t-hdmi-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A83t HDMI PHY
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
19 - allwinner,sun8i-a83t-hdmi-phy
20 - allwinner,sun8i-h3-hdmi-phy
21 - allwinner,sun8i-r40-hdmi-phy
22 - allwinner,sun50i-a64-hdmi-phy
23 - allwinner,sun50i-h6-hdmi-phy
31 - description: Bus Clock
32 - description: Module Clock
33 - description: Parent of the PHY clock
34 - description: Second possible parent of the PHY clock
63 - allwinner,sun8i-r40-hdmi-phy
79 - allwinner,sun8i-h3-hdmi-phy
80 - allwinner,sun50i-a64-hdmi-phy
98 additionalProperties: false
102 #include <dt-bindings/clock/sun8i-a83t-ccu.h>
103 #include <dt-bindings/reset/sun8i-a83t-ccu.h>
105 hdmi_phy: hdmi-phy@1ef0000 {
106 compatible = "allwinner,sun8i-a83t-hdmi-phy";
107 reg = <0x01ef0000 0x10000>;
108 clocks = <&ccu CLK_BUS_HDMI>, <&ccu CLK_HDMI_SLOW>;
109 clock-names = "bus", "mod";
110 resets = <&ccu RST_BUS_HDMI0>;