spi-topcliff-pch: add recovery processing in case wait-event timeout
[zen-stable.git] / Documentation / devicetree / bindings / arm / primecell.txt
blob951ca46789d4130dc8573913943ca429a7812241
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 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???"
13 Optional properties:
15 - arm,primecell-periphid : Value to override the h/w value with
17 Example:
19 serial@fff36000 {
20         compatible = "arm,pl011", "arm,primecell";
21         arm,primecell-periphid = <0x00341011>;