armada-38x.txt 729 B

12345678910111213141516171819202122232425262728
  1. Marvell Armada 38x Platforms Device Tree Bindings
  2. -------------------------------------------------
  3. Boards with a SoC of the Marvell Armada 38x family shall have the
  4. following property:
  5. Required root node property:
  6. - compatible: must contain "marvell,armada380"
  7. In addition, boards using the Marvell Armada 385 SoC shall have the
  8. following property before the previous one:
  9. Required root node property:
  10. compatible: must contain "marvell,armada385"
  11. In addition, boards using the Marvell Armada 388 SoC shall have the
  12. following property before the previous one:
  13. Required root node property:
  14. compatible: must contain "marvell,armada388"
  15. Example:
  16. compatible = "marvell,a385-rd", "marvell,armada385", "marvell,armada380";