Re: [PATCH v7 1/6] arm64: dts: qcom: Add device tree for Nord SoC series
From: Shawn Guo
Date: Tue Jul 21 2026 - 02:26:39 EST
On Tue, Jul 21, 2026 at 10:33:24AM +0530, Kuldeep Singh wrote:
> On 21-07-2026 10:10, Shawn Guo wrote:
> > + crypto: crypto@1dfa000 {
> > + compatible = "qcom,nord-qce", "qcom,sm8150-qce", "qcom,qce";
> > + reg = <0x0 0x01dfa000 0x0 0x6000>;
> > + dmas = <&cryptobam 4>, <&cryptobam 5>;
> > + dma-names = "rx", "tx";
> > + iommus = <&apps_smmu_0 0x1689 0>;
> > +
> > + /* It stops nord-gearvm variant from booting to console */
> What's issue you are observing Shawn?
The kernel simply hangs at late stage of kernel boot.
> Usually we GPCE is enabled default if soc has IP but seems nord is doing
> differently here.
Be noted, the nord-embedded works fine with QCE. It's an issue seen with
nord-gearvm only.
Shawn