mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rtc / via,vt8500-rtc.txt
blob3c0484c4958225d8bf4d9d31cbceb1671b9582e6
1 VIA/Wondermedia VT8500 Realtime Clock Controller
2 -----------------------------------------------------
4 Required properties:
5 - compatible : "via,vt8500-rtc"
6 - reg : Should contain 1 register ranges(address and length)
7 - interrupts : alarm interrupt
9 Example:
11         rtc@d8100000 {
12                 compatible = "via,vt8500-rtc";
13                 reg = <0xd8100000 0x10000>;
14                 interrupts = <48>;
15         };