blob: 619a60169a100327d1aba81bf784ef61e4f89a11 [file] [log] [blame]
Abinaya Pe2410302019-10-03 16:56:42 +05301/* Copyright (c) 2019, 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/dts-v1/;
14
15#include "sa415m-ttp.dtsi"
16#include "sdxpoorwills-v2.dtsi"
17
18/ {
19 model = "Qualcomm Technologies, Inc. SA415M TTP PCIE-EP";
20 compatible = "qcom,sa415m-ttp",
21 "qcom,sdxpoorwills", "qcom,ttp";
22 qcom,board-id = <30 0x101>;
Ajay Agarwal748367c2020-04-17 12:33:39 +053023
24 qcom_gadget {
25 compatible = "qcom,usb-gadget";
26 qcom,vid = <0x05c6>;
27
28 composition1 {
29 qcom,pid = <0x9105>;
30 qcom,composition = "diag.diag,gsi.dpl";
31 };
32 };
Abinaya Pe2410302019-10-03 16:56:42 +053033};
34
35&mss_mem {
36 reg = <0x86400000 0x9300000>;
37};
38
39&usb {
40 /delete-property/ iommus;
41};
42
43&pcie_ep {
44 status = "okay";
45};
46
47&ipa_hw {
48 qcom,use-ipa-in-mhi-mode;
49 qcom,ipa-config-is-auto;
50 qcom,mhi-event-ring-id-limits = <7 11>; /* start and end */
51};
52
53&cnss_pcie {
54 status = "disabled";
55};
56
57&pcie0 {
58 status = "disabled";
59};
60
61&mhi_device {
62 status = "okay";
63};
64
65&restart_pshold {
66 qcom,force-warm-reboot;
67};
68
69&ipc_router_mhi_dev_xprt {
70 status = "okay";
71};
72
73&mhi_net_device {
74 status = "okay";
75};