Path: blob/master/Documentation/devicetree/bindings/fpga/microchip,mpf-spi-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/microchip,mpf-spi-fpga-mgr.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Microchip Polarfire FPGA manager.78maintainers:9- Vladimir Georgiev <v.georgiev@metrotek.ru>1011description:12Device Tree Bindings for Microchip Polarfire FPGA Manager using slave SPI to13load the bitstream in .dat format.1415properties:16compatible:17enum:18- microchip,mpf-spi-fpga-mgr1920reg:21description: SPI chip select22maxItems: 12324required:25- compatible26- reg2728allOf:29- $ref: /schemas/spi/spi-peripheral-props.yaml#3031unevaluatedProperties: false3233examples:34- |35spi {36#address-cells = <1>;37#size-cells = <0>;3839fpga_mgr@0 {40compatible = "microchip,mpf-spi-fpga-mgr";41spi-max-frequency = <20000000>;42reg = <0>;43};44};454647