blob: 80833462f620f397913ecf9907acf5c0e411bb30 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/fpga/xlnx,versal-fpga.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Xilinx Versal FPGA driver.
8
9maintainers:
10 - Nava kishore Manne <nava.kishore.manne@amd.com>
11
12description: |
13 Device Tree Versal FPGA bindings for the Versal SoC, controlled
14 using firmware interface.
15
16properties:
17 compatible:
18 items:
19 - enum:
20 - xlnx,versal-fpga
21
22required:
23 - compatible
24
25additionalProperties: false
26
27examples:
28 - |
Tom Rini6bb92fc2024-05-20 09:54:58 -060029 versal_fpga: versal-fpga {
Tom Rini53633a82024-02-29 12:33:36 -050030 compatible = "xlnx,versal-fpga";
31 };
32
33...