Path: blob/master/Documentation/devicetree/bindings/fpga/xilinx-zynq-fpga-mgr.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/fpga/xilinx-zynq-fpga-mgr.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Xilinx Zynq FPGA Manager78maintainers:9- Michal Simek <michal.simek@amd.com>1011properties:12compatible:13const: xlnx,zynq-devcfg-1.01415reg:16maxItems: 11718interrupts:19maxItems: 12021clocks:22maxItems: 12324clock-names:25items:26- const: ref_clk2728syscon:29$ref: /schemas/types.yaml#/definitions/phandle30description:31Phandle to syscon block which provide access to SLCR registers3233required:34- compatible35- reg36- clocks37- clock-names38- syscon3940additionalProperties: false4142examples:43- |44devcfg: devcfg@f8007000 {45compatible = "xlnx,zynq-devcfg-1.0";46reg = <0xf8007000 0x100>;47interrupts = <0 8 4>;48clocks = <&clkc 12>;49clock-names = "ref_clk";50syscon = <&slcr>;51};525354