Rtwo/kernel/motorola/sm8550-devicetrees/bindings/rtc/maxim,mcp795.txt
2025-09-30 19:22:48 -05:00

11 lines
213 B
Text

* 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>;
};