arm: dts: Stratix10: Add SDRAM node
authorLey Foon Tan <ley.foon.tan@intel.com>
Mon, 6 May 2019 01:56:00 +0000 (09:56 +0800)
committerMarek Vasut <marex@denx.de>
Mon, 6 May 2019 10:44:17 +0000 (12:44 +0200)
Add SDRAM device tree node.

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/dts/socfpga_stratix10.dtsi

index d1ae2fa..bd68a78 100755 (executable)
                        u-boot,dm-pre-reloc;
                };
 
+               sdr: sdr@f8000400 {
+                        compatible = "altr,sdr-ctl-s10";
+                        reg = <0xf8000400 0x80>,
+                              <0xf8010000 0x190>,
+                              <0xf8011000 0x500>;
+                        resets = <&rst DDRSCH_RESET>;
+                        u-boot,dm-pre-reloc;
+                };
+
                spi0: spi@ffda4000 {
                        compatible = "snps,dw-apb-ssi";
                        #address-cells = <1>;