brintos

brintos / linux-shallow public Read only

0
0
Text · 451 B · 0532c46 Raw
19 lines · plain
1Freescale Supplement configuration unit (SCFG)2 3SCFG is the supplemental configuration unit, that provides SoC specific4configuration and status registers for the chip. Such as getting PEX port5status.6 7Required properties:8 9- compatible: should be "fsl,<chip>-scfg"10- reg: should contain base address and length of SCFG memory-mapped11registers12 13Example:14 15	scfg: global-utilities@fc000 {16		compatible = "fsl,t1040-scfg";17		reg = <0xfc000 0x1000>;18	};19