mirror of https://gitee.com/openkylin/linux.git
ARM: shmobile: kzm9g-reference dts: Add r2025sd rtc node
Add a DT node for the R2025D real-time clock, which is connected to i2c0. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
4bd1dd503a
commit
070048dc88
|
@ -210,6 +210,11 @@ accelerometer@1d {
|
|||
<3 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
rtc@32 {
|
||||
compatible = "ricoh,r2025sd";
|
||||
reg = <0x32>;
|
||||
};
|
||||
|
||||
as3711@40 {
|
||||
compatible = "ams,as3711";
|
||||
reg = <0x40>;
|
||||
|
|
Loading…
Reference in New Issue