xref: /openbmc/linux/Documentation/devicetree/bindings/rtc/maxim,mcp795.txt (revision 5ef12cb4a3a78ffb331c03a795a15eea4ae35155)
1* Maxim MCP795		SPI Serial Real-Time Clock
2
3Required properties:
4- compatible: Should contain "maxim,mcp795".
5- reg: SPI address for chip
6
7Example:
8	mcp795: rtc@0 {
9		compatible = "maxim,mcp795";
10		reg = <0>;
11	};
12