1# Copyright (c) 2023, TOKITA Hiroshi
2# SPDX-License-Identifier: Apache-2.0
3
4description: SH1106 128x64 dot-matrix display controller on SPI bus
5
6compatible: "sinowealth,sh1106"
7
8include: ["solomon,ssd1306fb-common.yaml", "spi-device.yaml"]
9
10properties:
11  data-cmd-gpios:
12    type: phandle-array
13    required: true
14    description: D/C# pin.
15