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&cp0_pcie0 {
13	iommu-map =
14		<0x0   &smmu 0x480 0x20>,
15		<0x100 &smmu 0x4a0 0x20>,
16		<0x200 &smmu 0x4c0 0x20>;
17	iommu-map-mask = <0x031f>;
18};
19
20&cp0_sata0 {
21	iommus = <&smmu 0x444>;
22};
23
24&cp0_sdhci0 {
25	iommus = <&smmu 0x445>;
26};
27
28&cp0_usb3_0 {
29	iommus = <&smmu 0x440>;
30};
31
32&cp0_usb3_1 {
33	iommus = <&smmu 0x441>;
34};
35