mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
20c700f8da
The patch adds support for Freescale ls1021a-iot board. Signed-off-by: Feng Li <feng.li_2@nxp.com> [YS: rewrite commit message, fix whitespace in Kconfig] Reviewed-by: York Sun <york.sun@nxp.com>
16 lines
232 B
Text
16 lines
232 B
Text
/*
|
|
* Freescale ls1021a IOT board device tree source
|
|
*
|
|
* Copyright 2016 Freescale Semiconductor, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "ls1021a-iot.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = &uart0;
|
|
};
|
|
};
|