Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2410303 authored by Abinaya P's avatar Abinaya P Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add device tree file for sa415m pcie-ep



Add the initial device tree file to support pcie-ep
configuration for sa415m.

Change-Id: I260141b2955810bc947ba69689ce24676d56e8d3
Signed-off-by: default avatarAbinaya P <abinayap@codeaurora.org>
parent 7acf3c77
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ dtb-$(CONFIG_ARCH_SDXPOORWILLS) += sdxpoorwills-rumi.dtb \
	sa415m-ccard.dtb \
	sa415m-ccard-pcie-ep.dtb \
	sa415m-ccard-usb-ep.dtb \
	sa415m-ttp-pcie-ep.dtb \
	sa415m-ttp-usb-ep.dtb \
	sa415m-mtp-256.dtb \
	sa415m-cdp.dtb \
+65 −0
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

/dts-v1/;

#include "sa415m-ttp.dtsi"
#include "sdxpoorwills-v2.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SA415M TTP PCIE-EP";
	compatible = "qcom,sa415m-ttp",
			"qcom,sdxpoorwills", "qcom,ttp";
	qcom,board-id = <30 0x101>;
};

&mss_mem {
	reg = <0x86400000 0x9300000>;
};

&usb {
	/delete-property/ iommus;
};

&pcie_ep {
	status = "okay";
};

&ipa_hw {
	qcom,use-ipa-in-mhi-mode;
	qcom,ipa-config-is-auto;
	qcom,mhi-event-ring-id-limits = <7 11>; /* start and end */
};

&cnss_pcie {
	status = "disabled";
};

&pcie0 {
	status = "disabled";
};

&mhi_device {
	status = "okay";
};

&restart_pshold {
	qcom,force-warm-reboot;
};

&ipc_router_mhi_dev_xprt {
	status = "okay";
};

&mhi_net_device {
	status = "okay";
};