powerpc/85xx: Add binding for SCFG
authorWang Dongsheng <dongsheng.wang@freescale.com>
Fri, 14 Aug 2015 03:12:09 +0000 (11:12 +0800)
committerScott Wood <scottwood@freescale.com>
Tue, 18 Aug 2015 00:33:20 +0000 (19:33 -0500)
SCFG provides SoC specific configuration and status registers for
the chip. Add this for powerpc platform.

Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Documentation/devicetree/bindings/powerpc/fsl/scfg.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/powerpc/fsl/scfg.txt b/Documentation/devicetree/bindings/powerpc/fsl/scfg.txt
new file mode 100644 (file)
index 0000000..0532c46
--- /dev/null
@@ -0,0 +1,18 @@
+Freescale Supplement configuration unit (SCFG)
+
+SCFG is the supplemental configuration unit, that provides SoC specific
+configuration and status registers for the chip. Such as getting PEX port
+status.
+
+Required properties:
+
+- compatible: should be "fsl,<chip>-scfg"
+- reg: should contain base address and length of SCFG memory-mapped
+registers
+
+Example:
+
+       scfg: global-utilities@fc000 {
+               compatible = "fsl,t1040-scfg";
+               reg = <0xfc000 0x1000>;
+       };
This page took 0.02725 seconds and 5 git commands to generate.