]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Add RAA215300 PMIC
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Thu, 19 Jun 2025 13:55:39 +0000 (14:55 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 26 Jun 2025 14:37:19 +0000 (16:37 +0200)
Add support for the Renesas RAA215300 PMIC to the RZ/V2N EVK. The PMIC is
connected to I2C8 and uses a 32.768kHz fixed clock source (x6).

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250619135539.207828-3-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts

index b63ee1ff18d57b9dced9f80e3da156a981bc0fce..40014044bbc70b77802a36d8974fc85210ac030a 100644 (file)
                gpios-states = <0>;
                states = <3300000 0>, <1800000 1>;
        };
+
+       /* 32.768kHz crystal */
+       x6: x6-clock {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <32768>;
+       };
 };
 
 &audio_extal_clk {
        pinctrl-names = "default";
        clock-frequency = <400000>;
        status = "okay";
+
+       raa215300: pmic@12 {
+               compatible = "renesas,raa215300";
+               reg = <0x12>, <0x6f>;
+               reg-names = "main", "rtc";
+               clocks = <&x6>;
+               clock-names = "xin";
+       };
 };
 
 &mdio0 {