mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
15 lines
204 B
Text
15 lines
204 B
Text
|
/*
|
||
|
* Copyright 2016 Freescale Semiconductor
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "fsl-ls1012a-qds.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = &duart0;
|
||
|
};
|
||
|
};
|