| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/phy/cdns,dphy.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| - Pratyush Yadav <pratyush@kernel.org> |
| - description: PMA state machine clock |
| - description: PLL reference clock |
| additionalProperties: false |
| #include <dt-bindings/soc/ti,sci_pm_domain.h> |
| compatible = "cdns,dphy"; |
| reg = <0xfd0e0000 0x1000>; |
| clocks = <&psm_clk>, <&pll_ref_clk>; |
| clock-names = "psm", "pll_ref"; |
| power-domains = <&k3_pds 147 TI_SCI_PD_EXCLUSIVE>; |