Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / altera / socfpga-sdram-controller.txt
blob77ca635765e1323beeac680ea427efbd4252cef3
1 Altera SOCFPGA SDRAM Controller
3 Required properties:
4 - compatible : Should contain "altr,sdr-ctl" and "syscon".
5   syscon is required by the Altera SOCFPGA SDRAM EDAC.
6 - reg : Should contain 1 register range (address and length)
8 Example:
9         sdr: sdr@ffc25000 {
10                 compatible = "altr,sdr-ctl", "syscon";
11                 reg = <0xffc25000 0x1000>;
12         };