riscv:dts:capricorn:add i2c-rtc device
Signed-off-by: chunzhi.lin <chunzhi.lin@sophgo.com>
This commit is contained in:
parent
104465ccbb
commit
0cc95f672a
|
@ -45,6 +45,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
ds1307: rtc@68 {
|
||||
compatible = "dallas,ds1307";
|
||||
reg = <0x68>;
|
||||
};
|
||||
};
|
||||
|
||||
/ {
|
||||
board-info {
|
||||
/* compatible MUST be sophgo,board-info */
|
||||
|
|
Loading…
Reference in New Issue