162306a36Sopenharmony_ciFreescale Supplement configuration unit (SCFG)
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciSCFG is the supplemental configuration unit, that provides SoC specific
462306a36Sopenharmony_ciconfiguration and status registers for the chip. Such as getting PEX port
562306a36Sopenharmony_cistatus.
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciRequired properties:
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci- compatible: should be "fsl,<chip>-scfg"
1062306a36Sopenharmony_ci- reg: should contain base address and length of SCFG memory-mapped
1162306a36Sopenharmony_ciregisters
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciExample:
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci	scfg: global-utilities@fc000 {
1662306a36Sopenharmony_ci		compatible = "fsl,t1040-scfg";
1762306a36Sopenharmony_ci		reg = <0xfc000 0x1000>;
1862306a36Sopenharmony_ci	};
19