From mboxrd@z Thu Jan 1 00:00:00 1970 From: jjhiblot@traphandler.com (jjhiblot at traphandler.com) Date: Tue, 31 Dec 2013 17:32:12 +0100 Subject: [PATCH 4/6] at91: dt: sam9261: Pinmux DT entries for the SMC/EBI interface In-Reply-To: <1388507534-10570-1-git-send-email-jjhiblot@traphandler.com> References: <1388507534-10570-1-git-send-email-jjhiblot@traphandler.com> Message-ID: <1388507534-10570-5-git-send-email-jjhiblot@traphandler.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: jean-jacques hiblot Signed-off-by: Jean-Jacques Hiblot --- arch/arm/boot/dts/at91sam9261.dtsi | 54 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9261.dtsi b/arch/arm/boot/dts/at91sam9261.dtsi index 7ee0fff..925f9ad 100644 --- a/arch/arm/boot/dts/at91sam9261.dtsi +++ b/arch/arm/boot/dts/at91sam9261.dtsi @@ -317,6 +317,60 @@ >; }; }; + smc { + pinctrl_smc_nwait: smc_nwait-0 { + atmel,pins = ; + }; + pinctrl_smc_a23_a25: smc_a23_a25-0 { + atmel,pins = + ; + }; + pinctrl_smc_d16_d31: smc_d16_d31-0 { + atmel,pins = + ; + }; + pinctrl_smc_ncs4: smc_ncs4-0 { + atmel,pins = ; + }; + pinctrl_smc_ncs5: smc_ncs5-0 { + atmel,pins = ; + }; + pinctrl_smc_nandoe: smc_nandoe-0 { + atmel,pins = ; + }; + pinctrl_smc_ncs6: smc_ncs6-0 { + atmel,pins = ; + }; + pinctrl_smc_nandwe: smc_nandwe-0 { + atmel,pins = ; + }; + pinctrl_smc_ncs7: smc_ncs7-0 { + atmel,pins = ; + }; + pinctrl_smc_cfce1: smc_cfce1-0 { + atmel,pins = ; + }; + pinctrl_smc_cfce2: smc_cfce2-0 { + atmel,pins = ; + }; + }; pioA: gpio at fffff400 { compatible = "atmel,at91rm9200-gpio"; reg = <0xfffff400 0x200>; -- 1.8.4.2