52 lines
937 B
YAML
52 lines
937 B
YAML
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: SSD16xx ePaper display controller
|
|
|
|
compatible: "solomon,ssd1680"
|
|
|
|
include: [spi-device.yaml, display-controller.yaml]
|
|
|
|
properties:
|
|
dc-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: Data/Command control pin
|
|
|
|
reset-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: Reset GPIO
|
|
|
|
busy-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: Busy GPIO
|
|
|
|
|
|
cs-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: Chip-Select GPIO
|
|
|
|
width:
|
|
type: int
|
|
required: true
|
|
description: Width in pixels
|
|
|
|
height:
|
|
type: int
|
|
required: true
|
|
description: Height in pixels
|
|
|
|
rotation:
|
|
type: int
|
|
required: false
|
|
enum: [0, 90, 180, 270]
|
|
default: 0
|
|
description: Display rotation
|
|
|
|
mipi-max-frequency:
|
|
type: int
|
|
required: false
|
|
description: Max frequency of the MIPI interface in Hz
|