Kumar Gala | d0fc2ea | 2008-07-07 11:28:33 -0500 | [diff] [blame] | 1 | * Board Control and Status (BCSR) |
| 2 | |
| 3 | Required properties: |
| 4 | |
Anton Vorontsov | fd657ef | 2008-10-18 04:23:52 +0400 | [diff] [blame^] | 5 | - compatible : Should be "fsl,<board>-bcsr" |
Kumar Gala | d0fc2ea | 2008-07-07 11:28:33 -0500 | [diff] [blame] | 6 | - reg : Offset and length of the register set for the device |
| 7 | |
| 8 | Example: |
| 9 | |
| 10 | bcsr@f8000000 { |
Anton Vorontsov | fd657ef | 2008-10-18 04:23:52 +0400 | [diff] [blame^] | 11 | compatible = "fsl,mpc8360mds-bcsr"; |
Kumar Gala | d0fc2ea | 2008-07-07 11:28:33 -0500 | [diff] [blame] | 12 | reg = <f8000000 8000>; |
| 13 | }; |
| 14 | |
| 15 | * Freescale on board FPGA |
| 16 | |
| 17 | This is the memory-mapped registers for on board FPGA. |
| 18 | |
| 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. |
| 23 | |
| 24 | Example (MPC8610HPCD): |
| 25 | |
| 26 | board-control@e8000000 { |
| 27 | compatible = "fsl,fpga-pixis"; |
| 28 | reg = <0xe8000000 32>; |
| 29 | }; |