1
0
Fork 0

Documentation: dt: rtc-imxdi: security violation interrupt

Document the DryIce security violation interrupt.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
hifive-unleashed-5.1
Martin Kaiser 2017-01-03 19:51:25 +01:00 committed by Alexandre Belloni
parent fef1eeb1a7
commit a734cc9ba3
1 changed files with 4 additions and 1 deletions

View File

@ -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>;
};