Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / rtc / realtek,rtd119x.txt
blobbbf1ccb5df318acd1eef28bff1e06b92402e7816
1 Realtek RTD129x Real-Time Clock
2 ===============================
4 Required properties:
5 - compatible :  Should be "realtek,rtd1295-rtc"
6 - reg        :  Specifies the physical base address and size
7 - clocks     :  Specifies the clock gate
10 Example:
12         rtc@9801b600 {
13                 compatible = "realtek,rtd1295-clk";
14                 reg = <0x9801b600 0x100>;
15                 clocks = <&clkc RTD1295_CLK_EN_MISC_RTC>;
16         };