blob: 951ca46789d4130dc8573913943ca429a7812241 [file] [log] [blame]
Grant Likely5de15402011-06-21 10:59:34 -06001* ARM Primecell Peripherals
2
3ARM, Ltd. Primecell peripherals have a standard id register that can be used to
4identify the peripheral type, vendor, and revision. This value can be used for
5driver matching.
6
7Required properties:
8
Grant Likely2b0fce82011-10-24 11:09:14 +02009- 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???"
Grant Likely5de15402011-06-21 10:59:34 -060012
13Optional properties:
14
15- arm,primecell-periphid : Value to override the h/w value with
16
17Example:
18
19serial@fff36000 {
20 compatible = "arm,pl011", "arm,primecell";
21 arm,primecell-periphid = <0x00341011>;
22};
23