diff mbox series

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

Message ID 20190806103844.25277-10-j-keerthy@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series net: ti: icssg: Add prueth support | expand

Commit Message

Keerthy Aug. 6, 2019, 10:38 a.m. UTC
Add icssg specific msmc_ram carveout nodes

Signed-off-by: Keerthy <j-keerthy@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 mbox series

Patch

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@40000 {
+		reg = <0x40000 0x10000>;
+	};
+	icssg1_sram: icssg1-sram@50000 {
+		reg = <0x50000 0x10000>;
+	};
+	icssg2_sram: icssg2-sram@60000 {
+		reg = <0x60000 0x10000>;
+	};
+};