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&smmu {
19	status = "okay";
20};
21
22&cp0_pcie0 {
23	iommu-map =
24		<0x0   &smmu 0x480 0x20>,
25		<0x100 &smmu 0x4a0 0x20>,
26		<0x200 &smmu 0x4c0 0x20>;
27	iommu-map-mask = <0x031f>;
28};
29
30&cp0_sata0 {
31	iommus = <&smmu 0x444>;
32};
33
34&cp0_sdhci0 {
35	iommus = <&smmu 0x445>;
36};
37
38&cp0_usb3_0 {
39	iommus = <&smmu 0x440>;
40};
41
42&cp0_usb3_1 {
43	iommus = <&smmu 0x441>;
44};
45