From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Stein Subject: [PATCH 2/3] ARM: at91/dt: add SMC0/1 nodes in at91sam9263 dtsi Date: Fri, 19 Dec 2014 09:51:39 +0100 Message-ID: <1418979100-13243-3-git-send-email-alexanders83@web.de> References: <1418979100-13243-1-git-send-email-alexanders83@web.de> Return-path: In-Reply-To: <1418979100-13243-1-git-send-email-alexanders83-S0/GAf8tV78@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Nicolas Ferre , Jean-Christophe Plagniol-Villard , Andrew Victor , Alexandre Belloni , Boris Brezillon Cc: Alexander Stein , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Add the SMC0/1 (Static Memory Controller) nodes in at91sam9263sama5d3 dtsi. Signed-off-by: Alexander Stein --- arch/arm/boot/dts/at91sam9263.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi index 8cc5337..914990b 100644 --- a/arch/arm/boot/dts/at91sam9263.dtsi +++ b/arch/arm/boot/dts/at91sam9263.dtsi @@ -351,11 +351,21 @@ reg = <0xffffe200 0x200>; }; + smc0: smc0@ffffe400 { + compatible = "atmel,at91sam9260-smc", "syscon"; + reg = <0xffffe400 0x200>; + }; + ramc1: ramc@ffffe800 { compatible = "atmel,at91sam9260-sdramc"; reg = <0xffffe800 0x200>; }; + smc1: smc1@ffffea00 { + compatible = "atmel,at91sam9260-smc", "syscon"; + reg = <0xffffea00 0x200>; + }; + matrix: matrix@ffffec00 { compatible = "atmel,at91sam9263-matrix", "syscon"; reg = <0xffffec00 0x200>; -- 2.2.1 -- 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