summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8mq-evk-inmate.dts
AgeCommit message (Collapse)Author
2019-02-12MLK-20674 ARM64: dts: imx8mq: enable uart2 clock and disable caamPeng Fan
Enable uart2 clk to let inmate could access uart And disable CAAM for inmate Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Jun Li <jun.li@nxp.com>
2019-02-12MLK-19003-2 ARM64: dts: imx8mq: inmate: add pci host ecam generic nodePeng Fan
Add pci node to let inmate could detect ivshmem net. The reg base is the PCI_CFG_BASE in jailhouse hypervisor. The interrupt needs to be same vpci_irq_base + [x] in jailhouse hypevisor. In this patch also delete memory node, jailhosue cell linux tool also creates a memory node, there are two memory nodes, cause issues when using ivshmem-net. Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Richard Zhu <hongxing.zhu@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com> (cherry picked from commit e1f59c589d16a556310e5a12d62e4a1913fc905a)
2019-02-12MLK-18792-3 ARM64: dts: add jailhouse root and inmate dtsPeng Fan
Add root and inmate dts. The core [0-1] for root, core[2-3] for inmate. Disabled gpc busfreq. Not support low power features for dual Linux case. The 2nd Linux use SDHC1 and UART2, let 1st Linux configure pin and clock for the two devices. The memory used by 2nd Linux are reserved in the 1st Linux dts. Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit fd8736bdb1df332e98547a9f5b99126fcdd15e31)