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.10 18 lines 451 B view raw
1Freescale Supplement configuration unit (SCFG) 2 3SCFG is the supplemental configuration unit, that provides SoC specific 4configuration and status registers for the chip. Such as getting PEX port 5status. 6 7Required properties: 8 9- compatible: should be "fsl,<chip>-scfg" 10- reg: should contain base address and length of SCFG memory-mapped 11registers 12 13Example: 14 15 scfg: global-utilities@fc000 { 16 compatible = "fsl,t1040-scfg"; 17 reg = <0xfc000 0x1000>; 18 };