7d1c79aa8c
Adds the driver for a Noritake Itron VFD auxiliary display. Signed-off-by: Jamie McCrae <spam@helper3000.net>
21 lines
397 B
YAML
21 lines
397 B
YAML
#
|
|
# Copyright (c) 2022 Jamie McCrae
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
description: Noritake Itron VFD
|
|
|
|
compatible: "noritake,itron"
|
|
|
|
include: [auxdisplay-device.yaml, uart-device.yaml]
|
|
|
|
properties:
|
|
reset-gpios:
|
|
type: phandle-array
|
|
description: Optional GPIO used to reset the display
|
|
|
|
busy-gpios:
|
|
type: phandle-array
|
|
description: Optional GPIO used for busy detection
|