zephyr/dts/bindings/test/vnd,serial.yaml
Aleksander Wasaznik 0e83c66cef dts: bindings: Remove reg from vnd,serial
`vnd,serial` is a virtual device which does not have an address.

Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
2023-09-28 14:07:52 +03:00

14 lines
238 B
YAML

description: Test serial port
compatible: "vnd,serial"
include: uart-controller.yaml
properties:
baud-rate:
type: int
buffer-size:
type: int
description: "Size of buffer to capture output data or to queue input data."