xref: /aosp_15_r20/external/arm-trusted-firmware/plat/nxp/soc-ls1028a/ls1028ardb/policy.h (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1 /*
2  * Copyright 2020-2021 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef POLICY_H
8 #define	POLICY_H
9 
10 /*
11  * Set this to 0x0 to leave the default SMMU page size in sACR
12  * Set this to 0x1 to change the SMMU page size to 64K
13  */
14 #define POLICY_SMMU_PAGESZ_64K 0x1
15 
16 #endif /* POLICY_H */
17