1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Renesas RA USBHS internal PHY controller
5
6compatible: "renesas,ra-usbphyc"
7
8include: phy-controller.yaml
9
10properties:
11  clock:
12    type: phandle
13    description: |
14      Clock source for PHY clock in case internal clock is using
15
16  phys-clock-src:
17    type: string
18    enum:
19      - "internal"
20      - "xtal"
21    description: |
22      Select clock source for PHY clock as XTAL or use internal clock
23
24  "#phy-cells":
25    const: 0
26