2020-01-15 06:53:10 +08:00
|
|
|
# Copyright (c) 2020, Phytec Messtechnik GmbH
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: GD7965 EPD display controller
|
|
|
|
|
|
|
|
compatible: "gooddisplay,gd7965"
|
|
|
|
|
|
|
|
include: spi-device.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
height:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: Height in pixel of the panel driven by the controller
|
|
|
|
|
|
|
|
width:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: Width in pixel of the panel driven by the controller
|
|
|
|
|
|
|
|
reset-gpios:
|
|
|
|
type: phandle-array
|
|
|
|
required: true
|
2020-01-31 20:17:59 +08:00
|
|
|
description: RESET pin.
|
|
|
|
|
|
|
|
The RESET pin of GD7965 is active low.
|
|
|
|
If connected directly the MCU pin should be configured
|
|
|
|
as active low.
|
2020-01-15 06:53:10 +08:00
|
|
|
|
|
|
|
dc-gpios:
|
|
|
|
type: phandle-array
|
|
|
|
required: true
|
2020-01-31 20:17:59 +08:00
|
|
|
description: DC pin.
|
|
|
|
|
|
|
|
The DC pin of GD7965 is active low (transmission command byte).
|
|
|
|
If connected directly the MCU pin should be configured
|
|
|
|
as active low.
|
2020-01-15 06:53:10 +08:00
|
|
|
|
|
|
|
busy-gpios:
|
|
|
|
type: phandle-array
|
|
|
|
required: true
|
2020-01-31 20:17:59 +08:00
|
|
|
description: BUSY pin.
|
|
|
|
|
|
|
|
The BUSY pin of GD7965 is active low.
|
|
|
|
If connected directly the MCU pin should be configured
|
|
|
|
as active low.
|
2020-01-15 06:53:10 +08:00
|
|
|
|
|
|
|
pwr:
|
|
|
|
type: uint8-array
|
|
|
|
required: true
|
|
|
|
description: Power Setting (PWR) values
|
|
|
|
|
|
|
|
softstart:
|
|
|
|
type: uint8-array
|
|
|
|
required: true
|
|
|
|
description: Booster Soft Start (BTST) values
|
|
|
|
|
|
|
|
cdi:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: VCOM and data interval value
|
|
|
|
|
|
|
|
tcon:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: TCON setting value
|