Commit 59e32803 authored by Alan Tull's avatar Alan Tull Committed by Greg Kroah-Hartman

dt-bindings: fpga: add Stratix10 SoC FPGA manager binding

Add a Device Tree binding for the Intel Stratix10 SoC FPGA manager.
Signed-off-by: default avatarAlan Tull <atull@kernel.org>
Signed-off-by: default avatarRichard Gong <richard.gong@intel.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarMoritz Fischer <mdf@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ca5ce89
Intel Stratix10 SoC FPGA Manager
Required properties:
The fpga_mgr node has the following mandatory property, must be located under
firmware/svc node.
- compatible : should contain "intel,stratix10-soc-fpga-mgr"
Example:
firmware {
svc {
fpga_mgr: fpga-mgr {
compatible = "intel,stratix10-soc-fpga-mgr";
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment