Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c060b89 authored by Alan Tull's avatar Alan Tull Committed by Dinh Nguyen
Browse files

ARM: socfpga: dts: add sdram controller dt binding doc



Add binding doc for Altera SOCFPGA SDRAM controller.

Signed-off-by: default avatarAlan Tull <atull@opensource.altera.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent ebbce1bb
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
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>;
	};