Skip to content

Commit

Permalink
ARM: dts: AM33XX: Add rtc node
Browse files Browse the repository at this point in the history
Add am33xx rtc node.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
[b-cousson@ti.com: Update the subject]
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
  • Loading branch information
Afzal Mohammed authored and Benoit Cousson committed Oct 31, 2012
1 parent 00cbdce commit 0d935c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/am33xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,13 @@
ti,hwmods = "timer7";
ti,timer-pwm;
};

rtc@44e3e000 {
compatible = "ti,da830-rtc";
reg = <0x44e3e000 0x1000>;
interrupts = <75
76>;
ti,hwmods = "rtc";
};
};
};

0 comments on commit 0d935c1

Please sign in to comment.