[U-Boot] [PATCH 09/14] arm: dts: k3-am654-base-board-u-boot: Add icssg specific msmc_ram carveout nodes

Keerthy j-keerthy at ti.com
Tue Aug 6 10:38:39 UTC 2019


Add icssg specific msmc_ram carveout nodes

Signed-off-by: Keerthy <j-keerthy at ti.com>
---

Carving out as there is no msmc-ram driver.
Suggestions welcome.

 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 8589f76d23..71a7069e74 100644
--- a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
@@ -361,3 +361,15 @@
 &wkup_i2c0 {
 	u-boot,dm-spl;
 };
+
+&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