Skip to content

Commit 314cab6

Browse files
authored
Merge pull request #179 from arakshit011/lemans-qcrypto
FROMGIT: arm64: dts: qcom: lemans: add QCrypto node
2 parents 66720e4 + 59d5881 commit 314cab6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/lemans.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,6 +2790,18 @@
27902790
<&apps_smmu 0x481 0x00>;
27912791
};
27922792

2793+
crypto: crypto@1dfa000 {
2794+
compatible = "qcom,sa8775p-qce", "qcom,sm8150-qce", "qcom,qce";
2795+
reg = <0x0 0x01dfa000 0x0 0x6000>;
2796+
dmas = <&cryptobam 4>, <&cryptobam 5>;
2797+
dma-names = "rx", "tx";
2798+
iommus = <&apps_smmu 0x480 0x0>,
2799+
<&apps_smmu 0x481 0x0>;
2800+
interconnects = <&aggre2_noc MASTER_CRYPTO_CORE0 QCOM_ICC_TAG_ALWAYS
2801+
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
2802+
interconnect-names = "memory";
2803+
};
2804+
27932805
ctcu@4001000 {
27942806
compatible = "qcom,sa8775p-ctcu";
27952807
reg = <0x0 0x04001000 0x0 0x1000>;

0 commit comments

Comments
 (0)