powerpc: Remove device_type = "board_control" properties in .dts files
[linux-2.6/btrfs-unstable.git] / Documentation / powerpc / dts-bindings / fsl / board.txt
blob81a917ef96e9afbeb609fd6984f8f0eaa1b316d2
1 * Board Control and Status (BCSR)
3 Required properties:
5  - compatible : Should be "fsl,<board>-bcsr"
6  - reg : Offset and length of the register set for the device
8 Example:
10         bcsr@f8000000 {
11                 compatible = "fsl,mpc8360mds-bcsr";
12                 reg = <f8000000 8000>;
13         };
15 * Freescale on board FPGA
17 This is the memory-mapped registers for on board FPGA.
19 Required properities:
20 - compatible : should be "fsl,fpga-pixis".
21 - reg : should contain the address and the lenght of the FPPGA register
22   set.
24 Example (MPC8610HPCD):
26         board-control@e8000000 {
27                 compatible = "fsl,fpga-pixis";
28                 reg = <0xe8000000 32>;
29         };