26 lines
484 B
YAML
26 lines
484 B
YAML
#
|
|
# Copyright (c) 2018, Jan Van Winkel <jan.van_winkel@dxplore.eu>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: ILI9340 320x240 Display Controller
|
|
|
|
description: >
|
|
This is a representation of the ILI9340 320x240 Display Controller
|
|
|
|
inherits:
|
|
!include spi-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "ilitek,ili9340"
|
|
|
|
reset-gpios:
|
|
type: phandle-array
|
|
category: optional
|
|
|
|
cmd-data-gpios:
|
|
type: phandle-array
|
|
category: required
|