mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-20 19:44:23 +00:00
feat(tc): bind GPU SMMU on TC4
A SMMU-700 is used on TC4 for only GPU, on both FVP and FPGA. Add DT binding for it. Change-Id: I1b840676fd02c3961d4efdd769f12a4b01d459fb Signed-off-by: Leo Yan <leo.yan@arm.com>
This commit is contained in:
parent
b3a4f8cfcf
commit
11ec5de695
1 changed files with 5 additions and 0 deletions
|
@ -46,8 +46,13 @@
|
||||||
#include "tc3-4-base.dtsi"
|
#include "tc3-4-base.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
smmu_700: iommu@3f000000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
gpu: gpu@2d000000 {
|
gpu: gpu@2d000000 {
|
||||||
interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH 0>;
|
interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||||
interrupt-names = "IRQAW";
|
interrupt-names = "IRQAW";
|
||||||
|
iommus = <&smmu_700 0x200>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue