Lines Matching refs:phy
5 - compatible : should be "samsung,s5pv210-mipi-video-phy";
6 - #phy-cells : from the generic phy bindings, must be 1;
9 For "samsung,s5pv210-mipi-video-phy" compatible PHYs the second cell in
21 - "samsung,exynos5250-dp-video-phy"
22 - "samsung,exynos5420-dp-video-phy"
25 - #phy-cells : from the generic PHY bindings, must be 0;
32 - "samsung,exynos3250-usb2-phy"
33 - "samsung,exynos4210-usb2-phy"
34 - "samsung,exynos4x12-usb2-phy"
35 - "samsung,exynos5250-usb2-phy"
36 - "samsung,s5pv210-usb2-phy"
37 - reg : a list of registers used by phy driver
38 - first and obligatory is the location of phy modules registers
41 - #phy-cells : from the generic phy bindings, must be 1;
43 - the "phy" clock is required by the phy module, used as a gate
54 Exynos3250 has only USB device phy available as phy 0.
63 usbphy: phy@125b0000 {
64 compatible = "samsung,exynos4x12-usb2-phy";
67 clock-names = "phy", "ref";
69 #phy-cells = <1>;
76 phy-consumer@12340000 {
78 phy-names = "phy";
91 - compatible : compatible list, contains "samsung,exynos5250-sata-phy"
93 - #phy-cells : must be zero
100 sata_phy: sata-phy@12170000 {
101 compatible = "samsung,exynos5250-sata-phy";
105 #phy-cells = <0>;
119 sata_phy_i2c:sata-phy@38 {
129 - "samsung,exynos5250-usbdrd-phy" - for exynos5250 SoC,
130 - "samsung,exynos5420-usbdrd-phy" - for exynos5420 SoC.
131 - "samsung,exynos5433-usbdrd-phy" - for exynos5433 SoC.
132 - "samsung,exynos7-usbdrd-phy" - for exynos7 SoC.
137 - phy: main PHY clock (same as USB DRD controller i.e. DWC3 IP clock),
140 PHY operations, associated by phy name. It is used to
145 - phy_pipe: for PIPE3 phy
146 - phy_utmi: for UTMI+ phy
150 - #phy-cells : from the generic PHY bindings, must be 1;
152 For "samsung,exynos5250-usbdrd-phy" and "samsung,exynos5420-usbdrd-phy"
155 0 - UTMI+ type phy,
156 1 - PIPE3 type phy,
160 compatible = "samsung,exynos5250-usbdrd-phy";
163 clock-names = "phy", "ref";
165 #phy-cells = <1>;