mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
e88cfb07eb
Rename fsl-ls1028a-qds.dts to fsl-ls1028a-qds.dtsi so that it can be used as common device tree for lpuart and duart. Add lpuart device tree and duart device tree respectively for qds which are used with duart and lpuart console. Signed-off-by: Vabhav Sharma <vabhav.sharma@nxp.com> Signed-off-by: Yuantian Tang <andy.tang@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
15 lines
226 B
Text
15 lines
226 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Device Tree file for Freescale Layerscape-1028AQDS family SoC.
|
|
*
|
|
* Copyright 2020 NXP
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "fsl-ls1028a-qds.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = &lpuart0;
|
|
};
|
|
};
|