mvebu-cpu-config.txt 402 B

123456789101112131415161718192021
  1. MVEBU CPU Config registers
  2. --------------------------
  3. MVEBU (Marvell SOCs: Armada 370/XP)
  4. Required properties:
  5. - compatible: one of:
  6. - "marvell,armada-370-cpu-config"
  7. - "marvell,armada-xp-cpu-config"
  8. - reg: Should contain CPU config registers location and length, in
  9. their per-CPU variant
  10. Example:
  11. cpu-config@21000 {
  12. compatible = "marvell,armada-xp-cpu-config";
  13. reg = <0x21000 0x8>;
  14. };