18c2ecf20Sopenharmony_ci* Maxim (Dallas) DS1742/DS1743 Real Time Clock
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: Should contain "maxim,ds1742".
58c2ecf20Sopenharmony_ci- reg: Physical base address of the RTC and length of memory
68c2ecf20Sopenharmony_ci  mapped region.
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciExample:
98c2ecf20Sopenharmony_ci	rtc: rtc@10000000 {
108c2ecf20Sopenharmony_ci		compatible = "maxim,ds1742";
118c2ecf20Sopenharmony_ci		reg = <0x10000000 0x800>;
128c2ecf20Sopenharmony_ci	};
13