Peter Griffin | b16b77a | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 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 "stih410-clock.dtsi" |
| 10 | #include "stih407-family.dtsi" |
| 11 | #include "stih410-pinctrl.dtsi" |
| 12 | / { |
Peter Griffin | 9d9f65f | 2015-01-07 16:04:00 +0100 | [diff] [blame^] | 13 | 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 Griffin | b16b77a | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 22 | |
Peter Griffin | 9d9f65f | 2015-01-07 16:04:00 +0100 | [diff] [blame^] | 23 | 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 Griffin | b16b77a | 2014-11-17 17:48:00 +0100 | [diff] [blame] | 32 | }; |