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

Commit 796999d8 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add crypto device nodes for sdxprairie"

parents 3408425a 4bfb44b9
Loading
Loading
Loading
Loading
+52 −0
Original line number Original line Diff line number Diff line
@@ -427,6 +427,58 @@
		};
		};
	};
	};


	qcom_cedev: qcedev@1de0000 {
		compatible = "qcom,qcedev";
		reg = <0x1de0000 0x20000>,
			<0x1dc4000 0x24000>;
		reg-names = "crypto-base","crypto-bam-base";
		interrupts = <0 252 0>;
		qcom,bam-pipe-pair = <3>;
		qcom,ce-hw-instance = <0>;
		qcom,ce-device = <0>;
		qcom,bam-ee = <0>;
		qcom,ce-hw-shared;
		qcom,msm-bus,name = "qcedev-noc";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<125 512 0 0>,
				<125 512 393600 393600>;
		qcom,no-clock-support;
		qcom,smmu-s1-enable;
		iommus = <&apps_smmu 0x0066 0x0013>,
			<&apps_smmu 0x0076 0x0013>;
	};

	qcom_crypto: qcrypto@1de0000 {
		compatible = "qcom,qcrypto";
		reg = <0x1de0000 0x20000>,
			<0x1dc4000 0x24000>;
		reg-names = "crypto-base","crypto-bam-base";
		interrupts = <0 252 0>;
		qcom,bam-pipe-pair = <2>;
		qcom,ce-hw-instance = <0>;
		qcom,ce-device = <0>;
		qcom,bam-ee = <0>;
		qcom,ce-hw-shared;
		qcom,msm-bus,name = "qcrypto-noc";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<125 512 0 0>,
				<125 512 393600 393600>;
		qcom,use-sw-aes-cbc-ecb-ctr-algo;
		qcom,use-sw-aes-xts-algo;
		qcom,use-sw-aes-ccm-algo;
		qcom,use-sw-aead-algo;
		qcom,use-sw-ahash-algo;
		qcom,use-sw-hmac-algo;
		qcom,no-clock-support;
		qcom,smmu-s1-enable;
		iommus = <&apps_smmu 0x0064 0x0013>,
			<&apps_smmu 0x0074 0x0013>;
	};

	qcom_tzlog: tz-log@0x1468f720 {
	qcom_tzlog: tz-log@0x1468f720 {
		compatible = "qcom,tz-log";
		compatible = "qcom,tz-log";
		reg = <0x1468f720 0x2000>;
		reg = <0x1468f720 0x2000>;