Newer
Older
barebox / dts / Bindings / rtc / twl-rtc.txt
@Sascha Hauer Sascha Hauer on 28 Apr 2014 177 bytes Add devicetree source files as of Linux-3.15-rc2
* 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";
};