mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
17 lines
247 B
Text
17 lines
247 B
Text
|
/*
|
||
|
* Freescale ls1021a QDS board common device tree source
|
||
|
*
|
||
|
* Copyright 2013-2015 Freescale Semiconductor, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "ls1021a-qds.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = &lpuart0;
|
||
|
};
|
||
|
};
|