Newer
Older
barebox / dts / Bindings / rtc / pxa-rtc.txt
@Sascha Hauer Sascha Hauer on 28 Apr 2014 213 bytes Add devicetree source files as of Linux-3.15-rc2
* 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>;
};