1# Copyright (c) 2024 Analog Devices, Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: ADI MAX32 I2C
5
6compatible: "adi,max32-i2c"
7
8include: [i2c-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  reg:
12    required: true
13
14  clocks:
15    required: true
16
17  interrupts:
18    required: true
19