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

Commit b04c4511 authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

ARM: dts: msm: Add PIL node for fsm9900 target.



Adds a node for the Femto Peripheral Image Loader, which loads
the firmware images for multiple modems on the FSM99XX platform.

Change-Id: I485d695d16b0da32f4390ce3b378a39df78ad5ca
Acked-by: default avatarJennifer L. Zenner <jzenner@qti.qualcomm.com>
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent 60e6ad84
Loading
Loading
Loading
Loading
+57 −0
Original line number Diff line number Diff line
@@ -841,6 +841,63 @@
		qcom,gpio-parent = <&msmgpio>;
		qcom,gpio-map = <3 1>;
	};

	qcom,modem-femto@fbc00000 {
		compatible = "qcom,pil-femto-modem";
		#address-cells=<1>;
		#size-cells=<1>;
		ranges;
		reg = <0xfbc00000 0x100>;
		reg-names = "qdsp6_base";
		qcom,firmware-name = "mba";
		qcom,max-num-modems = <5>;

		qcom,modem@fd4a7000 {
			compatible = "qcom,pil-femto-modem-desc";
			reg = <0xfd4a7000 0x20>;
			reg-names = "rmb_base";
			qcom,firmware-name = "mdm0";
			qcom,modem-id = <0>;
			qcom,max-num-images = <1>;
		};

		qcom,modem@fd4a7030 {
			compatible = "qcom,pil-femto-modem-desc";
			reg = <0xfd4a7030 0x20>;
			reg-names = "rmb_base";
			qcom,firmware-name = "mdm1";
			qcom,modem-id = <1>;
			qcom,max-num-images = <1>;
		};

		qcom,modem@fd4a7060 {
			compatible = "qcom,pil-femto-modem-desc";
			reg = <0xfd4a7060 0x20>;
			reg-names = "rmb_base";
			qcom,firmware-name = "mdm2";
			qcom,modem-id = <2>;
			qcom,max-num-images = <1>;
		};

		qcom,modem@fd4a7090 {
			compatible = "qcom,pil-femto-modem-desc";
			reg = <0xfd4a7090 0x20>;
			reg-names = "rmb_base";
			qcom,firmware-name = "mdm3";
			qcom,modem-id = <3>;
			qcom,max-num-images = <1>;
		};

		qcom,modem@fd4a70c0 {
			compatible = "qcom,pil-femto-modem-desc";
			reg = <0xfd4a70c0 0x20>;
			reg-names = "rmb_base";
			qcom,firmware-name = "mdm4";
			qcom,modem-id = <4>;
			qcom,max-num-images = <8>;
			qcom,pil-skip-entry-check;
		};
	};
};

/include/ "msm-pma8084.dtsi"