mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 16:29:25 -04:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user