xref: /freebsd/sys/contrib/device-tree/Bindings/arm/intel,socfpga.yaml (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1c9ccf3a3SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2c9ccf3a3SEmmanuel Vadot%YAML 1.2
3c9ccf3a3SEmmanuel Vadot---
4c9ccf3a3SEmmanuel Vadot$id: http://devicetree.org/schemas/arm/intel,socfpga.yaml#
5c9ccf3a3SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6c9ccf3a3SEmmanuel Vadot
77ef62cebSEmmanuel Vadottitle: Intel SoCFPGA platform
8c9ccf3a3SEmmanuel Vadot
9c9ccf3a3SEmmanuel Vadotmaintainers:
10c9ccf3a3SEmmanuel Vadot  - Dinh Nguyen <dinguyen@kernel.org>
11c9ccf3a3SEmmanuel Vadot
12c9ccf3a3SEmmanuel Vadotproperties:
13c9ccf3a3SEmmanuel Vadot  $nodename:
14c9ccf3a3SEmmanuel Vadot    const: "/"
15c9ccf3a3SEmmanuel Vadot  compatible:
16c9ccf3a3SEmmanuel Vadot    oneOf:
17c9ccf3a3SEmmanuel Vadot      - description: AgileX boards
18c9ccf3a3SEmmanuel Vadot        items:
19c9ccf3a3SEmmanuel Vadot          - enum:
20c9ccf3a3SEmmanuel Vadot              - intel,n5x-socdk
21d5b0e70fSEmmanuel Vadot              - intel,socfpga-agilex-n6000
22c9ccf3a3SEmmanuel Vadot              - intel,socfpga-agilex-socdk
23c9ccf3a3SEmmanuel Vadot          - const: intel,socfpga-agilex
24*aa1a8ff2SEmmanuel Vadot      - description: Agilex5 boards
25*aa1a8ff2SEmmanuel Vadot        items:
26*aa1a8ff2SEmmanuel Vadot          - enum:
27*aa1a8ff2SEmmanuel Vadot              - intel,socfpga-agilex5-socdk
28*aa1a8ff2SEmmanuel Vadot          - const: intel,socfpga-agilex5
29c9ccf3a3SEmmanuel Vadot
30c9ccf3a3SEmmanuel VadotadditionalProperties: true
31c9ccf3a3SEmmanuel Vadot
32c9ccf3a3SEmmanuel Vadot...
33