Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Google Trogdor dts fragment for LTE SKUs
0004  *
0005  * Copyright 2020 Google LLC.
0006  */
0007 
0008 &ap_sar_sensor {
0009         label = "proximity-wifi-lte";
0010 };
0011 
0012 &mpss_mem {
0013         reg = <0x0 0x86000000 0x0 0x8c00000>;
0014 };
0015 
0016 &remoteproc_mpss {
0017         firmware-name = "qcom/sc7180-trogdor/modem/mba.mbn",
0018                         "qcom/sc7180-trogdor/modem/qdsp6sw.mbn";
0019 };
0020 
0021 &ipa {
0022         status = "okay";
0023 
0024         /*
0025          * Trogdor doesn't have QHEE (Qualcomm's EL2 blob), so the
0026          * modem needs to cover certain init steps (GSI init), and
0027          * the AP needs to wait for it.
0028          */
0029         modem-init;
0030 };