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 v6.0 14 lines 328 B view raw
1Broadcom Kona Family Reset Manager 2---------------------------------- 3 4The reset manager is used on the Broadcom BCM21664 SoC. 5 6Required properties: 7 - compatible: brcm,bcm21664-resetmgr 8 - reg: memory address & range 9 10Example: 11 brcm,resetmgr@35001f00 { 12 compatible = "brcm,bcm21664-resetmgr"; 13 reg = <0x35001f00 0x24>; 14 };