blob: 0cbc9e3b71a26bb6d4994e2fa9cdca8551db6117 [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>;
23};
24
25&mss_mem {
26 reg = <0x86400000 0x9300000>;
27};
28
29&usb {
30 /delete-property/ iommus;
31};
32
33&pcie_ep {
34 status = "okay";
35};
36
37&ipa_hw {
38 qcom,use-ipa-in-mhi-mode;
39 qcom,ipa-config-is-auto;
40 qcom,mhi-event-ring-id-limits = <7 11>; /* start and end */
41};
42
43&cnss_pcie {
44 status = "disabled";
45};
46
47&pcie0 {
48 status = "disabled";
49};
50
51&mhi_device {
52 status = "okay";
53};
54
55&restart_pshold {
56 qcom,force-warm-reboot;
57};
58
59&ipc_router_mhi_dev_xprt {
60 status = "okay";
61};
62
63&mhi_net_device {
64 status = "okay";
65};