Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 21be4fe1e6180fdb79c9c4d7f33d25e7 > files > 3979

kernel-doc-5.3.11-1.mga7.noarch.rpm

* Maxim (Dallas) DS1742/DS1743 Real Time Clock

Required properties:
- compatible: Should contain "maxim,ds1742".
- reg: Physical base address of the RTC and length of memory
  mapped region.

Example:
	rtc: rtc@10000000 {
		compatible = "maxim,ds1742";
		reg = <0x10000000 0x800>;
	};