mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00

Based on commit 83a368a3fc
("docs: dt-bindings: add DTS Coding Style
document") using underscore ('_') in node name is not recommended that's
why switch to dash ('-').
Acked-by: Xu Yilun <yilun.xu@intel.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/6779af2f9cc21c912f10cf310388d99b980800b2.1702996281.git.michal.simek@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
33 lines
639 B
YAML
33 lines
639 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/fpga/xlnx,versal-fpga.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Xilinx Versal FPGA driver.
|
|
|
|
maintainers:
|
|
- Nava kishore Manne <nava.kishore.manne@amd.com>
|
|
|
|
description: |
|
|
Device Tree Versal FPGA bindings for the Versal SoC, controlled
|
|
using firmware interface.
|
|
|
|
properties:
|
|
compatible:
|
|
items:
|
|
- enum:
|
|
- xlnx,versal-fpga
|
|
|
|
required:
|
|
- compatible
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
versal_fpga: versal-fpga {
|
|
compatible = "xlnx,versal-fpga";
|
|
};
|
|
|
|
...
|