[PATCH 28/31] ARM: dts: k3-am62l: reserve memory for TF-A

Sascha Hauer s.hauer at pengutronix.de
Wed May 28 04:45:40 PDT 2025


On the AM62l the TF-A is placed at the start of the DRAM. Reserve space
for it.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 arch/arm/dts/k3-am62l-barebox.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/dts/k3-am62l-barebox.dtsi b/arch/arm/dts/k3-am62l-barebox.dtsi
index 9fe44a67ee7374e6c6d9052dc8ea0f31d2e8f4a1..93f2dbb8c86cd4f8321bfa544b4888b66a2d4309 100644
--- a/arch/arm/dts/k3-am62l-barebox.dtsi
+++ b/arch/arm/dts/k3-am62l-barebox.dtsi
@@ -14,3 +14,17 @@ &gpio2 {
 &wkup_gpio0 {
 	status = "okay";
 };
+
+/ {
+	reserved-memory {
+		#address-cells = <2>;
+		#size-cells = <2>;
+		ranges;
+
+		tfa at 80000000 {
+			reg = <0x0 0x80000000 0x0 0x80000>;
+			alignment = <0x1000>;
+			no-map;
+		};
+	};
+};

-- 
2.39.5




More information about the barebox mailing list