OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/Documentation/devicetree/bindings/rtc/pxa-rtc.txt
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

15 lines
213 B
Plaintext

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