-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dt-bindings: arm: hisilicon: convert Hisilicon board/soc bindings to …
…json-schema Convert Hisilicon SoC bindings to DT schema format using json-schema. Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org>
- Loading branch information
Zhen Lei
authored and
Rob Herring
committed
Oct 1, 2020
1 parent
921a316
commit 1d86b08
Showing
2 changed files
with
62 additions
and
57 deletions.
There are no files selected for viewing
57 changes: 0 additions & 57 deletions
57
Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt
This file was deleted.
Oops, something went wrong.
62 changes: 62 additions & 0 deletions
62
Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/arm/hisilicon/hisilicon.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Hisilicon Platforms Device Tree Bindings | ||
|
||
maintainers: | ||
- Wei Xu <xuwei5@hisilicon.com> | ||
|
||
properties: | ||
$nodename: | ||
const: '/' | ||
|
||
compatible: | ||
oneOf: | ||
- description: Hi3660 based boards. | ||
items: | ||
- const: hisilicon,hi3660-hikey960 | ||
- const: hisilicon,hi3660 | ||
|
||
- description: Hi3670 based boards. | ||
items: | ||
- const: hisilicon,hi3670-hikey970 | ||
- const: hisilicon,hi3670 | ||
|
||
- description: Hi3798cv200 based boards. | ||
items: | ||
- const: hisilicon,hi3798cv200-poplar | ||
- const: hisilicon,hi3798cv200 | ||
|
||
- description: Hi4511 Board | ||
items: | ||
- const: hisilicon,hi3620-hi4511 | ||
|
||
- description: Hi6220 based boards. | ||
items: | ||
- const: hisilicon,hi6220-hikey | ||
- const: hisilicon,hi6220 | ||
|
||
- description: HiP01 based boards. | ||
items: | ||
- const: hisilicon,hip01-ca9x2 | ||
- const: hisilicon,hip01 | ||
|
||
- description: HiP04 D01 Board | ||
items: | ||
- const: hisilicon,hip04-d01 | ||
|
||
- description: HiP05 D02 Board | ||
items: | ||
- const: hisilicon,hip05-d02 | ||
|
||
- description: HiP06 D03 Board | ||
items: | ||
- const: hisilicon,hip06-d03 | ||
|
||
- description: HiP07 D05 Board | ||
items: | ||
- const: hisilicon,hip07-d05 | ||
... |