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.8-rc5 14 lines 425 B view raw
1Device-Tree bindings for MediaTek SoC based RTC 2 3Required properties: 4- compatible : Should be "mediatek,mt2712-rtc" : for MT2712 SoC 5- reg : Specifies base physical address and size of the registers; 6- interrupts : Should contain the interrupt for RTC alarm; 7 8Example: 9 10rtc: rtc@10011000 { 11 compatible = "mediatek,mt2712-rtc"; 12 reg = <0 0x10011000 0 0x1000>; 13 interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_LOW>; 14};