blob: 1265d2aadcaaf371f4566be1e1ddc416be2ca27c [file] [log] [blame]
Lingutla Chandrasekhar3aa0e3d2017-07-25 16:16:40 +05301/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13#include "sdm845-cdp.dtsi"
14#include "sdm845-interposer-pm660.dtsi"
Pratham Pratapf5a8dc62017-08-09 17:46:49 +053015
16&soc {
17 /delete-node/ ssusb@a800000;
18 /delete-node/ qusb@88e3000;
19 /delete-node/ ssphy@88eb000;
20};
21
22&usb0 {
23 extcon = <&pm660_pdphy>, <&pm660_pdphy>, <0> /* <&eud> */;
24};
25
26&qusb_phy0 {
27 vdd-supply = <&pm660l_l1>;
28 vdda18-supply = <&pm660_l10>;
29 vdda33-supply = <&pm660l_l7>;
30};
31
32&usb_qmp_dp_phy {
33 vdd-supply = <&pm660l_l1>; /* 0.88v */
34 core-supply = <&pm660_l1>; /* 1.2v */
35};
36
37&pcie0 {
38 status = "disabled";
39};