0001 Freescale Supplement configuration unit (SCFG)
0002
0003 SCFG is the supplemental configuration unit, that provides SoC specific
0004 configuration and status registers for the chip. Such as getting PEX port
0005 status.
0006
0007 Required properties:
0008
0009 - compatible: should be "fsl,<chip>-scfg"
0010 - reg: should contain base address and length of SCFG memory-mapped
0011 registers
0012
0013 Example:
0014
0015 scfg: global-utilities@fc000 {
0016 compatible = "fsl,t1040-scfg";
0017 reg = <0xfc000 0x1000>;
0018 };