stih416-b2020.dts revision 284090
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";
14	compatible = "st,stih416-b2020", "st,stih416";
15
16	soc {
17		mmc1: sdhci@fe81f000 {
18			status       = "okay";
19			bus-width    = <8>;
20			non-removable;
21		};
22
23		miphy365x_phy: phy@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		};
32
33		sata0: sata@fe380000{
34			status = "okay";
35		};
36	};
37};
38