2021-11-23 11:26:11 +08:00
|
|
|
# Copyright (c) 2021 BrainCo Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: GigaDevice GD32 SPI
|
|
|
|
|
|
|
|
compatible: "gd,gd32-spi"
|
|
|
|
|
2022-08-23 06:18:28 +08:00
|
|
|
include: [spi-controller.yaml, reset-device.yaml, pinctrl-device.yaml]
|
2021-11-23 11:26:11 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
required: true
|
|
|
|
|
2022-08-23 06:18:28 +08:00
|
|
|
resets:
|
|
|
|
required: true
|
|
|
|
|
2022-09-04 01:06:32 +08:00
|
|
|
clocks:
|
2021-11-23 11:26:11 +08:00
|
|
|
required: true
|
|
|
|
|
|
|
|
pinctrl-0:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
pinctrl-names:
|
|
|
|
required: true
|