diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/fsl-ls1012a-qds.dts')
-rw-r--r-- | roms/u-boot/arch/arm/dts/fsl-ls1012a-qds.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/fsl-ls1012a-qds.dts b/roms/u-boot/arch/arm/dts/fsl-ls1012a-qds.dts new file mode 100644 index 000000000..0b0149ba1 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/fsl-ls1012a-qds.dts @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0+ OR X11 +/* + * Copyright 2016 Freescale Semiconductor + */ + +/dts-v1/; +#include "fsl-ls1012a-qds.dtsi" + +/ { + chosen { + stdout-path = &duart0; + }; +}; |