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:
Duc Dang 2015-10-21 19:17:42 -07:00
parent d0181354df
commit 79402f35f0
1 changed files with 8 additions and 0 deletions

View File

@ -74,3 +74,11 @@ &xgenet1 {
&mmc0 {
status = "ok";
};
&i2c4 {
rtc68: rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
status = "ok";
};
};