mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-10 21:03:49 +08:00
2970e14f65
Add lpuart support using the driver model. Signed-off-by: Wenbin Song <wenbin.song@nxp.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: York Sun <york.sun@nxp.com>
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
/*
|
|
* Device Tree file for Freescale Layerscape-1043A family SoC.
|
|
*
|
|
* Copyright (C) 2015, Freescale Semiconductor
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "fsl-ls1043a-qds.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = &lpuart0;
|
|
};
|
|
};
|