Lines Matching +full:phy +full:- +full:names
1 # SPDX-License-Identifier: GPL-2.0
3 ---
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 Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 "#phy-cells":
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
32 - description: Bus Clock
33 - description: Module Clock
34 - description: Parent of the PHY clock
35 - description: Second possible parent of the PHY clock
37 clock-names:
41 - const: bus
42 - const: mod
43 - const: pll-0
44 - const: pll-1
49 reset-names:
50 const: phy
53 - compatible
54 - reg
55 - clocks
56 - clock-names
57 - resets
58 - reset-names
65 - allwinner,sun8i-r40-hdmi-phy
72 clock-names:
81 - allwinner,sun8i-h3-hdmi-phy
82 - allwinner,sun50i-a64-hdmi-phy
89 clock-names:
97 clock-names:
103 - |
104 #include <dt-bindings/clock/sun8i-a83t-ccu.h>
105 #include <dt-bindings/reset/sun8i-a83t-ccu.h>
107 hdmi_phy: hdmi-phy@1ef0000 {
108 compatible = "allwinner,sun8i-a83t-hdmi-phy";
111 clock-names = "bus", "mod";
113 reset-names = "phy";
114 #phy-cells = <0>;