blob: 2e5e9ed8b6155b2139e507821b095cd54b27882b [file] [log] [blame]
Peter Griffinb16b77a2014-11-17 17:48:00 +01001/*
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 "stih410-clock.dtsi"
10#include "stih407-family.dtsi"
11#include "stih410-pinctrl.dtsi"
12/ {
Peter Griffin9d9f65f2015-01-07 16:04:00 +010013 soc {
14 usb2_picophy1: phy2 {
15 compatible = "st,stih407-usb2-phy";
16 #phy-cells = <0>;
17 st,syscfg = <&syscfg_core 0xf8 0xf4>;
18 resets = <&softreset STIH407_PICOPHY_SOFTRESET>,
19 <&picophyreset STIH407_PICOPHY0_RESET>;
20 reset-names = "global", "port";
21 };
Peter Griffinb16b77a2014-11-17 17:48:00 +010022
Peter Griffin9d9f65f2015-01-07 16:04:00 +010023 usb2_picophy2: phy3 {
24 compatible = "st,stih407-usb2-phy";
25 #phy-cells = <0>;
26 st,syscfg = <&syscfg_core 0xfc 0xf4>;
27 resets = <&softreset STIH407_PICOPHY_SOFTRESET>,
28 <&picophyreset STIH407_PICOPHY1_RESET>;
29 reset-names = "global", "port";
30 };
31 };
Peter Griffinb16b77a2014-11-17 17:48:00 +010032};