arm64: dts: renesas: r8a779h0: Add OTP_MEM node

Add a device node for the OTP non-volatile memory on the R-Car V4M
(R8A779H0) SoC, which provides E-FUSE services.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/7d22eda0f4720d873dab5f6a63da7df3d0dcd662.1727963347.git.geert+renesas@glider.be
This commit is contained in:
Geert Uytterhoeven
2024-10-03 16:04:31 +02:00
parent 5a910676b1
commit 34e5d9ff62

View File

@@ -424,6 +424,11 @@ tsc: thermal@e6198000 {
#thermal-sensor-cells = <1>;
};
otp: otp@e61be000 {
compatible = "renesas,r8a779h0-otp";
reg = <0 0xe61be000 0 0x1000>, <0 0xe61bf000 0 0x1000>;
};
intc_ex: interrupt-controller@e61c0000 {
compatible = "renesas,intc-ex-r8a779h0", "renesas,irqc";
#interrupt-cells = <2>;