This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA821U: Does j7200 support SMMU?

Genius 13655 points
Part Number: DRA821U


Hello Champs,

In the k3-j721e-main.dtsi, it defined smmu note. 

smmu0: smmu@36600000 {
compatible = "arm,smmu-v3";
reg = <0x0 0x36600000 0x0 0x100000>;
power-domains = <&k3_pds 229 TI_SCI_PD_EXCLUSIVE>;
interrupt-parent = <&gic500>;
interrupts = <GIC_SPI 772 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 768 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "eventq", "gerror";
#iommu-cells = <1>;
dma-coherent;
};

But in j7200 dts, there is no definition for smmu, does j7200 support smmu? 

Thanks.
Rgds
Shine