scfg.txt 451 B

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