21 lines
411 B
YAML
21 lines
411 B
YAML
|
#
|
||
|
# Copyright (c) 2019, NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
---
|
||
|
title: Rocktech LCD Module
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This binding gives a base representation of the Rocktech LCD module with
|
||
|
LED backlight and capacitive touch panel.
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
type: string
|
||
|
category: required
|
||
|
description: compatible strings
|
||
|
constraint: "rocktech,rk043fn02h-ct"
|
||
|
...
|