Lines Matching +full:syscon +full:- +full:phy +full:- +full:power
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
19 - description: USB CFG register space
20 - description: USB PHY2 register space
24 power-domains:
28 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml
35 clock-names:
37 - const: ref
39 ti,vbus-divider:
45 ti,syscon-phy-pll-refclk:
46 $ref: /schemas/types.yaml#/definitions/phandle-array
48 - items:
49 - description: Phandle to the SYSCON entry
50 - description: USB phy control register offset within SYSCON
55 '#address-cells':
58 '#size-cells':
62 "^usb@[0-9a-f]+$":
67 - compatible
68 - reg
69 - power-domains
70 - clocks
71 - clock-names
72 - ti,syscon-phy-pll-refclk
77 - |
78 #include <dt-bindings/soc/ti,sci_pm_domain.h>
79 #include <dt-bindings/interrupt-controller/arm-gic.h>
80 #include <dt-bindings/gpio/gpio.h>
83 #address-cells = <2>;
84 #size-cells = <2>;
87 compatible = "ti,am62-usb";
91 clock-names = "ref";
92 ti,syscon-phy-pll-refclk = <&wkup_conf 0x4018>;
93 power-domains = <&k3_pds 179 TI_SCI_PD_EXCLUSIVE>;
94 #address-cells = <2>;
95 #size-cells = <2>;
102 interrupt-names = "host", "peripheral";
103 maximum-speed = "high-speed";