diff options
author | Shaohui Xie <Shaohui.Xie@nxp.com> | 2016-10-28 14:24:02 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-21 09:20:32 -0800 |
commit | fdc2b54cb864210437010ef84934b3d04bb723c6 (patch) | |
tree | 3a65a505ae33009426b2a86490658446d214845c /arch/arm/dts/fsl-ls1046a-qds-lpuart.dts | |
parent | 9b46213b4f63578be2fbcf6b0532a0a8d4b5edb0 (diff) |
armv8: ls1046aqds: add lpuart support
LPUART0 is used by default, and it's using platform clock.
Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/dts/fsl-ls1046a-qds-lpuart.dts')
-rw-r--r-- | arch/arm/dts/fsl-ls1046a-qds-lpuart.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1046a-qds-lpuart.dts b/arch/arm/dts/fsl-ls1046a-qds-lpuart.dts new file mode 100644 index 0000000000..21243d0766 --- /dev/null +++ b/arch/arm/dts/fsl-ls1046a-qds-lpuart.dts @@ -0,0 +1,16 @@ +/* + * Device Tree file for Freescale Layerscape-1046A family SoC. + * + * Copyright (C) 2016, Freescale Semiconductor + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +/dts-v1/; +#include "fsl-ls1046a-qds.dtsi" + +/ { + chosen { + stdout-path = &lpuart0; + }; +}; |