20 lines
312 B
YAML
20 lines
312 B
YAML
|
# Copyright (c) 2021, Telink Semiconductor
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: Telink B91 UART
|
||
|
|
||
|
compatible: "telink,b91-uart"
|
||
|
|
||
|
include: uart-controller.yaml
|
||
|
|
||
|
properties:
|
||
|
reg:
|
||
|
required: true
|
||
|
|
||
|
interrupts:
|
||
|
required: true
|
||
|
|
||
|
pinctrl-0:
|
||
|
type: phandles
|
||
|
required: true
|