1 Freescale Reference Board Bindings
3 This document describes device tree bindings for various devices that
4 exist on some Freescale reference boards.
6 * Board Control and Status (BCSR)
10 - compatible : Should be "fsl,<board>-bcsr"
11 - reg : Offset and length of the register set for the device
16 compatible = "fsl,mpc8360mds-bcsr";
17 reg = <f8000000 8000>;
20 * Freescale on-board FPGA
22 This is the memory-mapped registers for on board FPGA.
25 - compatible: should be a board-specific string followed by a string
26 indicating the type of FPGA. Example:
27 "fsl,<board>-fpga", "fsl,fpga-pixis", or
28 "fsl,<board>-fpga", "fsl,fpga-qixis"
29 - reg: should contain the address and the length of the FPGA register set.
32 - interrupt-parent: should specify phandle for the interrupt controller.
33 - interrupts: should specify event (wakeup) IRQ.
38 compatible = "fsl,p1022ds-fpga", "fsl,fpga-ngpixis";
40 interrupt-parent = <&mpic>;
41 interrupts = <8 8 0 0>;
44 Example (LS2080A-RDB):
47 compatible = "fsl,ls2080ardb-fpga", "fsl,fpga-qixis";
48 reg = <0x3 0 0x10000>;
51 * Freescale BCSR GPIO banks
53 Some BCSR registers act as simple GPIO controllers, each such
54 register can be represented by the gpio-controller node.
57 - compatible : Should be "fsl,<board>-bcsr-gpio".
58 - reg : Should contain the address and the length of the GPIO bank
60 - #gpio-cells : Should be two. The first cell is the pin number and the
61 second cell is used to specify optional parameters (currently unused).
62 - gpio-controller : Marks the port as GPIO controller.
69 compatible = "fsl,mpc8360mds-bcsr";
71 ranges = <0 1 0 0x8000>;
73 bcsr13: gpio-controller@d {
75 compatible = "fsl,mpc8360mds-bcsr-gpio";
81 * Freescale on-board FPGA connected on I2C bus
83 Some Freescale boards like BSC9132QDS have on board FPGA connected on
87 - compatible: Should be a board-specific string followed by a string
88 indicating the type of FPGA. Example:
89 "fsl,<board>-fpga", "fsl,fpga-qixis-i2c"
90 - reg: Should contain the address of the FPGA
94 compatible = "fsl,bsc9132qds-fpga", "fsl,fpga-qixis-i2c";
98 * Freescale on-board CPLD
100 Some Freescale boards like T1040RDB have an on board CPLD connected.
103 - compatible: Should be a board-specific string like "fsl,<board>-cpld"
105 "fsl,t1040rdb-cpld", "fsl,t1042rdb-cpld", "fsl,t1042rdb_pi-cpld"
106 - reg: should describe CPLD registers
110 compatible = "fsl,t1040rdb-cpld";