blob: 200a81844765d203c421df8e081a56f1801fb7a2 [file] [log] [blame]
Srinivas Kandagatla40e3e672013-06-25 12:16:13 +01001/*
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 Coquelin59b26c82014-05-20 11:10:54 +020014 compatible = "st,stih416-b2020", "st,stih416";
Peter Griffinf631bc162014-07-09 17:07:00 +020015
16 soc {
17 mmc1: sdhci@fe81f000 {
18 status = "okay";
19 bus-width = <8>;
20 non-removable;
21 };
Lee Jonesd436a602014-07-11 13:54:00 +020022
Peter Griffin3ece2c22014-11-17 17:48:00 +010023 miphy365x_phy: phy@fe382000 {
Lee Jonesd436a602014-07-11 13:54:00 +020024 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 Jones45188b72014-07-22 11:28:00 +020032
33 sata0: sata@fe380000{
34 status = "okay";
35 };
Peter Griffinf631bc162014-07-09 17:07:00 +020036 };
Srinivas Kandagatla40e3e672013-06-25 12:16:13 +010037};