18 lines
354 B
YAML
18 lines
354 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
|
|
|
|
cmd-data-gpios:
|
|
type: phandle-array
|
|
required: true
|