Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / fpga / altera-fpga2sdram-bridge.txt
1 Altera FPGA To SDRAM Bridge Driver
2
3 Required properties:
4 - compatible            : Should contain "altr,socfpga-fpga2sdram-bridge"
5
6 Optional properties:
7 - bridge-enable         : 0 if driver should disable bridge at startup
8                           1 if driver should enable bridge at startup
9                           Default is to leave bridge in current state.
10
11 Example:
12         fpga_bridge3: fpga-bridge@ffc25080 {
13                 compatible = "altr,socfpga-fpga2sdram-bridge";
14                 reg = <0xffc25080 0x4>;
15                 bridge-enable = <0>;
16         };