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