Files
Jibo-Platform-Tools-OLD/u-boot/arch/arm/dts/vf-colibri.dtsi
Kevin 68d74d3181 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
2026-03-03 21:46:32 +02:00

27 lines
301 B
Plaintext

/*
* Copyright 2014 Toradex AG
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
#include "vf.dtsi"
/ {
chosen {
stdout-path = &uart0;
};
};
&dspi1 {
status = "okay";
bus-num = <1>;
spi_cmd: sspi@0 {
reg = <0>;
spi-max-frequency = <50000000>;
};
};
&uart0 {
status = "okay";
};