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

Commit 7cf108c1 authored by Konstantin Dorfman's avatar Konstantin Dorfman
Browse files

ARM: dts: qcom: Add spcom to support SPU on lahaina

spcom driver used to communicate to Secure Processor as RPMSG/glink client.
This change configures spcom platform device on lahaina.

Change-Id: I8daf9eba606abab128ae84d4248cda70ad40a90a
parent 5dfee3e6
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1893,6 +1893,21 @@
		hyplog-address-offset = <0x410>;
		hyplog-size-offset = <0x414>;
	};

	qcom,spcom {
		compatible = "qcom,spcom";

		/* predefined channels, remote side is server */
		qcom,spcom-ch-names = "sp_kernel", "sp_ssr";
		/* sp2soc rmb shared register physical address and bmsk */
		qcom,spcom-sp2soc-rmb-reg-addr = <0x01881020>;
		qcom,spcom-sp2soc-rmb-initdone-bit = <24>;
		qcom,spcom-sp2soc-rmb-pbldone-bit = <25>;
		/* soc2sp rmb shared register physical address */
		qcom,spcom-soc2sp-rmb-reg-addr = <0x01881030>;
		qcom,spcom-soc2sp-rmb-sp-ssr-bit = <0>;
		status = "ok";
	};
};

#include "lahaina-regulators.dtsi"