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/at91sam9x5.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/at91sam9x5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5.dtsi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 065698ac4deb..34d4d5c8c58d 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi | |||
@@ -114,9 +114,19 @@ | |||
114 | pinctrl@fffff200 { | 114 | pinctrl@fffff200 { |
115 | #address-cells = <1>; | 115 | #address-cells = <1>; |
116 | #size-cells = <1>; | 116 | #size-cells = <1>; |
117 | compatible = "atmel,at91rm9200-pinctrl", "simple-bus"; | 117 | compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus"; |
118 | ranges = <0xfffff400 0xfffff400 0x800>; | 118 | ranges = <0xfffff400 0xfffff400 0x800>; |
119 | 119 | ||
120 | atmel,mux-mask = < | ||
121 | /* A B C */ | ||
122 | 0xffffffff 0xffe0399f 0xc000001c /* pioA */ | ||
123 | 0xffffffff 0xffc003ff 0xffc003ff /* pioB */ | ||
124 | 0xffffffff 0xffc003ff 0xffc003ff /* pioC */ | ||
125 | 0xffffffff 0xffc003ff 0xffc003ff /* pioD */ | ||
126 | >; | ||
127 | |||
128 | /* shared pinctrl settings */ | ||
129 | |||
120 | pioA: gpio@fffff400 { | 130 | pioA: gpio@fffff400 { |
121 | compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio"; | 131 | compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio"; |
122 | reg = <0xfffff400 0x200>; | 132 | reg = <0xfffff400 0x200>; |