ALSA: timer: Limit max amount of slave instances
[linux-2.6-block.git] / Documentation / devicetree / bindings / fpga / altera-fpga2sdram-bridge.txt
CommitLineData
e3d19244
AT
1Altera FPGA To SDRAM Bridge Driver
2
3Required properties:
4- compatible : Should contain "altr,socfpga-fpga2sdram-bridge"
5
2949dc44 6See Documentation/devicetree/bindings/fpga/fpga-bridge.txt for generic bindings.
e3d19244
AT
7
8Example:
9 fpga_bridge3: fpga-bridge@ffc25080 {
10 compatible = "altr,socfpga-fpga2sdram-bridge";
11 reg = <0xffc25080 0x4>;
12 bridge-enable = <0>;
13 };