c05564c4d8
Android 13
12 lines
213 B
Plaintext
Executable file
12 lines
213 B
Plaintext
Executable file
* 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>;
|
|
};
|