Commit 0d935c16 authored by Afzal Mohammed's avatar Afzal Mohammed Committed by Benoit Cousson

ARM: dts: AM33XX: Add rtc node

Add am33xx rtc node.
Signed-off-by: default avatarAfzal Mohammed <afzal@ti.com>
[b-cousson@ti.com: Update the subject]
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent 00cbdce7
...@@ -291,5 +291,13 @@ timer7: timer@4804a000 { ...@@ -291,5 +291,13 @@ timer7: timer@4804a000 {
ti,hwmods = "timer7"; ti,hwmods = "timer7";
ti,timer-pwm; ti,timer-pwm;
}; };
rtc@44e3e000 {
compatible = "ti,da830-rtc";
reg = <0x44e3e000 0x1000>;
interrupts = <75
76>;
ti,hwmods = "rtc";
};
}; };
}; };
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