mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 23:21:31 +00:00
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>
This commit is contained in:
parent
fef1eeb1a7
commit
a734cc9ba3
@ -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>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user