Lines Matching +full:phy +full:- +full:wrapper
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/usb/ti,am62-usb.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI's AM62 wrapper module for the Synopsys USBSS-DRD controller
10 - Aswath Govindraju <a-govindraju@ti.com>
14 const: ti,am62-usb
21 power-domains:
25 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml
32 clock-names:
34 - const: ref
36 ti,vbus-divider:
42 ti,syscon-phy-pll-refclk:
43 $ref: /schemas/types.yaml#/definitions/phandle-array
45 - items:
46 - description: Phandle to the SYSCON entry
47 - description: USB phy control register offset within SYSCON
52 '#address-cells':
55 '#size-cells':
59 "^usb@[0-9a-f]+$":
64 - compatible
65 - reg
66 - power-domains
67 - clocks
68 - clock-names
69 - ti,syscon-phy-pll-refclk
74 - |
75 #include <dt-bindings/soc/ti,sci_pm_domain.h>
76 #include <dt-bindings/interrupt-controller/arm-gic.h>
77 #include <dt-bindings/gpio/gpio.h>
80 #address-cells = <2>;
81 #size-cells = <2>;
84 compatible = "ti,am62-usb";
87 clock-names = "ref";
88 ti,syscon-phy-pll-refclk = <&wkup_conf 0x4018>;
89 power-domains = <&k3_pds 179 TI_SCI_PD_EXCLUSIVE>;
90 #address-cells = <2>;
91 #size-cells = <2>;
98 interrupt-names = "host", "peripheral";
99 maximum-speed = "high-speed";