diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-07-05 04:56:09 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-10-12 21:21:43 -0400 |
commit | 5314ec8e52263b56edd6a37d089b3b675d50e3f1 (patch) | |
tree | 96763a71d0c73d0c88076c85e28f680a8775a69a /arch/arm/boot/dts/at91sam9n12.dtsi | |
parent | 6732ae5cb47c4f9a72727585956f2a5e069d1637 (diff) |
arm: at91: dt: at91sam9 add pinctrl support
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12.dtsi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi index b061c0626025..8b5276499aaf 100644 --- a/arch/arm/boot/dts/at91sam9n12.dtsi +++ b/arch/arm/boot/dts/at91sam9n12.dtsi | |||
@@ -105,9 +105,19 @@ | |||
105 | pinctrl@fffff400 { | 105 | pinctrl@fffff400 { |
106 | #address-cells = <1>; | 106 | #address-cells = <1>; |
107 | #size-cells = <1>; | 107 | #size-cells = <1>; |
108 | compatible = "atmel,at91rm9200-pinctrl", "simple-bus"; | 108 | compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus"; |
109 | ranges = <0xfffff400 0xfffff400 0x800>; | 109 | ranges = <0xfffff400 0xfffff400 0x800>; |
110 | 110 | ||
111 | atmel,mux-mask = < | ||
112 | /* A B C */ | ||
113 | 0xffffffff 0xffe07983 0x00000000 /* pioA */ | ||
114 | 0x00040000 0x00047e0f 0x00000000 /* pioB */ | ||
115 | 0xfdffffff 0x07c00000 0xb83fffff /* pioC */ | ||
116 | 0x003fffff 0x003f8000 0x00000000 /* pioD */ | ||
117 | >; | ||
118 | |||
119 | /* shared pinctrl settings */ | ||
120 | |||
111 | pioA: gpio@fffff400 { | 121 | pioA: gpio@fffff400 { |
112 | compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio"; | 122 | compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio"; |
113 | reg = <0xfffff400 0x200>; | 123 | reg = <0xfffff400 0x200>; |