| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/phy/ti,omap-usb2.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| - Kishon Vijay Abraham I <kishon@ti.com> |
| - Roger Quadros <rogerq@kernel.org> |
| - description: wakeup clock |
| - description: reference clock |
| $ref: /schemas/types.yaml#/definitions/phandle-array |
| - description: phandle to the system control module |
| - description: register offset to power on/off the PHY |
| phandle/offset pair. Phandle to the system control module and |
| register offset to power on/off the PHY. |
| $ref: /schemas/types.yaml#/definitions/phandle |
| (deprecated) phandle of the control module used by PHY driver |
| to power on the PHY. Use syscon-phy-power instead. |
| additionalProperties: false |
| compatible = "ti,am654-usb2", "ti,omap-usb2"; |
| syscon-phy-power = <&scm_conf 0x4000>; |
| clocks = <&k3_clks 151 0>, <&k3_clks 151 1>; |
| clock-names = "wkupclk", "refclk"; |