ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / fpga / altera-fpga2sdram-bridge.txt
blob5dd0ff0f7b4efec5940e7e0efdf2081420fd4066
1 Altera FPGA To SDRAM Bridge Driver
3 Required properties:
4 - compatible            : Should contain "altr,socfpga-fpga2sdram-bridge"
6 See Documentation/devicetree/bindings/fpga/fpga-bridge.txt for generic bindings.
8 Example:
9         fpga_bridge3: fpga-bridge@ffc25080 {
10                 compatible = "altr,socfpga-fpga2sdram-bridge";
11                 reg = <0xffc25080 0x4>;
12                 bridge-enable = <0>;
13         };