IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rtc / stmp3xxx-rtc.txt
blobb800070fe6e90e5a2f4d5bceb2c81e92feeb2903
1 * STMP3xxx/i.MX28 Time Clock controller
3 Required properties:
4 - compatible: should be one of the following.
5     * "fsl,stmp3xxx-rtc"
6 - reg: physical base address of the controller and length of memory mapped
7   region.
8 - interrupts: rtc alarm interrupt
10 Example:
12 rtc@80056000 {
13         compatible = "fsl,imx28-rtc", "fsl,stmp3xxx-rtc";
14         reg = <0x80056000 2000>;
15         interrupts = <29>;