Back to home page

OSCL-LXR

 
 

    


0001 Altera SOCFPGA SDRAM Controller
0002 
0003 Required properties:
0004 - compatible : Should contain "altr,sdr-ctl" and "syscon".
0005   syscon is required by the Altera SOCFPGA SDRAM EDAC.
0006 - reg : Should contain 1 register range (address and length)
0007 
0008 Example:
0009         sdr: sdr@ffc25000 {
0010                 compatible = "altr,sdr-ctl", "syscon";
0011                 reg = <0xffc25000 0x1000>;
0012         };