brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 3e69984 Raw
43 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/display/solomon,ssd-common.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Common properties for Solomon OLED Display Controllers8 9maintainers:10  - Javier Martinez Canillas <javierm@redhat.com>11 12properties:13  reg:14    maxItems: 115 16  reset-gpios:17    maxItems: 118 19  # Only required for SPI20  dc-gpios:21    description: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 the24      data sent is for a command register or the display data RAM25    maxItems: 126 27  solomon,height:28    $ref: /schemas/types.yaml#/definitions/uint3229    description:30      Height in pixel of the screen driven by the controller.31      The default value is controller-dependent.32 33  solomon,width:34    $ref: /schemas/types.yaml#/definitions/uint3235    description:36      Width in pixel of the screen driven by the controller.37      The default value is controller-dependent.38 39allOf:40  - $ref: /schemas/spi/spi-peripheral-props.yaml#41 42additionalProperties: true43