dts: binding: serial: Add kb1200 uart
A new uart controller addition Signed-off-by: Steven Chang <steven@ene.com.tw>
This commit is contained in:
parent
dc9fc3aff1
commit
bf644dd5ae
1 changed files with 24 additions and 0 deletions
24
dts/bindings/serial/ene,kb1200-uart.yaml
Normal file
24
dts/bindings/serial/ene,kb1200-uart.yaml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Copyright (c) 2023 ENE Technology Inc.
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
description: ENE KB1200 UART
|
||||||
|
|
||||||
|
compatible: "ene,kb1200-uart"
|
||||||
|
|
||||||
|
include: [uart-controller.yaml, pinctrl-device.yaml]
|
||||||
|
|
||||||
|
properties:
|
||||||
|
reg:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
interrupts:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
current-speed:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
pinctrl-0:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
pinctrl-names:
|
||||||
|
required: true
|
Loading…
Add table
Add a link
Reference in a new issue