mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
fdc2b54cb8
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>
16 lines
276 B
Text
16 lines
276 B
Text
/*
|
|
* 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;
|
|
};
|
|
};
|