dt-bindings: Add devicetree bindings
Add snapshot of device tree bindings from keystone common kernel, branch
"android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065
from e32903b9a63bb558df8b803b076619c53c16baad to
android-mainline-keystone-qcom-release").
Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1
Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
This commit is contained in:
58
bindings/mips/ingenic/devices.yaml
Normal file
58
bindings/mips/ingenic/devices.yaml
Normal file
@@ -0,0 +1,58 @@
|
||||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||
%YAML 1.2
|
||||
---
|
||||
$id: http://devicetree.org/schemas/mips/ingenic/devices.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: Ingenic XBurst based Platforms Device Tree Bindings
|
||||
|
||||
maintainers:
|
||||
- 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
|
||||
|
||||
description:
|
||||
Devices with a Ingenic XBurst CPU shall have the following properties.
|
||||
|
||||
properties:
|
||||
$nodename:
|
||||
const: '/'
|
||||
compatible:
|
||||
oneOf:
|
||||
|
||||
- description: Qi Hardware Ben NanoNote
|
||||
items:
|
||||
- const: qi,lb60
|
||||
- const: ingenic,jz4740
|
||||
|
||||
- description: YLM RetroMini RS-90
|
||||
items:
|
||||
- const: ylm,rs90
|
||||
- const: ingenic,jz4725b
|
||||
|
||||
- description: Game Consoles Worldwide GCW Zero
|
||||
items:
|
||||
- const: gcw,zero
|
||||
- const: ingenic,jz4770
|
||||
|
||||
- description: MIPS Creator CI20
|
||||
items:
|
||||
- const: img,ci20
|
||||
- const: ingenic,jz4780
|
||||
|
||||
- description: YSH & ATIL General Board, CU1000 Module with Neo Backplane
|
||||
items:
|
||||
- const: yna,cu1000-neo
|
||||
- const: ingenic,x1000e
|
||||
|
||||
- description: YSH & ATIL General Board, CU1830 Module with Neo Backplane
|
||||
items:
|
||||
- const: yna,cu1830-neo
|
||||
- const: ingenic,x1830
|
||||
|
||||
- description: YSH & ATIL General Board, CU2000 Module with Neo Backplane
|
||||
items:
|
||||
- const: yna,cu2000-neo
|
||||
- const: ingenic,x2000e
|
||||
|
||||
additionalProperties: true
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user