powerpc/85xx: Add binding for CPLD
authorPriyanka Jain <Priyanka.Jain@freescale.com>
Wed, 9 Jul 2014 03:47:07 +0000 (09:17 +0530)
committerScott Wood <scottwood@freescale.com>
Thu, 31 Jul 2014 05:10:45 +0000 (00:10 -0500)
Some Freescale boards like T1040RDB have an on board CPLD connected on
the IFC bus. Add binding for cpld in board.txt file

Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Documentation/devicetree/bindings/powerpc/fsl/board.txt

index 700dec4774fa912b5958a2bd82c0b0c55569ae2c..cff38bdbc0e4e3fd3ae422ac13c304f3d0e952e6 100644 (file)
@@ -84,3 +84,19 @@ Example:
                compatible = "fsl,bsc9132qds-fpga", "fsl,fpga-qixis-i2c";
                reg = <0x66>;
        };
+
+* Freescale on-board CPLD
+
+Some Freescale boards like T1040RDB have an on board CPLD connected.
+
+Required properties:
+- compatible: Should be a board-specific string like "fsl,<board>-cpld"
+  Example:
+       "fsl,t1040rdb-cpld", "fsl,t1042rdb-cpld", "fsl,t1042rdb_pi-cpld"
+- reg: should describe CPLD registers
+
+Example:
+       cpld@3,0 {
+               compatible = "fsl,t1040rdb-cpld";
+               reg = <3 0 0x300>;
+       };
This page took 0.031118 seconds and 5 git commands to generate.