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