1# Copyright (c) 2023 Andriy Gelman 2# SPDX-License-Identifier: Apache-2.0 3# 4 5description: | 6 Infineon XMC4xxx CAN 7 8compatible: "infineon,xmc4xxx-can" 9 10include: base.yaml 11 12properties: 13 reg: 14 required: true 15 16 clock-prescaler: 17 type: int 18 required: true 19 description: Clock divider for the input clock. Valid range is [1, 1023]. 20 21 message-objects: 22 type: int 23 required: true 24 description: Number of total can messages supported by hardware. 25