xref: /openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml (revision 7ae9fb1b7ecbb5d85d07857943f677fd1a559b18)
11d86b089SZhen Lei# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
21d86b089SZhen Lei%YAML 1.2
31d86b089SZhen Lei---
41d86b089SZhen Lei$id: http://devicetree.org/schemas/arm/hisilicon/hisilicon.yaml#
51d86b089SZhen Lei$schema: http://devicetree.org/meta-schemas/core.yaml#
61d86b089SZhen Lei
7*a612130cSKrzysztof Kozlowskititle: Hisilicon Platforms
81d86b089SZhen Lei
91d86b089SZhen Leimaintainers:
101d86b089SZhen Lei  - Wei Xu <xuwei5@hisilicon.com>
111d86b089SZhen Lei
121d86b089SZhen Leiproperties:
131d86b089SZhen Lei  $nodename:
141d86b089SZhen Lei    const: '/'
151d86b089SZhen Lei
161d86b089SZhen Lei  compatible:
171d86b089SZhen Lei    oneOf:
181d86b089SZhen Lei      - description: Hi3660 based boards.
191d86b089SZhen Lei        items:
201d86b089SZhen Lei          - const: hisilicon,hi3660-hikey960
211d86b089SZhen Lei          - const: hisilicon,hi3660
221d86b089SZhen Lei
231d86b089SZhen Lei      - description: Hi3670 based boards.
241d86b089SZhen Lei        items:
251d86b089SZhen Lei          - const: hisilicon,hi3670-hikey970
261d86b089SZhen Lei          - const: hisilicon,hi3670
271d86b089SZhen Lei
281d86b089SZhen Lei      - description: Hi3798cv200 based boards.
291d86b089SZhen Lei        items:
301d86b089SZhen Lei          - const: hisilicon,hi3798cv200-poplar
311d86b089SZhen Lei          - const: hisilicon,hi3798cv200
321d86b089SZhen Lei
331d86b089SZhen Lei      - description: Hi4511 Board
341d86b089SZhen Lei        items:
351d86b089SZhen Lei          - const: hisilicon,hi3620-hi4511
361d86b089SZhen Lei
371d86b089SZhen Lei      - description: Hi6220 based boards.
381d86b089SZhen Lei        items:
391d86b089SZhen Lei          - const: hisilicon,hi6220-hikey
401d86b089SZhen Lei          - const: hisilicon,hi6220
411d86b089SZhen Lei
421d86b089SZhen Lei      - description: HiP01 based boards.
431d86b089SZhen Lei        items:
441d86b089SZhen Lei          - const: hisilicon,hip01-ca9x2
451d86b089SZhen Lei          - const: hisilicon,hip01
461d86b089SZhen Lei
471d86b089SZhen Lei      - description: HiP04 D01 Board
481d86b089SZhen Lei        items:
491d86b089SZhen Lei          - const: hisilicon,hip04-d01
501d86b089SZhen Lei
511d86b089SZhen Lei      - description: HiP05 D02 Board
521d86b089SZhen Lei        items:
531d86b089SZhen Lei          - const: hisilicon,hip05-d02
541d86b089SZhen Lei
551d86b089SZhen Lei      - description: HiP06 D03 Board
561d86b089SZhen Lei        items:
571d86b089SZhen Lei          - const: hisilicon,hip06-d03
581d86b089SZhen Lei
591d86b089SZhen Lei      - description: HiP07 D05 Board
601d86b089SZhen Lei        items:
611d86b089SZhen Lei          - const: hisilicon,hip07-d05
6242f2445fSZhen Lei
6342f2445fSZhen Lei      - description: SD5203 based boards
6442f2445fSZhen Lei        items:
6542f2445fSZhen Lei          - const: H836ASDJ
6642f2445fSZhen Lei          - const: hisilicon,sd5203
6762298364SRob Herring
6862298364SRob HerringadditionalProperties: true
6962298364SRob Herring
701d86b089SZhen Lei...
71