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 v5.12-rc3 11 lines 213 B view raw
1* Maxim MCP795 SPI Serial Real-Time Clock 2 3Required properties: 4- compatible: Should contain "maxim,mcp795". 5- reg: SPI address for chip 6 7Example: 8 mcp795: rtc@0 { 9 compatible = "maxim,mcp795"; 10 reg = <0>; 11 };