maxim,mcp795.txt 213 B

123456789101112
  1. * Maxim MCP795 SPI Serial Real-Time Clock
  2. Required properties:
  3. - compatible: Should contain "maxim,mcp795".
  4. - reg: SPI address for chip
  5. Example:
  6. mcp795: rtc@0 {
  7. compatible = "maxim,mcp795";
  8. reg = <0>;
  9. };