zephyr/dts/bindings/auxdisplay/auxdisplay-device.yaml
Jamie McCrae bdf2e56ce1 drivers: Add auxdisplay (text) interface
Adds the base driver include file and base auxiliary display
dts file.

Signed-off-by: Jamie McCrae <spam@helper3000.net>
2023-05-26 23:05:58 +02:00

18 lines
357 B
YAML

# Copyright (c) 2022 Jamie McCrae
# SPDX-License-Identifier: Apache-2.0
# Common fields for auxiliary (text) displays
include: base.yaml
properties:
columns:
type: int
required: true
description: Number of text columns that the display has
rows:
type: int
required: true
description: Number of text rows that the display has