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