ARM: dts: at91: sama5d2_xplained: Add memory node in devicetree
authorClément Léger <clement.leger@bootlin.com>
Mon, 16 Aug 2021 12:25:41 +0000 (14:25 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Tue, 21 Sep 2021 07:05:38 +0000 (10:05 +0300)
sama5d2_xplained DRAM detection code will be modified to use device tree
instead of hardcoded addresses. In order to prepare that, add the memory
node to at91-sama5d2_xplained.dts.

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
arch/arm/dts/at91-sama5d2_xplained.dts

index b733c4d..3e3cb40 100644 (file)
                stdout-path = &uart1;
        };
 
+       memory {
+               reg = <0x20000000 0x20000000>;
+       };
+
        onewire_tm: onewire {
                gpios = <&pioA PIN_PB0 GPIO_ACTIVE_HIGH>;
                pinctrl-names = "default";