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

« back to all changes in this revision

Viewing changes to Documentation/devicetree/bindings/arm/primecell.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
* ARM Primecell Peripherals
 
2
 
 
3
ARM, Ltd. Primecell peripherals have a standard id register that can be used to
 
4
identify the peripheral type, vendor, and revision. This value can be used for
 
5
driver matching.
 
6
 
 
7
Required properties:
 
8
 
 
9
- compatible : should be a specific name for the peripheral and
 
10
               "arm,primecell".  The specific name will match the ARM
 
11
               engineering name for the logic block in the form: "arm,pl???"
 
12
 
 
13
Optional properties:
 
14
 
 
15
- arm,primecell-periphid : Value to override the h/w value with
 
16
 
 
17
Example:
 
18
 
 
19
serial@fff36000 {
 
20
        compatible = "arm,pl011", "arm,primecell";
 
21
        arm,primecell-periphid = <0x00341011>;
 
22
};
 
23