0e83c66cef
`vnd,serial` is a virtual device which does not have an address. Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
14 lines
238 B
YAML
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."
|