[BACK]Return to board.txt CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / Documentation / powerpc / dts-bindings / fsl

File: [Development] / linux-2.6-xfs / Documentation / powerpc / dts-bindings / fsl / board.txt (download)

Revision 1.1, Fri Oct 3 17:46:45 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD

Merge up to 2.6.27-rc8
Merge of 2.6.x-xfs-melb:linux:32254b by kenmcd.

* Board Control and Status (BCSR)

Required properties:

 - device_type : Should be "board-control"
 - reg : Offset and length of the register set for the device

Example:

	bcsr@f8000000 {
		device_type = "board-control";
		reg = <f8000000 8000>;
	};

* Freescale on board FPGA

This is the memory-mapped registers for on board FPGA.

Required properities:
- compatible : should be "fsl,fpga-pixis".
- reg : should contain the address and the lenght of the FPPGA register
  set.

Example (MPC8610HPCD):

	board-control@e8000000 {
		compatible = "fsl,fpga-pixis";
		reg = <0xe8000000 32>;
	};