mirror of https://gitee.com/openkylin/linux.git
arm64: dts: add the console node for DPAA2 platforms
Add the console device tree node for the following DPAA2 based platforms: LS1088A, LS2080A, LS2088A and LX2160A. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
356c27227b
commit
546d92d34f
|
@ -609,6 +609,11 @@ smmu: iommu@5000000 {
|
|||
<GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
console@8340020 {
|
||||
compatible = "fsl,dpaa2-console";
|
||||
reg = <0x00000000 0x08340020 0 0x2>;
|
||||
};
|
||||
|
||||
ptp-timer@8b95000 {
|
||||
compatible = "fsl,dpaa2-ptp";
|
||||
reg = <0x0 0x8b95000 0x0 0x100>;
|
||||
|
|
|
@ -321,6 +321,11 @@ sec_jr3: jr@40000 {
|
|||
};
|
||||
};
|
||||
|
||||
console@8340020 {
|
||||
compatible = "fsl,dpaa2-console";
|
||||
reg = <0x00000000 0x08340020 0 0x2>;
|
||||
};
|
||||
|
||||
ptp-timer@8b95000 {
|
||||
compatible = "fsl,dpaa2-ptp";
|
||||
reg = <0x0 0x8b95000 0x0 0x100>;
|
||||
|
|
|
@ -848,6 +848,11 @@ smmu: iommu@5000000 {
|
|||
dma-coherent;
|
||||
};
|
||||
|
||||
console@8340020 {
|
||||
compatible = "fsl,dpaa2-console";
|
||||
reg = <0x00000000 0x08340020 0 0x2>;
|
||||
};
|
||||
|
||||
ptp-timer@8b95000 {
|
||||
compatible = "fsl,dpaa2-ptp";
|
||||
reg = <0x0 0x8b95000 0x0 0x100>;
|
||||
|
|
Loading…
Reference in New Issue