armada-39x.txt 837 B

1234567891011121314151617181920212223242526272829303132
  1. Marvell Armada 39x Platforms Device Tree Bindings
  2. -------------------------------------------------
  3. Boards with a SoC of the Marvell Armada 39x family shall have the
  4. following property:
  5. Required root node property:
  6. - compatible: must contain "marvell,armada390"
  7. In addition, boards using the Marvell Armada 395 SoC shall have the
  8. following property before the common "marvell,armada390" one:
  9. Required root node property:
  10. compatible: must contain "marvell,armada395"
  11. Example:
  12. compatible = "marvell,a395-gp", "marvell,armada395", "marvell,armada390";
  13. Boards using the Marvell Armada 398 SoC shall have the following
  14. property before the common "marvell,armada390" one:
  15. Required root node property:
  16. compatible: must contain "marvell,armada398"
  17. Example:
  18. compatible = "marvell,a398-db", "marvell,armada398", "marvell,armada390";