diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2019-07-22 13:30:43 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-08-03 12:28:20 +0200 |
commit | 546d92d34f3c60e0165f405ce2156d23f29aeca1 (patch) | |
tree | 24aa9a01a8dd7b0f6c73f383a6abeb167eda30d4 /arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | |
parent | 356c27227b3b6aa824dcf11ffe632095e3cffe8a (diff) | |
download | linux-546d92d34f3c60e0165f405ce2156d23f29aeca1.tar.gz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi index e6fdba39453c..4720a8e7304c 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi @@ -848,6 +848,11 @@ 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>; |