Lines Matching +full:soc +full:- +full:glue

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/socionext/socionext,uniphier-dwc3-glue.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Socionext UniPhier SoC DWC3 USB3.0 glue layer
10 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
13 DWC3 USB3.0 glue layer implemented on Socionext UniPhier SoCs is
20 - enum:
21 - socionext,uniphier-pro4-dwc3-glue
22 - socionext,uniphier-pro5-dwc3-glue
23 - socionext,uniphier-pxs2-dwc3-glue
24 - socionext,uniphier-ld20-dwc3-glue
25 - socionext,uniphier-pxs3-dwc3-glue
26 - socionext,uniphier-nx1-dwc3-glue
27 - const: simple-mfd
32 "#address-cells":
35 "#size-cells":
41 "^reset-controller@[0-9a-f]+$":
42 $ref: /schemas/reset/socionext,uniphier-glue-reset.yaml#
44 "^regulator@[0-9a-f]+$":
45 $ref: /schemas/regulator/socionext,uniphier-regulator.yaml#
47 "^phy@[0-9a-f]+$":
49 - $ref: /schemas/phy/socionext,uniphier-usb3hs-phy.yaml#
50 - $ref: /schemas/phy/socionext,uniphier-usb3ss-phy.yaml#
53 - compatible
54 - reg
59 - |
61 compatible = "socionext,uniphier-ld20-dwc3-glue", "simple-mfd";
63 #address-cells = <1>;
64 #size-cells = <1>;
67 reset-controller@0 {
68 compatible = "socionext,uniphier-ld20-usb3-reset";
70 #reset-cells = <1>;
71 clock-names = "link";
73 reset-names = "link";
78 compatible = "socionext,uniphier-ld20-usb3-regulator";
80 clock-names = "link";
82 reset-names = "link";
87 compatible = "socionext,uniphier-ld20-usb3-hsphy";
89 #phy-cells = <0>;
90 clock-names = "link", "phy";
92 reset-names = "link", "phy";
97 compatible = "socionext,uniphier-ld20-usb3-ssphy";
99 #phy-cells = <0>;
100 clock-names = "link", "phy";
102 reset-names = "link", "phy";