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

Commit 929a7fd7 authored by Lijuan Gao's avatar Lijuan Gao
Browse files

ARM: dts: msm: Add scm dt nodes for sdxnightjar

Add scm and scm pas device tree nodes for sdxnightjar target.
These are required for pil image authentication.

Change-Id: I066ca55d37aea8e248f4df88bba363a472bebabe
parent 4136653f
Loading
Loading
Loading
Loading
+17 −0
Original line number Original line Diff line number Diff line
@@ -51,6 +51,13 @@


	aliases { };
	aliases { };


	firmware: firmware {
		scm {
			compatible = "qcom,scm";
			qcom,dload-mode = <&tcsr 0x6100>;
		};
	};

	cpus {
	cpus {
		#size-cells = <0>;
		#size-cells = <0>;
		#address-cells = <1>;
		#address-cells = <1>;
@@ -371,6 +378,11 @@
		qcom,rmnet-ipa-ssr;
		qcom,rmnet-ipa-ssr;
	};
	};


	pil_scm_pas {
		compatible = "qcom,pil-tz-scm-pas";
		interconnects = <&pc_noc MASTER_CRYPTO_CORE_0 &bimc SLAVE_EBI_CH0>;
	};

	blsp1_uart1: serial@78af000 {
	blsp1_uart1: serial@78af000 {
		compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
		compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
		reg = <0x78af000 0x200>;
		reg = <0x78af000 0x200>;
@@ -445,6 +457,11 @@
		#hwlock-cells = <1>;
		#hwlock-cells = <1>;
	};
	};


	tcsr: syscon@0x1937000 {
		compatible = "syscon";
		reg = <0x1937000 0x21000>;
	};

	apcs_glb: mailbox@0xb011008 {
	apcs_glb: mailbox@0xb011008 {
		compatible = "qcom,sdxnightjar-apcs-gcc";
		compatible = "qcom,sdxnightjar-apcs-gcc";
		reg = <0xb011008 0x4>;
		reg = <0xb011008 0x4>;