mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 15:28:50 +01:00
14 lines
213 B
Text
14 lines
213 B
Text
* 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>;
|
|
};
|