Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: mvebu: add sdram controller node to Armada-38x

The Armada-38x uses an SDRAM controller that is compatible with the
Armada-XP. The key difference is the width of the bus (XP is 64/32, 38x
is 32/16). The SDRAM controller registers are the same between the two
SoCs.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

authored by

Chris Packham and committed by
Gregory CLEMENT
042fa3dc da29334c

+5
+5
arch/arm/boot/dts/armada-38x.dtsi
··· 103 103 #size-cells = <1>; 104 104 ranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>; 105 105 106 + sdramc: sdramc@1400 { 107 + compatible = "marvell,armada-xp-sdram-controller"; 108 + reg = <0x1400 0x500>; 109 + }; 110 + 106 111 L2: cache-controller@8000 { 107 112 compatible = "arm,pl310-cache"; 108 113 reg = <0x8000 0x1000>;