Srinivas Kandagatla | 40e3e67 | 2013-06-25 12:16:13 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2013 STMicroelectronics (R&D) Limited. |
| 3 | * Author: Srinivas Kandagatla <srinivas.kandagatla@st.com> |
| 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 | /dts-v1/; |
| 10 | #include "stih416.dtsi" |
| 11 | #include "stih41x-b2020.dtsi" |
| 12 | / { |
| 13 | model = "STiH416 B2020"; |
Maxime Coquelin | 59b26c8 | 2014-05-20 11:10:54 +0200 | [diff] [blame] | 14 | compatible = "st,stih416-b2020", "st,stih416"; |
Peter Griffin | f631bc16 | 2014-07-09 17:07:00 +0200 | [diff] [blame] | 15 | |
| 16 | soc { |
| 17 | mmc1: sdhci@fe81f000 { |
| 18 | status = "okay"; |
| 19 | bus-width = <8>; |
| 20 | non-removable; |
| 21 | }; |
Lee Jones | d436a60 | 2014-07-11 13:54:00 +0200 | [diff] [blame] | 22 | |
| 23 | miphy365x_phy: miphy365x@fe382000 { |
| 24 | phy_port0: port@fe382000 { |
| 25 | st,sata-gen = <3>; |
| 26 | }; |
| 27 | |
| 28 | phy_port1: port@fe38a000 { |
| 29 | st,pcie-tx-pol-inv; |
| 30 | }; |
| 31 | }; |
Lee Jones | 45188b7 | 2014-07-22 11:28:00 +0200 | [diff] [blame^] | 32 | |
| 33 | sata0: sata@fe380000{ |
| 34 | status = "okay"; |
| 35 | }; |
Peter Griffin | f631bc16 | 2014-07-09 17:07:00 +0200 | [diff] [blame] | 36 | }; |
Srinivas Kandagatla | 40e3e67 | 2013-06-25 12:16:13 +0100 | [diff] [blame] | 37 | }; |