2021-03-03 13:02:50 -07:00
|
|
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
|
|
%YAML 1.2
|
|
|
|
---
|
|
|
|
$id: http://devicetree.org/schemas/riscv/microchip.yaml#
|
|
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
|
2022-08-24 19:04:27 -07:00
|
|
|
title: Microchip PolarFire SoC-based boards
|
2021-03-03 13:02:50 -07:00
|
|
|
|
|
|
|
maintainers:
|
2022-10-10 15:17:05 -07:00
|
|
|
- Conor Dooley <conor.dooley@microchip.com>
|
|
|
|
- Daire McNamara <daire.mcnamara@microchip.com>
|
2021-03-03 13:02:50 -07:00
|
|
|
|
|
|
|
description:
|
|
|
|
Microchip PolarFire SoC-based boards
|
|
|
|
|
|
|
|
properties:
|
|
|
|
$nodename:
|
|
|
|
const: '/'
|
|
|
|
compatible:
|
2022-09-27 04:19:13 -07:00
|
|
|
oneOf:
|
|
|
|
- items:
|
|
|
|
- enum:
|
|
|
|
- microchip,mpfs-icicle-reference-rtlv2203
|
|
|
|
- microchip,mpfs-icicle-reference-rtlv2210
|
|
|
|
- const: microchip,mpfs-icicle-kit
|
|
|
|
- const: microchip,mpfs
|
|
|
|
|
|
|
|
- items:
|
|
|
|
- enum:
|
2023-01-11 05:41:06 -07:00
|
|
|
- aldec,tysom-m-mpfs250t-rev2
|
2022-09-27 04:19:14 -07:00
|
|
|
- aries,m100pfsevp
|
2024-03-27 05:24:36 -07:00
|
|
|
- beagle,beaglev-fire
|
2022-09-27 04:19:15 -07:00
|
|
|
- microchip,mpfs-sev-kit
|
2022-09-27 04:19:13 -07:00
|
|
|
- sundance,polarberry
|
|
|
|
- const: microchip,mpfs
|
2021-03-03 13:02:50 -07:00
|
|
|
|
|
|
|
additionalProperties: true
|
|
|
|
|
|
|
|
...
|