[PATCH v2 06/10] arm: dts: k3-am654-base-board-u-boot: Add icssg specific msmc_ram carveout nodes

Keerthy j-keerthy at ti.com
Tue Feb 18 06:10:00 CET 2020


Add icssg specific msmc_ram carveout nodes

Signed-off-by: Keerthy <j-keerthy at ti.com>
---
 arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
index a349edcfa5..a5aee02eb8 100644
--- a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
@@ -365,3 +365,15 @@
 &usb1 {
 	dr_mode = "peripheral";
 };
+
+&msmc_ram {
+	icssg0_sram: icssg0-sram at 40000 {
+		reg = <0x40000 0x10000>;
+	};
+	icssg1_sram: icssg1-sram at 50000 {
+		reg = <0x50000 0x10000>;
+	};
+	icssg2_sram: icssg2-sram at 60000 {
+		reg = <0x60000 0x10000>;
+	};
+};
-- 
2.17.1



More information about the U-Boot mailing list