Re: [PATCH 1/4] arm64: dts: qcom: sm8750: Add CDSP
From: Konrad Dybcio
Date: Thu Dec 05 2024 - 12:33:05 EST
On 22.11.2024 4:26 PM, Krzysztof Kozlowski wrote:
> Add nodes for the CDSP and its SMP2P. These are compatible with earlier
> SM8650 with difference in one more interrupt.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
[...]
> +
> + remoteproc_cdsp: remoteproc@32300000 {
> + compatible = "qcom,sm8750-cdsp-pas", "qcom,sm8650-cdsp-pas";
> + reg = <0x0 0x32300000 0x0 0x1400000>;
The size seems to be 0x100000
Konrad