Lines Matching +full:vdd10 +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/samsung,exynos-dwc3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
15 - samsung,exynos5250-dwusb3
16 - samsung,exynos5433-dwusb3
17 - samsung,exynos7-dwusb3
18 - samsung,exynos850-dwusb3
20 '#address-cells':
27 clock-names:
33 '#size-cells':
36 vdd10-supply:
37 description: 1.0V power supply
39 vdd33-supply:
40 description: 3.0V/3.3V power supply
43 "^usb@[0-9a-f]+$":
48 - compatible
49 - '#address-cells'
50 - clocks
51 - clock-names
52 - ranges
53 - '#size-cells'
54 - vdd10-supply
55 - vdd33-supply
58 - if:
62 const: samsung,exynos5250-dwusb3
68 clock-names:
70 - const: usbdrd30
72 - if:
76 const: samsung,exynos5433-dwusb3
82 clock-names:
84 - const: aclk
85 - const: susp_clk
86 - const: phyclk
87 - const: pipe_pclk
89 - if:
93 const: samsung,exynos7-dwusb3
99 clock-names:
101 - const: usbdrd30
102 - const: usbdrd30_susp_clk
103 - const: usbdrd30_axius_clk
105 - if:
109 const: samsung,exynos850-dwusb3
115 clock-names:
117 - const: bus_early
118 - const: ref
123 - |
124 #include <dt-bindings/clock/exynos5420.h>
125 #include <dt-bindings/interrupt-controller/arm-gic.h>
128 compatible = "samsung,exynos5250-dwusb3";
129 #address-cells = <1>;
130 #size-cells = <1>;
133 clock-names = "usbdrd30";
134 vdd33-supply = <&ldo9_reg>;
135 vdd10-supply = <&ldo11_reg>;
142 phy-names = "usb2-phy", "usb3-phy";