Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > f01a6e0eafdd4310c5c23232c36360ae > files > 2770

kernel-doc-4.9.43-1.mga6.noarch.rpm

* Maxim MCP795		SPI Serial Real-Time Clock

Required properties:
- compatible: Should contain "maxim,mcp795".
- reg: SPI address for chip

Example:
	mcp795: rtc@0 {
		compatible = "maxim,mcp795";
		reg = <0>;
	};