Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / freescale / fsl,layerscape-scfg.txt
1 Freescale SCFG
2
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.
6
7 Required properties:
8   - compatible: Should contain a chip-specific compatible string,
9         Chip-specific strings are of the form "fsl,<chip>-scfg",
10         The following <chip>s are known to be supported:
11         ls1012a, ls1021a, ls1043a, ls1046a, ls2080a.
12
13   - reg: should contain base address and length of SCFG memory-mapped registers
14
15 Example:
16         scfg: scfg@1570000 {
17                 compatible = "fsl,ls1021a-scfg";
18                 reg = <0x0 0x1570000 0x0 0x10000>;
19         };