summaryrefslogtreecommitdiffstats
path: root/plat/brcm/board/stingray/include/iommu.h
blob: e7b29854e10bbdb4c99ca2947c1b14a8a99acfc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2016 - 2020, Broadcom
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef IOMMU_H
#define IOMMU_H

enum iommu_domain {
	PCIE_PAXC,
	DOMAIN_CRMU,
};

void arm_smmu_create_identity_map(enum iommu_domain dom);
void arm_smmu_reserve_secure_cntxt(void);
void arm_smmu_enable_secure_client_port(void);

#endif /* IOMMU_H */