1Altera FPGA To SDRAM Bridge Driver 2 3Required properties: 4- compatible : Should contain "altr,socfpga-fpga2sdram-bridge" 5 6See Documentation/devicetree/bindings/fpga/fpga-bridge.txt for generic bindings. 7 8Example: 9 fpga_bridge3: fpga-bridge@ffc25080 { 10 compatible = "altr,socfpga-fpga2sdram-bridge"; 11 reg = <0xffc25080 0x4>; 12 bridge-enable = <0>; 13 }; 14