xref: /freebsd/sys/contrib/device-tree/Bindings/riscv/microchip.yaml (revision 2eb4d8dc723da3cf7d735a3226ae49da4c8c5dbc)
1*2eb4d8dcSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*2eb4d8dcSEmmanuel Vadot%YAML 1.2
3*2eb4d8dcSEmmanuel Vadot---
4*2eb4d8dcSEmmanuel Vadot$id: http://devicetree.org/schemas/riscv/microchip.yaml#
5*2eb4d8dcSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*2eb4d8dcSEmmanuel Vadot
7*2eb4d8dcSEmmanuel Vadottitle: Microchip PolarFire SoC-based boards device tree bindings
8*2eb4d8dcSEmmanuel Vadot
9*2eb4d8dcSEmmanuel Vadotmaintainers:
10*2eb4d8dcSEmmanuel Vadot  - Cyril Jean <Cyril.Jean@microchip.com>
11*2eb4d8dcSEmmanuel Vadot  - Lewis Hanly <lewis.hanly@microchip.com>
12*2eb4d8dcSEmmanuel Vadot
13*2eb4d8dcSEmmanuel Vadotdescription:
14*2eb4d8dcSEmmanuel Vadot  Microchip PolarFire SoC-based boards
15*2eb4d8dcSEmmanuel Vadot
16*2eb4d8dcSEmmanuel Vadotproperties:
17*2eb4d8dcSEmmanuel Vadot  $nodename:
18*2eb4d8dcSEmmanuel Vadot    const: '/'
19*2eb4d8dcSEmmanuel Vadot  compatible:
20*2eb4d8dcSEmmanuel Vadot    items:
21*2eb4d8dcSEmmanuel Vadot      - enum:
22*2eb4d8dcSEmmanuel Vadot          - microchip,mpfs-icicle-kit
23*2eb4d8dcSEmmanuel Vadot      - const: microchip,mpfs
24*2eb4d8dcSEmmanuel Vadot
25*2eb4d8dcSEmmanuel VadotadditionalProperties: true
26*2eb4d8dcSEmmanuel Vadot
27*2eb4d8dcSEmmanuel Vadot...
28