1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Google Herobrine dts fragment for LTE SKUs
4 *
5 * Copyright 2022 Google LLC.
6 */
7/* Modem setup is different on Chrome setups than typical Qualcomm setup */
8
9&remoteproc_mpss {
10	compatible = "qcom,sc7280-mss-pil";
11	iommus = <&apps_smmu 0x124 0x0>, <&apps_smmu 0x488 0x7>;
12	interconnects = <&mc_virt MASTER_LLCC 0 &mc_virt SLAVE_EBI1 0>;
13	memory-region = <&mba_mem>, <&mpss_mem>;
14	firmware-name = "qcom/sc7280-herobrine/modem/mba.mbn",
15			"qcom/sc7280-herobrine/modem/qdsp6sw.mbn";
16	status = "okay";
17};
18