1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Renesas RA USB high-speed controller
5
6compatible: "renesas,ra-usbhs"
7
8include: [pinctrl-device.yaml, usb-ep.yaml]
9
10properties:
11  phys-clock:
12    type: phandles
13    description: |
14      USBHS physical clocks. Should be provided in case internal clock source is set in phys node.
15
16  interrupts:
17    required: true
18    description: |
19      IRQ number and priority to use for USBHS.
20
21  interrupt-names:
22    required: true
23    enum:
24      - "usbhs-ir"
25    description: |
26      Interrupts must be given corresponding names so that the shim driver can recognize them.
27
28  reg:
29    required: true
30
31  phys:
32    type: phandle
33    description: PHY provider specifier
34