mirror of
https://github.com/torvalds/linux.git
synced 2026-05-03 14:02:43 -04:00
1.Add bindings for Ingenic X1830 based board, prepare for later dts. 2.The CU1000-Neo board actually uses X1000E instead of X1000, so the wrongly written "ingenic,x1000" in bindings should be changed to "ingenic,x1000e", the corresponding dts file modification will be made in a patch later in this series. Tested-by: 周正 (Zhou Zheng) <sernia.zhou@foxmail.com> Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
# 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
|
|
...
|