ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / powerpc / fsl / scfg.txt
blob0532c46b3372a632b008b79abd0a2b677dbb608b
1 Freescale Supplement configuration unit (SCFG)
3 SCFG is the supplemental configuration unit, that provides SoC specific
4 configuration and status registers for the chip. Such as getting PEX port
5 status.
7 Required properties:
9 - compatible: should be "fsl,<chip>-scfg"
10 - reg: should contain base address and length of SCFG memory-mapped
11 registers
13 Example:
15         scfg: global-utilities@fc000 {
16                 compatible = "fsl,t1040-scfg";
17                 reg = <0xfc000 0x1000>;
18         };