Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/fpga/xlnx,versal-fpga.yaml
26308 views
1
# 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
7
title: Xilinx Versal FPGA driver.
8
9
maintainers:
10
- Nava kishore Manne <nava.kishore.manne@amd.com>
11
12
description: |
13
Device Tree Versal FPGA bindings for the Versal SoC, controlled
14
using firmware interface.
15
16
properties:
17
compatible:
18
items:
19
- enum:
20
- xlnx,versal-fpga
21
22
required:
23
- compatible
24
25
additionalProperties: false
26
27
examples:
28
- |
29
versal_fpga: versal-fpga {
30
compatible = "xlnx,versal-fpga";
31
};
32
33
...
34
35