mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-04-19 03:04:24 +00:00
Support for i2c rtc mcp794xx.
This commit is contained in:
@@ -100,9 +100,13 @@
|
||||
&i2c1 {
|
||||
status = "okay";
|
||||
rtc_at_68 {
|
||||
compatible = "stm,m41t81";
|
||||
compatible = "m41t81";
|
||||
reg = <0x68>;
|
||||
};
|
||||
rtc_at_6F {
|
||||
compatible = "mcp7941x";
|
||||
reg = <0x6F>;
|
||||
};
|
||||
};
|
||||
|
||||
&mmc0 {
|
||||
|
||||
Reference in New Issue
Block a user