Back to home page

OSCL-LXR

 
 

    


0001 * Maxim (Dallas) DS1742/DS1743 Real Time Clock
0002 
0003 Required properties:
0004 - compatible: Should contain "maxim,ds1742".
0005 - reg: Physical base address of the RTC and length of memory
0006   mapped region.
0007 
0008 Example:
0009         rtc: rtc@10000000 {
0010                 compatible = "maxim,ds1742";
0011                 reg = <0x10000000 0x800>;
0012         };