2021-12-30 15:41:18 +08:00
|
|
|
# Copyright (c) 2021 BrainCo Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: GigiDevice GD32 I2C
|
|
|
|
|
|
|
|
compatible: "gd,gd32-i2c"
|
|
|
|
|
2022-08-23 06:15:31 +08:00
|
|
|
include: [i2c-controller.yaml, reset-device.yaml, pinctrl-device.yaml]
|
2021-12-30 15:41:18 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
required: true
|
|
|
|
|
2022-08-23 06:15:31 +08:00
|
|
|
resets:
|
|
|
|
required: true
|
|
|
|
|
2022-09-04 01:06:31 +08:00
|
|
|
clocks:
|
2021-12-30 15:41:18 +08:00
|
|
|
required: true
|
|
|
|
|
|
|
|
pinctrl-0:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
pinctrl-names:
|
|
|
|
required: true
|