]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/rtc/twl-rtc.txt
Merge branch 'mvneta_qsgmii'
[karo-tx-linux.git] / Documentation / devicetree / bindings / rtc / twl-rtc.txt
1 * TI twl RTC
2
3 The TWL family (twl4030/6030) contains a RTC.
4
5 Required properties:
6 - compatible : Should be twl4030-rtc
7
8 Examples:
9
10 rtc@0 {
11     compatible = "ti,twl4030-rtc";
12 };