Commit 79402f35 authored by Duc Dang's avatar Duc Dang

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: default avatarDuc Dang <dhdang@apm.com>
parent d0181354
...@@ -74,3 +74,11 @@ &xgenet1 { ...@@ -74,3 +74,11 @@ &xgenet1 {
&mmc0 { &mmc0 {
status = "ok"; status = "ok";
}; };
&i2c4 {
rtc68: rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
status = "ok";
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment