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