From: Markus Niebel Date: Wed, 4 Jun 2025 09:31:21 +0000 (+0200) Subject: arm64: dts: freescale: imx93-tqma9352: add memory node X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e396254c2794614ed9b742047da153de638dc2c3;p=users%2Fjedix%2Flinux-maple.git arm64: dts: freescale: imx93-tqma9352: add memory node Although the bootloader should fixup with real memory size, add memory node here with smallest assembled size for readability. Signed-off-by: Markus Niebel Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi b/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi index c2e9c126bd261..82914ca148d3a 100644 --- a/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi +++ b/arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi @@ -11,6 +11,12 @@ model = "TQ-Systems i.MX93 TQMa93xxLA/TQMa93xxCA SOM"; compatible = "tq,imx93-tqma9352", "fsl,imx93"; + memory@80000000 { + device_type = "memory"; + /* our minimum RAM config will be 1024 MiB */ + reg = <0x00000000 0x80000000 0 0x40000000>; + }; + reserved-memory { #address-cells = <2>; #size-cells = <2>;