diff options
Diffstat (limited to 'kernel/Documentation/devicetree/bindings/rtc/pxa-rtc.txt')
-rw-r--r-- | kernel/Documentation/devicetree/bindings/rtc/pxa-rtc.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kernel/Documentation/devicetree/bindings/rtc/pxa-rtc.txt b/kernel/Documentation/devicetree/bindings/rtc/pxa-rtc.txt new file mode 100644 index 000000000..8c6672a1b --- /dev/null +++ b/kernel/Documentation/devicetree/bindings/rtc/pxa-rtc.txt @@ -0,0 +1,14 @@ +* PXA RTC + +PXA specific RTC driver. + +Required properties: +- compatible : Should be "marvell,pxa-rtc" + +Examples: + +rtc@40900000 { + compatible = "marvell,pxa-rtc"; + reg = <0x40900000 0x3c>; + interrupts = <30 31>; +}; |