xref: /freebsd-src/sys/contrib/device-tree/src/arm/st/stih410-pinctrl.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2014 STMicroelectronics Limited.
4*f126890aSEmmanuel Vadot * Author: Peter Griffin <peter.griffin@linaro.org>
5*f126890aSEmmanuel Vadot */
6*f126890aSEmmanuel Vadot#include "st-pincfg.h"
7*f126890aSEmmanuel Vadot/ {
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot	soc {
10*f126890aSEmmanuel Vadot		pin-controller-rear@922f080 {
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot			usb0 {
13*f126890aSEmmanuel Vadot				pinctrl_usb0: usb2-0 {
14*f126890aSEmmanuel Vadot					st,pins {
15*f126890aSEmmanuel Vadot						usb-oc-detect = <&pio35 0 ALT1 IN>;
16*f126890aSEmmanuel Vadot						usb-pwr-enable = <&pio35 1 ALT1 OUT>;
17*f126890aSEmmanuel Vadot					};
18*f126890aSEmmanuel Vadot				};
19*f126890aSEmmanuel Vadot			};
20*f126890aSEmmanuel Vadot
21*f126890aSEmmanuel Vadot			usb1 {
22*f126890aSEmmanuel Vadot				pinctrl_usb1: usb2-1 {
23*f126890aSEmmanuel Vadot					st,pins {
24*f126890aSEmmanuel Vadot						usb-oc-detect = <&pio35 2 ALT1 IN>;
25*f126890aSEmmanuel Vadot						usb-pwr-enable = <&pio35 3 ALT1 OUT>;
26*f126890aSEmmanuel Vadot					};
27*f126890aSEmmanuel Vadot				};
28*f126890aSEmmanuel Vadot			};
29*f126890aSEmmanuel Vadot		};
30*f126890aSEmmanuel Vadot	};
31*f126890aSEmmanuel Vadot};
32