diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/omap3-beagle-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/omap3-beagle-u-boot.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/omap3-beagle-u-boot.dtsi b/roms/u-boot/arch/arm/dts/omap3-beagle-u-boot.dtsi new file mode 100644 index 000000000..2c03701c8 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/omap3-beagle-u-boot.dtsi @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * U-Boot additions + * + * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com> + */ + +#include "omap3-u-boot.dtsi" + +/ { + chosen { + stdout-path = &uart3; + }; +}; |