| # | |
| # Copyright (c) 2023 Microchip Technology Inc. | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| description: Microchip MPFS I2C Controller | |
| compatible: "microchip,mpfs-i2c" | |
| include: [i2c-controller.yaml, reset-device.yaml] | |
| properties: | |
| reg: | |
| required: true | |
| interrupts: | |
| required: true | |
| clock-frequency: | |
| description: | | |
| Desired I2C bus clock frequency in Hz. As only Standard and Fast | |
| modes are supported, possible values are 100000 and 400000. | |
| enum: [100000, 400000] |