Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a734cc9b authored by Martin Kaiser's avatar Martin Kaiser Committed by Alexandre Belloni
Browse files

Documentation: dt: rtc-imxdi: security violation interrupt



Document the DryIce security violation interrupt.

Signed-off-by: default avatarMartin Kaiser <martin@kaiser.cx>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent fef1eeb1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -8,10 +8,13 @@ Required properties:
  region.
- interrupts: rtc alarm interrupt

Optional properties:
- interrupts: dryice security violation interrupt

Example:

rtc@80056000 {
	compatible = "fsl,imx53-rtc", "fsl,imx25-rtc";
	reg = <0x80056000 2000>;
	interrupts = <29>;
	interrupts = <29 56>;
};