From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Wahren Subject: [PATCH 4/4] ARM: dts: imx28: add On-Chip RAM Date: Tue, 13 Sep 2016 17:51:06 +0000 Message-ID: <1473789066-8955-5-git-send-email-stefan.wahren@i2se.com> References: <1473789066-8955-1-git-send-email-stefan.wahren@i2se.com> Return-path: In-Reply-To: <1473789066-8955-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Shawn Guo , Fabio Estevam Cc: Rob Herring , Mark Rutland , Arnd Bergmann , Marek Vasut , =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= , Sascha Hauer , =?UTF-8?q?J=C3=B6rg=20Krause?= , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stefan Wahren List-Id: devicetree@vger.kernel.org This patch adds the node for the 128 KB On-Chip RAM of the i.MX28. Signed-off-by: Stefan Wahren --- arch/arm/boot/dts/imx28.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index e483f61..eefff7e1 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -1237,6 +1237,11 @@ #size-cells = <1>; ranges; + ocram: sram@00000000 { + compatible = "mmio-sram"; + reg = <0x00000000 0x20000>; + }; + usb0: usb@80080000 { compatible = "fsl,imx28-usb", "fsl,imx27-usb"; reg = <0x80080000 0x10000>; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: stefan.wahren@i2se.com (Stefan Wahren) Date: Tue, 13 Sep 2016 17:51:06 +0000 Subject: [PATCH 4/4] ARM: dts: imx28: add On-Chip RAM In-Reply-To: <1473789066-8955-1-git-send-email-stefan.wahren@i2se.com> References: <1473789066-8955-1-git-send-email-stefan.wahren@i2se.com> Message-ID: <1473789066-8955-5-git-send-email-stefan.wahren@i2se.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patch adds the node for the 128 KB On-Chip RAM of the i.MX28. Signed-off-by: Stefan Wahren --- arch/arm/boot/dts/imx28.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index e483f61..eefff7e1 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -1237,6 +1237,11 @@ #size-cells = <1>; ranges; + ocram: sram at 00000000 { + compatible = "mmio-sram"; + reg = <0x00000000 0x20000>; + }; + usb0: usb at 80080000 { compatible = "fsl,imx28-usb", "fsl,imx27-usb"; reg = <0x80080000 0x10000>; -- 1.7.9.5