mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 15:28:50 +01:00
12 lines
177 B
Text
12 lines
177 B
Text
* TI twl RTC
|
|
|
|
The TWL family (twl4030/6030) contains a RTC.
|
|
|
|
Required properties:
|
|
- compatible : Should be twl4030-rtc
|
|
|
|
Examples:
|
|
|
|
rtc@0 {
|
|
compatible = "ti,twl4030-rtc";
|
|
};
|