forked from rrcarlosr/Jetpack
17 lines
247 B
Plaintext
17 lines
247 B
Plaintext
/*
|
|
* 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;
|
|
};
|
|
};
|