38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
/* Copyright (c) 2015, 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.
|
|
*/
|
|
|
|
&soc {
|
|
mdm3: qcom,mdm3 {
|
|
compatible = "qcom,ext-mdm9x55";
|
|
cell-index = <0>;
|
|
#address-cells = <0>;
|
|
interrupt-parent = <&mdm3>;
|
|
#interrupt-cells = <1>;
|
|
interrupt-map-mask = <0xffffffff>;
|
|
interrupt-names =
|
|
"err_fatal_irq",
|
|
"status_irq",
|
|
"mdm2ap_vddmin_irq";
|
|
/* modem attributes */
|
|
qcom,ramdump-delays-ms = <2000>;
|
|
qcom,ramdump-timeout-ms = <120000>;
|
|
qcom,vddmin-modes = "normal";
|
|
qcom,vddmin-drive-strength = <8>;
|
|
qcom,sfr-query;
|
|
qcom,sysmon-id = <20>;
|
|
qcom,ssctl-instance-id = <0x10>;
|
|
qcom,support-shutdown;
|
|
qcom,pil-force-shutdown;
|
|
status = "disabled";
|
|
};
|
|
};
|