diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2019-07-22 12:30:43 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-08-03 12:28:20 +0200 |
commit | 546d92d34f3c60e0165f405ce2156d23f29aeca1 (patch) | |
tree | 24aa9a01a8dd7b0f6c73f383a6abeb167eda30d4 /arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | |
parent | arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M (diff) | |
download | linux-546d92d34f3c60e0165f405ce2156d23f29aeca1.tar.xz linux-546d92d34f3c60e0165f405ce2156d23f29aeca1.zip |
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-ls208xa.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi index 3ace91945b72..64101c9962ce 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi @@ -321,6 +321,11 @@ }; }; + console@8340020 { + compatible = "fsl,dpaa2-console"; + reg = <0x00000000 0x08340020 0 0x2>; + }; + ptp-timer@8b95000 { compatible = "fsl,dpaa2-ptp"; reg = <0x0 0x8b95000 0x0 0x100>; |