Back to home page

OSCL-LXR

 
 

    


0001 Marvell Armada 38x Platforms Device Tree Bindings
0002 -------------------------------------------------
0003 
0004 Boards with a SoC of the Marvell Armada 38x family shall have the
0005 following property:
0006 
0007 Required root node property:
0008 
0009  - compatible: must contain "marvell,armada380"
0010 
0011 In addition, boards using the Marvell Armada 385 SoC shall have the
0012 following property before the previous one:
0013 
0014 Required root node property:
0015 
0016 compatible: must contain "marvell,armada385"
0017 
0018 In addition, boards using the Marvell Armada 388 SoC shall have the
0019 following property before the previous one:
0020 
0021 Required root node property:
0022 
0023 compatible: must contain "marvell,armada388"
0024 
0025 Example:
0026 
0027 compatible = "marvell,a385-rd", "marvell,armada385", "marvell,armada380";