summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rtc/twl-rtc.txt
blob: 596e0c97be7aa318a5d2268e5d464b9b147dd7bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
* 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";
};