avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
22
u-boot/arch/arm/dts/vf610-twr.dts
Normal file
22
u-boot/arch/arm/dts/vf610-twr.dts
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* Copyright 2016 Toradex AG
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+ or X11
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "vf.dtsi"
|
||||
|
||||
/ {
|
||||
model = "VF610 Tower Board";
|
||||
compatible = "fsl,vf610-twr", "fsl,vf610";
|
||||
|
||||
chosen {
|
||||
stdout-path = &uart1;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
status = "okay";
|
||||
};
|
||||
Reference in New Issue
Block a user