| # Copyright (c) 2024 Renesas Electronics Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| description: Renesas RA CANFD controller global |
| |
| compatible: "renesas,ra-canfd-global" |
| |
| include: [base.yaml] |
| |
| properties: |
| interrupts: |
| required: true |
| |
| clocks: |
| required: true |
| |
| dll-min-freq: |
| type: int |
| description: | |
| Specifies the Data Link Layer clock limit on this device: DLL clock frequency > dll-min-freq. |
| |
| dll-max-freq: |
| type: int |
| description: | |
| Specifies the Data Link Layer clock limit on this device: DLL clock frequency < dll-max-freq. |