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.7-rc5 17 lines 341 B view raw
1NXP PCF85263/PCF85363 Real Time Clock 2============================ 3 4Required properties: 5- compatible: Should contain "nxp,pcf85263" or "nxp,pcf85363". 6- reg: I2C address for chip. 7 8Optional properties: 9- interrupts: IRQ line for the RTC (not implemented). 10 11Example: 12 13pcf85363: pcf85363@51 { 14 compatible = "nxp,pcf85363"; 15 reg = <0x51>; 16}; 17