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