1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/solomon,ssd-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Common properties for Solomon OLED Display Controllers
10 - Javier Martinez Canillas <javierm@redhat.com>
19 # Only required for SPI
22 GPIO connected to the controller's D/C# (Data/Command) pin,
23 that is needed for 4-wire SPI to tell the controller if the
24 data sent is for a command register or the display data RAM
28 $ref: /schemas/types.yaml#/definitions/uint32
30 Height in pixel of the screen driven by the controller.
31 The default value is controller-dependent.
34 $ref: /schemas/types.yaml#/definitions/uint32
36 Width in pixel of the screen driven by the controller.
37 The default value is controller-dependent.
40 - $ref: /schemas/spi/spi-peripheral-props.yaml#
42 additionalProperties: true