mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
17 lines
247 B
Text
17 lines
247 B
Text
|
/*
|
||
|
* Device Tree file for Freescale Layerscape-1012A family SoC.
|
||
|
*
|
||
|
* Copyright 2016, Freescale Semiconductor
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "fsl-ls1012a-frdm.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = &duart0;
|
||
|
};
|
||
|
};
|