You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
* 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>;
|
|
};
|
|
|