1# 2# Copyright (c) 2023 Intel Corporation. 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7description: Intel SEDI I2C 8 9compatible: "intel,sedi-i2c" 10 11include: i2c-controller.yaml 12 13properties: 14 reg: 15 required: true 16 17 interrupts: 18 required: true 19 20 peripheral-id: 21 type: int 22 description: Peripheral Instance ID 23 required: true 24