28 lines
710 B
YAML
28 lines
710 B
YAML
# Copyright (c) 2018, Jan Van Winkel <jan.van_winkel@dxplore.eu>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: ILI9340 320x240 display controller
|
|
|
|
compatible: "ilitek,ili9340"
|
|
|
|
include: spi-device.yaml
|
|
|
|
properties:
|
|
reset-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: RESET pin.
|
|
|
|
The RESET pin of ILI9340 is active low.
|
|
If connected directly the MCU pin should be configured
|
|
as active low.
|
|
|
|
cmd-data-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: D/CX pin.
|
|
|
|
The D/CX pin of ILI9340 is active low (transmission command byte).
|
|
If connected directly the MCU pin should be configured
|
|
as active low.
|