1# 2# Copyright (c) 2022 Jamie McCrae 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7description: Noritake Itron VFD 8 9compatible: "noritake,itron" 10 11include: [auxdisplay-device.yaml, uart-device.yaml] 12 13properties: 14 reset-gpios: 15 type: phandle-array 16 description: Optional GPIO used to reset the display 17 18 busy-gpios: 19 type: phandle-array 20 description: Optional GPIO used for busy detection 21