summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rtc/twl-rtc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/rtc/twl-rtc.txt')
-rw-r--r--dts/Bindings/rtc/twl-rtc.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/Bindings/rtc/twl-rtc.txt b/dts/Bindings/rtc/twl-rtc.txt
new file mode 100644
index 0000000000..596e0c97be
--- /dev/null
+++ b/dts/Bindings/rtc/twl-rtc.txt
@@ -0,0 +1,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";
+};