summaryrefslogtreecommitdiffstats
path: root/bsp/meta-arm/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen-devicetree/files/xen-juno.dtsi
blob: 0f9af21fad869c5a75357be0a0cd9665c84d75de (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Disable IOMMU on juno board when Xen is used
 */

/ {

	/* turn off iommu */
	iommu@2b600000 {
		status = "disabled";
	};
};