ARM: dts: at91: calao_usb: simplify memory node

All devices have 64MB RAM. So, the memory node can be put into the
most generic DTSI.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20250402204856.5197-2-wsa+renesas@sang-engineering.com
[claudiu.beznea: s/can bet put/can be put/g in commit description]
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
Wolfram Sang 2025-04-02 22:48:51 +02:00 committed by Claudiu Beznea
parent 67ba341e57
commit 2b72d99c63
3 changed files with 4 additions and 8 deletions

View File

@ -16,10 +16,6 @@ chosen {
bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
};
memory@20000000 {
reg = <0x20000000 0x4000000>;
};
ahb {
apb {
shdwc: poweroff@fffffd10 {

View File

@ -16,6 +16,10 @@ main_xtal {
};
};
memory@20000000 {
reg = <0x20000000 0x4000000>;
};
ahb {
apb {
dbgu: serial@fffff200 {

View File

@ -14,10 +14,6 @@ chosen {
stdout-path = "serial0:115200n8";
};
memory@20000000 {
reg = <0x20000000 0x4000000>;
};
i2c-gpio-0 {
rtc@56 {
compatible = "microcrystal,rv3029";