arm64: dts: renesas: rzg3e-smarc-som: Enable Mali-G52

Enable the Mali-G52 (GPU) node on the RZ/G3E SMARC SoM board.

Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250402131142.1270701-5-tommaso.merciai.xr@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Tommaso Merciai 2025-04-02 15:11:41 +02:00 committed by Geert Uytterhoeven
parent af06adb510
commit 4c5e0f0c89

View File

@ -47,6 +47,16 @@ reg_3p3v: regulator-3p3v {
regulator-always-on;
};
reg_vdd0p8v_others: regulator-vdd0p8v-others {
compatible = "regulator-fixed";
regulator-name = "fixed-0.8V";
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <800000>;
regulator-boot-on;
regulator-always-on;
};
/* 32.768kHz crystal */
x3: x3-clock {
compatible = "fixed-clock";
@ -59,6 +69,11 @@ &audio_extal_clk {
clock-frequency = <48000000>;
};
&gpu {
status = "okay";
mali-supply = <&reg_vdd0p8v_others>;
};
&i2c2 {
pinctrl-0 = <&i2c2_pins>;
pinctrl-names = "default";