~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to Documentation/devicetree/bindings/powerpc/fsl/cache_sram.txt

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
* Freescale PQ3 and QorIQ based Cache SRAM
 
2
 
 
3
Freescale's mpc85xx and some QorIQ platforms provide an
 
4
option of configuring a part of (or full) cache memory
 
5
as SRAM. This cache SRAM representation in the device
 
6
tree should be done as under:-
 
7
 
 
8
Required properties:
 
9
 
 
10
- compatible : should be "fsl,p2020-cache-sram"
 
11
- fsl,cache-sram-ctlr-handle : points to the L2 controller
 
12
- reg : offset and length of the cache-sram.
 
13
 
 
14
Example:
 
15
 
 
16
cache-sram@fff00000 {
 
17
        fsl,cache-sram-ctlr-handle = <&L2>;
 
18
        reg = <0 0xfff00000 0 0x10000>;
 
19
        compatible = "fsl,p2020-cache-sram";
 
20
};