Merge branch 'akpm'
[linux-2.6/next.git] / Documentation / devicetree / bindings / arm / primecell.txt
blob1d5d7a870ec72db9668eaedd9e983fcc220d2017
1 * ARM Primecell Peripherals
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.
7 Required properties:
9 - compatible : should be a specific value for peripheral and "arm,primecell"
11 Optional properties:
13 - arm,primecell-periphid : Value to override the h/w value with
15 Example:
17 serial@fff36000 {
18         compatible = "arm,pl011", "arm,primecell";
19         arm,primecell-periphid = <0x00341011>;