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

Commit e73f7a7d authored by Konstantin Dorfman's avatar Konstantin Dorfman
Browse files

ARM: dts: msm: add spss_utils to sdm855



Add device tree info for Secure Processor Subsystem Utilities driver.

Change-Id: I30e173130b8216f4d1221d2f8cbd55c62861c496
Signed-off-by: default avatarKonstantin Dorfman <kdorfman@codeaurora.org>
parent f8cfc56a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -528,6 +528,21 @@
	ranges = <0 0 0 0xffffffff>;
	compatible = "simple-bus";

	spss_utils: qcom,spss_utils {
		compatible = "qcom,spss-utils";
		/* spss fuses physical address */
		qcom,spss-fuse1-addr = <0x007841c4>;
		qcom,spss-fuse1-bit = <27>;
		qcom,spss-fuse2-addr = <0x007841c4>;
		qcom,spss-fuse2-bit = <26>;
		qcom,spss-dev-firmware-name  = "spss1d";  /* 8 chars max */
		qcom,spss-test-firmware-name = "spss1t";  /* 8 chars max */
		qcom,spss-prod-firmware-name = "spss1p";  /* 8 chars max */
		qcom,spss-debug-reg-addr = <0x01886020>;
		qcom,spss-emul-type-reg-addr = <0x01fc8004>;
		status = "ok";
	};

	jtag_mm0: jtagmm@7040000 {
		compatible = "qcom,jtagv8-mm";
		reg = <0x7040000 0x1000>;