1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2016 Marvell Technology Group Ltd.
4 *
5 * Device Tree file for the Armada 7040 SoC, made of an AP806 Quad and
6 * one CP110.
7 */
8
9#include "armada-ap806-quad.dtsi"
10#include "armada-70x0.dtsi"
11
12/ {
13	model = "Marvell Armada 7040";
14	compatible = "marvell,armada7040", "marvell,armada-ap806-quad",
15		     "marvell,armada-ap806";
16};
17
18&cp0_pcie0 {
19	iommu-map =
20		<0x0   &smmu 0x480 0x20>,
21		<0x100 &smmu 0x4a0 0x20>,
22		<0x200 &smmu 0x4c0 0x20>;
23	iommu-map-mask = <0x031f>;
24};
25
26&cp0_sata0 {
27	iommus = <&smmu 0x444>;
28};
29
30&cp0_sdhci0 {
31	iommus = <&smmu 0x445>;
32};
33
34&cp0_usb3_0 {
35	iommus = <&smmu 0x440>;
36};
37
38&cp0_usb3_1 {
39	iommus = <&smmu 0x441>;
40};
41