xref: /freebsd/sys/contrib/device-tree/Bindings/riscv/microchip.yaml (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
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
77ef62cebSEmmanuel Vadottitle: Microchip PolarFire SoC-based boards
82eb4d8dcSEmmanuel Vadot
92eb4d8dcSEmmanuel Vadotmaintainers:
107ef62cebSEmmanuel Vadot  - Conor Dooley <conor.dooley@microchip.com>
117ef62cebSEmmanuel 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:
207ef62cebSEmmanuel Vadot    oneOf:
217ef62cebSEmmanuel Vadot      - items:
222eb4d8dcSEmmanuel Vadot          - enum:
23d5b0e70fSEmmanuel Vadot              - microchip,mpfs-icicle-reference-rtlv2203
247ef62cebSEmmanuel Vadot              - microchip,mpfs-icicle-reference-rtlv2210
257ef62cebSEmmanuel Vadot          - const: microchip,mpfs-icicle-kit
267ef62cebSEmmanuel Vadot          - const: microchip,mpfs
277ef62cebSEmmanuel Vadot
287ef62cebSEmmanuel Vadot      - items:
297ef62cebSEmmanuel Vadot          - enum:
30cb7aa33aSEmmanuel Vadot              - aldec,tysom-m-mpfs250t-rev2
317ef62cebSEmmanuel Vadot              - aries,m100pfsevp
32*0e8011faSEmmanuel Vadot              - beagle,beaglev-fire
337ef62cebSEmmanuel Vadot              - microchip,mpfs-sev-kit
34d5b0e70fSEmmanuel Vadot              - sundance,polarberry
352eb4d8dcSEmmanuel Vadot          - const: microchip,mpfs
362eb4d8dcSEmmanuel Vadot
372eb4d8dcSEmmanuel VadotadditionalProperties: true
382eb4d8dcSEmmanuel Vadot
392eb4d8dcSEmmanuel Vadot...
40