primecell.txt 509 B

123456789101112131415161718192021
  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 value for peripheral and "arm,primecell"
  7. Optional properties:
  8. - arm,primecell-periphid : Value to override the h/w value with
  9. Example:
  10. serial@fff36000 {
  11. compatible = "arm,pl011", "arm,primecell";
  12. arm,primecell-periphid = <0x00341011>;
  13. };