0001 Marvell Armada 37xx Platforms Device Tree Bindings
0002 --------------------------------------------------
0003
0004 Boards using a SoC of the Marvell Armada 37xx family must carry the
0005 following root node property:
0006
0007 - compatible: must contain "marvell,armada3710"
0008
0009 In addition, boards using the Marvell Armada 3720 SoC shall have the
0010 following property before the previous one:
0011
0012 - compatible: must contain "marvell,armada3720"
0013
0014 Example:
0015
0016 compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3710";
0017
0018
0019 Power management
0020 ----------------
0021
0022 For power management (particularly DVFS and AVS), the North Bridge
0023 Power Management component is needed:
0024
0025 Required properties:
0026 - compatible : should contain "marvell,armada-3700-nb-pm", "syscon";
0027 - reg : the register start and length for the North Bridge
0028 Power Management
0029
0030 Example:
0031
0032 nb_pm: syscon@14000 {
0033 compatible = "marvell,armada-3700-nb-pm", "syscon";
0034 reg = <0x14000 0x60>;
0035 }
0036
0037 AVS
0038 ---
0039
0040 For AVS an other component is needed:
0041
0042 Required properties:
0043 - compatible : should contain "marvell,armada-3700-avs", "syscon";
0044 - reg : the register start and length for the AVS
0045
0046 Example:
0047 avs: avs@11500 {
0048 compatible = "marvell,armada-3700-avs", "syscon";
0049 reg = <0x11500 0x40>;
0050 }
0051
0052
0053 CZ.NIC's Turris Mox SOHO router Device Tree Bindings
0054 ----------------------------------------------------
0055
0056 Required root node property:
0057
0058 - compatible: must contain "cznic,turris-mox"