Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1455963

[PATCH 04/11] ARM: dts: NSP: Specify RAM amount for BCM958525XMC board

From Jon Mason <jon.mason@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH 04/11] ARM: dts: NSP: Specify RAM amount for BCM958525XMC board
Date 2016-08-03 20:50 +0200
Message-ID <s29oS-6hy-31@gated-at.bofh.it> (permalink)
References <s29oR-6hy-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add 1GB of memory starting at physical offset 0x6000_0000.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
---
 arch/arm/boot/dts/bcm958525xmc.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/bcm958525xmc.dts b/arch/arm/boot/dts/bcm958525xmc.dts
index a337f2d..9517360 100644
--- a/arch/arm/boot/dts/bcm958525xmc.dts
+++ b/arch/arm/boot/dts/bcm958525xmc.dts
@@ -45,6 +45,11 @@
 	chosen {
 		stdout-path = "serial0:115200n8";
 	};
+
+	memory {
+		device_type = "memory";
+		reg = <0x60000000 0x40000000>;
+	};
 };
 
 &i2c0 {
-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 04/11] ARM: dts: NSP: Specify RAM amount for BCM958525XMC board Jon Mason <jon.mason@broadcom.com> - 2016-08-03 20:50 +0200

csiph-web