xref: /freebsd-src/sys/contrib/device-tree/Bindings/rtc/lpc32xx-rtc.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* NXP LPC32xx SoC Real Time Clock controller
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible: must be "nxp,lpc3220-rtc"
5*c66ec88fSEmmanuel Vadot- reg: physical base address of the controller and length of memory mapped
6*c66ec88fSEmmanuel Vadot  region.
7*c66ec88fSEmmanuel Vadot- interrupts: The RTC interrupt
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel VadotExample:
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel Vadot	rtc@40024000 {
12*c66ec88fSEmmanuel Vadot		compatible = "nxp,lpc3220-rtc";
13*c66ec88fSEmmanuel Vadot		reg = <0x40024000 0x1000>;
14*c66ec88fSEmmanuel Vadot		interrupts = <52 0>;
15*c66ec88fSEmmanuel Vadot	};
16