aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/stih410-pinctrl.dtsi
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2014-11-17 11:48:00 -0500
committerMaxime Coquelin <maxime.coquelin@st.com>2014-11-18 06:54:55 -0500
commitef893c1a935950610cbae5a0e6d1d62e080413de (patch)
tree0aca3273e7cfebb07ab4e91670eb6cb9402feba6 /arch/arm/boot/dts/stih410-pinctrl.dtsi
parentcc149f7ae2fa54b3d067527642146dde37977358 (diff)
ARM: STi: DT: STiH410: Add pinctl config for usb controllers.
This patch adds the required pin configiguration for the extra usb controllers found on the stih410 device. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih410-pinctrl.dtsi')
-rw-r--r--arch/arm/boot/dts/stih410-pinctrl.dtsi34
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih410-pinctrl.dtsi b/arch/arm/boot/dts/stih410-pinctrl.dtsi
new file mode 100644
index 000000000000..b3e9dfc81c07
--- /dev/null
+++ b/arch/arm/boot/dts/stih410-pinctrl.dtsi
@@ -0,0 +1,34 @@
1/*
2 * Copyright (C) 2014 STMicroelectronics Limited.
3 * Author: Peter Griffin <peter.griffin@linaro.org>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * publishhed by the Free Software Foundation.
8 */
9#include "st-pincfg.h"
10/ {
11
12 soc {
13 pin-controller-rear {
14
15 usb0 {
16 pinctrl_usb0: usb2-0 {
17 st,pins {
18 usb-oc-detect = <&pio35 0 ALT1 IN>;
19 usb-pwr-enable = <&pio35 1 ALT1 OUT>;
20 };
21 };
22 };
23
24 usb1 {
25 pinctrl_usb1: usb2-1 {
26 st,pins {
27 usb-oc-detect = <&pio35 2 ALT1 IN>;
28 usb-pwr-enable = <&pio35 3 ALT1 OUT>;
29 };
30 };
31 };
32 };
33 };
34};