altera-fpga2sdram-bridge.txt 456 B

12345678910111213141516
  1. Altera FPGA To SDRAM Bridge Driver
  2. Required properties:
  3. - compatible : Should contain "altr,socfpga-fpga2sdram-bridge"
  4. Optional properties:
  5. - bridge-enable : 0 if driver should disable bridge at startup
  6. 1 if driver should enable bridge at startup
  7. Default is to leave bridge in current state.
  8. Example:
  9. fpga_bridge3: fpga-bridge@ffc25080 {
  10. compatible = "altr,socfpga-fpga2sdram-bridge";
  11. reg = <0xffc25080 0x4>;
  12. bridge-enable = <0>;
  13. };