]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: freescale: imx93-tqma9352: add memory node
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Wed, 4 Jun 2025 09:31:21 +0000 (11:31 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 1 Jul 2025 13:32:40 +0000 (21:32 +0800)
Although the bootloader should fixup with real memory size,
add memory node here with smallest assembled size for
readability.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-tqma9352.dtsi

index c2e9c126bd261d35e37b15ded0581d5e56125a6a..82914ca148d3aae5ae160cbfde3260f37d31bb3e 100644 (file)
        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>;