Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm...
[deliverable/linux.git] / Documentation / devicetree / bindings / rtc / maxim,mcp795.txt
1 * Maxim MCP795 SPI Serial Real-Time Clock
2
3 Required properties:
4 - compatible: Should contain "maxim,mcp795".
5 - reg: SPI address for chip
6
7 Example:
8 mcp795: rtc@0 {
9 compatible = "maxim,mcp795";
10 reg = <0>;
11 };
This page took 0.042696 seconds and 5 git commands to generate.