mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
17 lines
275 B
Text
17 lines
275 B
Text
|
/*
|
||
|
* 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 = &duart0;
|
||
|
};
|
||
|
};
|