mirror of https://gitee.com/openkylin/linux.git
arm64: dts: Add RTC DTS entry for X-Gene v2 SoC platform
Add Dallas DS1337 RTC DTS entry to support RTC function on X-Gene v2 evaluation platform. Signed-off-by: Duc Dang <dhdang@apm.com>
This commit is contained in:
parent
d0181354df
commit
79402f35f0
|
@ -74,3 +74,11 @@ &xgenet1 {
|
|||
&mmc0 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&i2c4 {
|
||||
rtc68: rtc@68 {
|
||||
compatible = "dallas,ds1337";
|
||||
reg = <0x68>;
|
||||
status = "ok";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue