secgateway/kernel/linux-4.14.83/Documentation/devicetree/bindings/rtc/maxim,mcp795.txt

12 lines
213 B
Plaintext
Raw Normal View History

2019-06-11 07:43:23 +00:00
* 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>;
};