xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/lpc32xx-rtc.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun* NXP LPC32xx SoC Real Time Clock controller
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible: must be "nxp,lpc3220-rtc"
5*4882a593Smuzhiyun- reg: physical base address of the controller and length of memory mapped
6*4882a593Smuzhiyun  region.
7*4882a593Smuzhiyun- interrupts: The RTC interrupt
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunExample:
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	rtc@40024000 {
12*4882a593Smuzhiyun		compatible = "nxp,lpc3220-rtc";
13*4882a593Smuzhiyun		reg = <0x40024000 0x1000>;
14*4882a593Smuzhiyun		interrupts = <52 0>;
15*4882a593Smuzhiyun	};
16