diff options
author | Anusha Rao <[email protected]> | 2023-05-26 21:41:29 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-06-13 15:19:08 -0700 |
commit | ffadc79ed99f0f69e4cb74a4d158a18619ccd8ff (patch) | |
tree | 9cfb1ed29fd1d62d3d01aa7eb5a20f7ae8af01f5 | |
parent | e5d57e7c9434f586ae59e68ba94db626387a5502 (diff) |
arm64: dts: qcom: ipq9574: Enable crypto nodes
Enable crypto support for ipq9574.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Anusha Rao <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/ipq9574.dtsi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq9574.dtsi b/arch/arm64/boot/dts/qcom/ipq9574.dtsi index dbf3057d936f..57e1ecdc93d7 100644 --- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi +++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi @@ -215,6 +215,26 @@ #size-cells = <1>; }; + cryptobam: dma-controller@704000 { + compatible = "qcom,bam-v1.7.4", "qcom,bam-v1.7.0"; + reg = <0x00704000 0x20000>; + interrupts = <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>; + #dma-cells = <1>; + qcom,ee = <1>; + qcom,controlled-remotely; + }; + + crypto: crypto@73a000 { + compatible = "qcom,ipq9574-qce", "qcom,ipq4019-qce", "qcom,qce"; + reg = <0x0073a000 0x6000>; + clocks = <&gcc GCC_CRYPTO_AHB_CLK>, + <&gcc GCC_CRYPTO_AXI_CLK>, + <&gcc GCC_CRYPTO_CLK>; + clock-names = "iface", "bus", "core"; + dmas = <&cryptobam 2>, <&cryptobam 3>; + dma-names = "rx", "tx"; + }; + tlmm: pinctrl@1000000 { compatible = "qcom,ipq9574-tlmm"; reg = <0x01000000 0x300000>; |