Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.19-rc1 12 lines 286 B view raw
1* Maxim (Dallas) DS1742/DS1743 Real Time Clock 2 3Required properties: 4- compatible: Should contain "maxim,ds1742". 5- reg: Physical base address of the RTC and length of memory 6 mapped region. 7 8Example: 9 rtc: rtc@10000000 { 10 compatible = "maxim,ds1742"; 11 reg = <0x10000000 0x800>; 12 };