1# Copyright (c) 2023 Chen Xingyu <hi@xingrz.me>
2# SPDX-License-Identifier: Apache-2.0
3
4description: PTC PT6314 Dot Character VFD Controller/Driver IC
5
6compatible: "ptc,pt6314"
7
8include: [auxdisplay-device.yaml, spi-device.yaml]
9
10properties:
11  columns:
12    enum:
13      - 16
14      - 20
15      - 24
16
17  rows:
18    enum:
19      - 1
20      - 2
21