aboutsummaryrefslogtreecommitdiff
path: root/Bindings/arm/altera/socfpga-sdram-controller.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/arm/altera/socfpga-sdram-controller.txt')
-rw-r--r--Bindings/arm/altera/socfpga-sdram-controller.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Bindings/arm/altera/socfpga-sdram-controller.txt b/Bindings/arm/altera/socfpga-sdram-controller.txt
deleted file mode 100644
index 77ca635765e..00000000000
--- a/Bindings/arm/altera/socfpga-sdram-controller.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-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>;
- };