Re: [PATCH v5 15/15] ARM: dts: qcom: Add initial device tree for Kuno SoC
From: Konrad Dybcio
Date: Thu Sep 03 2026 - 07:15:17 EST
On 8/27/26 7:51 PM, Hardeep Sharma wrote:
> Add SoC-level DTSI (qcom-kuno.dtsi) and IDP board DTS
> (qcom-kuno-idp.dts) for the Qualcomm Kuno SoC.
>
> Peripherals included in this initial set:
> - Single Cortex-A7 CPU with PSCI idle states
> - RPMh RSC with clock controller, power domains, and BCM voter
> - GCC (Global Clock Controller)
> - TLMM pin controller (110 GPIOs)
> - Interconnect (aggre-noc, cnoc-main)
> - GENI UART console (QUP SE3)
> - SMEM, hardware spinlocks (TCSR mutex)
>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> Reviewed-by: Linus Walleij <linusw@xxxxxxxxxx>
> Reviewed-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
> Signed-off-by: Hardeep Sharma <hardeep.sharma@xxxxxxxxxxxxxxxx>
> ---
[...]
GPT found the following:
> + tlmm: pinctrl@f000000 {
> + compatible = "qcom,kuno-tlmm";
> + reg = <0x0f000000 0x400000>;
> + interrupts = <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>;
> + gpio-controller;
> + #gpio-cells = <2>;
> + gpio-ranges = <&tlmm 0 0 110>;
> + interrupt-controller;
> + #interrupt-cells = <2>;
This needs wakeup-parent = <&pdc>;
Konrad