diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2019-05-06 09:56:00 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-06 12:44:17 +0200 |
commit | bc179908769637cb800ad8c111290e7cae6ead79 (patch) | |
tree | e43fb4d505330a39bbf0f58af3356e9114a67088 /arch | |
parent | 5918afda9d43106dd540c04bb05b7718e5f82171 (diff) | |
download | u-boot-bc179908769637cb800ad8c111290e7cae6ead79.tar.gz |
arm: dts: Stratix10: Add SDRAM node
Add SDRAM device tree node.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch')
-rwxr-xr-x | arch/arm/dts/socfpga_stratix10.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_stratix10.dtsi b/arch/arm/dts/socfpga_stratix10.dtsi index d1ae2fabae..bd68a78a37 100755 --- a/arch/arm/dts/socfpga_stratix10.dtsi +++ b/arch/arm/dts/socfpga_stratix10.dtsi @@ -258,6 +258,15 @@ 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>; |