primecell.txt 643 B

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