ARM64: dts: rk3366: enable iep mmu

enable iep mmu

Change-Id: Ia70422fbdf60d5cea8deaa2695913ccf32b580a3
Signed-off-by: sayon.chen <sayon.chen@rock-chips.com>
This commit is contained in:
sayon.chen
2016-03-09 08:55:15 +08:00
committed by Huang, Tao
parent b7039db241
commit b3b083153b
2 changed files with 13 additions and 0 deletions

View File

@@ -654,6 +654,10 @@
status = "okay";
};
&iep_mmu {
status = "okay";
};
&vpu_mmu {
status = "okay";
};

View File

@@ -747,6 +747,15 @@
status = "disabled";
};
iep_mmu: iep-mmu {
dbgname = "iep";
compatible = "rockchip,iep_mmu";
reg = <0x0 0xff900800 0x0 0x100>;
interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "iep_mmu";
status = "disabled";
};
vpu_mmu: vpu_mmu {
dbgname = "vpu";
compatible = "rockchip,vpu_mmu";