# Copyright (c) 2021, ATL Electronics | |
# SPDX-License-Identifier: Apache-2.0 | |
description: GigaDevice USART | |
compatible: "gd,gd32-usart" | |
include: [uart-controller.yaml, pinctrl-device.yaml] | |
properties: | |
reg: | |
required: true | |
interrupts: | |
required: true | |
rcu-periph-clock: | |
type: int | |
description: Reset Control Unit Peripheral Clock ID | |
required: true |