Skip to content

Commit 7cf0a16

Browse files
Marek Vasutgeertu
authored andcommitted
arm64: dts: renesas: r8a78000: Add PSCI node
Describe SMC based PSCI access in SoC DT. The system can interact with TFA BL31 PSCI provider running on the Cortex-A cores via SMC calls. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260513225037.49803-1-marek.vasut+renesas@mailbox.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 8fdfbe0 commit 7cf0a16

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm64/boot/dts/renesas/r8a78000.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,11 @@
665665
/* clock-frequency must be set on board */
666666
};
667667

668+
psci {
669+
compatible = "arm,psci-1.0";
670+
method = "smc";
671+
};
672+
668673
/* External SCIF clock - to be overridden by boards that provide it */
669674
scif_clk: scif-clk {
670675
compatible = "fixed-clock";

0 commit comments

Comments
 (0)