mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
4c060b89c1
Add binding doc for Altera SOCFPGA SDRAM controller. Signed-off-by: Alan Tull <atull@opensource.altera.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
Altera SOCFPGA SDRAM Controller
|
|
|
|
Required properties:
|
|
- compatible : Should contain "altr,sdr-ctl" and "syscon".
|
|
syscon is required by the Altera SOCFPGA SDRAM EDAC.
|
|
- reg : Should contain 1 register range (address and length)
|
|
|
|
Example:
|
|
sdr: sdr@ffc25000 {
|
|
compatible = "altr,sdr-ctl", "syscon";
|
|
reg = <0xffc25000 0x1000>;
|
|
};
|