mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-11 09:45:55 +00:00
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
* 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>;
|
|
};
|