16be33864SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
26be33864SEmmanuel Vadot%YAML 1.2
36be33864SEmmanuel Vadot---
46be33864SEmmanuel Vadot$id: http://devicetree.org/schemas/arm/hisilicon/hisilicon.yaml#
56be33864SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
66be33864SEmmanuel Vadot
7*8bab661aSEmmanuel Vadottitle: Hisilicon Platforms
86be33864SEmmanuel Vadot
96be33864SEmmanuel Vadotmaintainers:
106be33864SEmmanuel Vadot  - Wei Xu <xuwei5@hisilicon.com>
116be33864SEmmanuel Vadot
126be33864SEmmanuel Vadotproperties:
136be33864SEmmanuel Vadot  $nodename:
146be33864SEmmanuel Vadot    const: '/'
156be33864SEmmanuel Vadot
166be33864SEmmanuel Vadot  compatible:
176be33864SEmmanuel Vadot    oneOf:
186be33864SEmmanuel Vadot      - description: Hi3660 based boards.
196be33864SEmmanuel Vadot        items:
206be33864SEmmanuel Vadot          - const: hisilicon,hi3660-hikey960
216be33864SEmmanuel Vadot          - const: hisilicon,hi3660
226be33864SEmmanuel Vadot
236be33864SEmmanuel Vadot      - description: Hi3670 based boards.
246be33864SEmmanuel Vadot        items:
256be33864SEmmanuel Vadot          - const: hisilicon,hi3670-hikey970
266be33864SEmmanuel Vadot          - const: hisilicon,hi3670
276be33864SEmmanuel Vadot
286be33864SEmmanuel Vadot      - description: Hi3798cv200 based boards.
296be33864SEmmanuel Vadot        items:
306be33864SEmmanuel Vadot          - const: hisilicon,hi3798cv200-poplar
316be33864SEmmanuel Vadot          - const: hisilicon,hi3798cv200
326be33864SEmmanuel Vadot
336be33864SEmmanuel Vadot      - description: Hi4511 Board
346be33864SEmmanuel Vadot        items:
356be33864SEmmanuel Vadot          - const: hisilicon,hi3620-hi4511
366be33864SEmmanuel Vadot
376be33864SEmmanuel Vadot      - description: Hi6220 based boards.
386be33864SEmmanuel Vadot        items:
396be33864SEmmanuel Vadot          - const: hisilicon,hi6220-hikey
406be33864SEmmanuel Vadot          - const: hisilicon,hi6220
416be33864SEmmanuel Vadot
426be33864SEmmanuel Vadot      - description: HiP01 based boards.
436be33864SEmmanuel Vadot        items:
446be33864SEmmanuel Vadot          - const: hisilicon,hip01-ca9x2
456be33864SEmmanuel Vadot          - const: hisilicon,hip01
466be33864SEmmanuel Vadot
476be33864SEmmanuel Vadot      - description: HiP04 D01 Board
486be33864SEmmanuel Vadot        items:
496be33864SEmmanuel Vadot          - const: hisilicon,hip04-d01
506be33864SEmmanuel Vadot
516be33864SEmmanuel Vadot      - description: HiP05 D02 Board
526be33864SEmmanuel Vadot        items:
536be33864SEmmanuel Vadot          - const: hisilicon,hip05-d02
546be33864SEmmanuel Vadot
556be33864SEmmanuel Vadot      - description: HiP06 D03 Board
566be33864SEmmanuel Vadot        items:
576be33864SEmmanuel Vadot          - const: hisilicon,hip06-d03
586be33864SEmmanuel Vadot
596be33864SEmmanuel Vadot      - description: HiP07 D05 Board
606be33864SEmmanuel Vadot        items:
616be33864SEmmanuel Vadot          - const: hisilicon,hip07-d05
626be33864SEmmanuel Vadot
636be33864SEmmanuel Vadot      - description: SD5203 based boards
646be33864SEmmanuel Vadot        items:
656be33864SEmmanuel Vadot          - const: H836ASDJ
666be33864SEmmanuel Vadot          - const: hisilicon,sd5203
676be33864SEmmanuel Vadot
686be33864SEmmanuel VadotadditionalProperties: true
696be33864SEmmanuel Vadot
706be33864SEmmanuel Vadot...
71