[PATCH v8 06/15] arm64: dts: renesas: rzg2l-smarc: Enable POEGG{A,B,C,D} on carrier board

From: Biju

Date: Fri Nov 21 2025 - 11:08:51 EST


From: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>

Enable POEGG{A,B,C,D} on RZ/{G2,V2}L SMARC EVK.

Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
---
v8:
* New patch.
---
arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi b/arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi
index b76b55e7f09d..7648f0e96668 100644
--- a/arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi
+++ b/arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi
@@ -109,6 +109,7 @@ &gpt {
pinctrl-0 = <&gpt_pins>;
pinctrl-names = "default";
status = "okay";
+ renesas,poegs = <&poeggd 4>;
};
#endif /* PMOD0_GPT */

@@ -166,6 +167,11 @@ &spi1 {
};
#endif /* PMOD_MTU3 */

+&poeggd {
+ status = "okay";
+ renesas,poeg-config = <1>;
+};
+
/*
* To enable SCIF2 (SER0) on PMOD1 (CN7)
* SW1 should be at position 2->3 so that SER0_CTS# line is activated
--
2.43.0