mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
|
* 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";
|
||
|
};
|