blob: 0d3eed303ecc2ad5f475f1348f0943a2e8d35d28 [file] [log] [blame]
# Copyright (c) 2019, Marc Reilly <marc@cpdesign.com.au>
# SPDX-License-Identifier: Apache-2.0
description: ST7789V 320x240 display controller
compatible: "sitronix,st7789v"
include: spi-device.yaml
properties:
reset-gpios:
type: phandle-array
required: true
cmd-data-gpios:
type: phandle-array
required: true
height:
type: int
required: true
description: Height in pixels of the panel driven by the controller
width:
type: int
required: true
description: Width in pixels of the panel driven by the controller
x-offset:
type: int
required: false
description: The column offset in pixels of the LCD to the controller memory
y-offset:
type: int
required: false
description: The row offset in pixels of the LCD to the controller memory