Merge branch 'next/deletion' of git://git.linaro.org/people/arnd/arm-soc
[pandora-kernel.git] / Documentation / devicetree / bindings / arm / primecell.txt
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