mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
16 lines
226 B
Text
16 lines
226 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Device Tree file for Freescale Layerscape-1028AQDS family SoC.
|
||
|
*
|
||
|
* Copyright 2020 NXP
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "fsl-ls1028a-qds.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = &lpuart0;
|
||
|
};
|
||
|
};
|