xref: /freebsd/sys/contrib/device-tree/Bindings/riscv/microchip.yaml (revision 7ef62cebc2f965b0f640263e179276928885e33d)
12eb4d8dcSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
22eb4d8dcSEmmanuel Vadot%YAML 1.2
32eb4d8dcSEmmanuel Vadot---
42eb4d8dcSEmmanuel Vadot$id: http://devicetree.org/schemas/riscv/microchip.yaml#
52eb4d8dcSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
62eb4d8dcSEmmanuel Vadot
7*7ef62cebSEmmanuel Vadottitle: Microchip PolarFire SoC-based boards
82eb4d8dcSEmmanuel Vadot
92eb4d8dcSEmmanuel Vadotmaintainers:
10*7ef62cebSEmmanuel Vadot  - Conor Dooley <conor.dooley@microchip.com>
11*7ef62cebSEmmanuel Vadot  - Daire McNamara <daire.mcnamara@microchip.com>
122eb4d8dcSEmmanuel Vadot
132eb4d8dcSEmmanuel Vadotdescription:
142eb4d8dcSEmmanuel Vadot  Microchip PolarFire SoC-based boards
152eb4d8dcSEmmanuel Vadot
162eb4d8dcSEmmanuel Vadotproperties:
172eb4d8dcSEmmanuel Vadot  $nodename:
182eb4d8dcSEmmanuel Vadot    const: '/'
192eb4d8dcSEmmanuel Vadot  compatible:
20*7ef62cebSEmmanuel Vadot    oneOf:
21*7ef62cebSEmmanuel Vadot      - items:
222eb4d8dcSEmmanuel Vadot          - enum:
23d5b0e70fSEmmanuel Vadot              - microchip,mpfs-icicle-reference-rtlv2203
24*7ef62cebSEmmanuel Vadot              - microchip,mpfs-icicle-reference-rtlv2210
25*7ef62cebSEmmanuel Vadot          - const: microchip,mpfs-icicle-kit
26*7ef62cebSEmmanuel Vadot          - const: microchip,mpfs
27*7ef62cebSEmmanuel Vadot
28*7ef62cebSEmmanuel Vadot      - items:
29*7ef62cebSEmmanuel Vadot          - enum:
30*7ef62cebSEmmanuel Vadot              - aries,m100pfsevp
31*7ef62cebSEmmanuel Vadot              - microchip,mpfs-sev-kit
32d5b0e70fSEmmanuel Vadot              - sundance,polarberry
332eb4d8dcSEmmanuel Vadot          - const: microchip,mpfs
342eb4d8dcSEmmanuel Vadot
352eb4d8dcSEmmanuel VadotadditionalProperties: true
362eb4d8dcSEmmanuel Vadot
372eb4d8dcSEmmanuel Vadot...
38