1354d7675SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2354d7675SEmmanuel Vadot%YAML 1.2 3354d7675SEmmanuel Vadot--- 4354d7675SEmmanuel Vadot$id: http://devicetree.org/schemas/fpga/xlnx,versal-fpga.yaml# 5354d7675SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6354d7675SEmmanuel Vadot 7354d7675SEmmanuel Vadottitle: Xilinx Versal FPGA driver. 8354d7675SEmmanuel Vadot 9354d7675SEmmanuel Vadotmaintainers: 10f126890aSEmmanuel Vadot - Nava kishore Manne <nava.kishore.manne@amd.com> 11354d7675SEmmanuel Vadot 12354d7675SEmmanuel Vadotdescription: | 13354d7675SEmmanuel Vadot Device Tree Versal FPGA bindings for the Versal SoC, controlled 14354d7675SEmmanuel Vadot using firmware interface. 15354d7675SEmmanuel Vadot 16354d7675SEmmanuel Vadotproperties: 17354d7675SEmmanuel Vadot compatible: 18354d7675SEmmanuel Vadot items: 19354d7675SEmmanuel Vadot - enum: 20354d7675SEmmanuel Vadot - xlnx,versal-fpga 21354d7675SEmmanuel Vadot 22354d7675SEmmanuel Vadotrequired: 23354d7675SEmmanuel Vadot - compatible 24354d7675SEmmanuel Vadot 25354d7675SEmmanuel VadotadditionalProperties: false 26354d7675SEmmanuel Vadot 27354d7675SEmmanuel Vadotexamples: 28354d7675SEmmanuel Vadot - | 29*01950c46SEmmanuel Vadot versal_fpga: versal-fpga { 30354d7675SEmmanuel Vadot compatible = "xlnx,versal-fpga"; 31354d7675SEmmanuel Vadot }; 32354d7675SEmmanuel Vadot 33354d7675SEmmanuel Vadot... 34