Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 9d419742b9681cde2b82b5fb15e025ab > files > 2240

kernel-doc-4.1.12-1.mga5.noarch.rpm

VIA/Wondermedia VT8500 Realtime Clock Controller
-----------------------------------------------------

Required properties:
- compatible : "via,vt8500-rtc"
- reg : Should contain 1 register ranges(address and length)
- interrupts : alarm interrupt

Example:

	rtc@d8100000 {
		compatible = "via,vt8500-rtc";
		reg = <0xd8100000 0x10000>;
		interrupts = <48>;
	};