Path: blob/master/Documentation/devicetree/bindings/fpga/intel,stratix10-soc-fpga-mgr.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/fpga/intel,stratix10-soc-fpga-mgr.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Intel Stratix10 SoC FPGA Manager78maintainers:9- Mahesh Rao <mahesh.rao@altera.com>10- Adrian Ng Ho Yin <adrian.ho.yin.ng@altera.com>11- Niravkumar L Rabara <nirav.rabara@altera.com>1213description:14The Intel Stratix10 SoC consists of a 64-bit quad-core ARM Cortex A53 hard15processor system (HPS) and a Secure Device Manager (SDM). The Stratix1016SoC FPGA Manager driver is used to configure/reconfigure the FPGA fabric17on the die.The driver communicates with SDM/ATF via the stratix10-svc18platform driver for performing its operations.1920properties:21compatible:22enum:23- intel,stratix10-soc-fpga-mgr24- intel,agilex-soc-fpga-mgr2526required:27- compatible2829additionalProperties: false3031examples:32- |33fpga-mgr {34compatible = "intel,stratix10-soc-fpga-mgr";35};363738