android_kernel_samsung_hero.../arch/arm/boot/dts/qcom/msmtitanium-iommu-domains.dtsi

26 lines
828 B
Text
Raw Normal View History

2016-08-17 10:41:52 +02:00
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
&soc {
qcom,iommu-domains {
compatible = "qcom,iommu-domains";
/*
* non-secure addr pool from 2048MB to 4096MB
*/
adsp_shared_domain: qcom,iommu-domain6 {
label = "adsp_shared";
qcom,iommu-contexts = <&adsp_shared>;
qcom,virtual-addr-pool = <0x80000000 0x7FFFFFFF>;
};
};
};