xref: /openbmc/u-boot/arch/arm/dts/vf-colibri.dtsi (revision 6f967856)
1/*
2 * Copyright 2014 Toradex AG
3 *
4 * SPDX-License-Identifier:     GPL-2.0+ or X11
5 */
6#include "vf.dtsi"
7
8/ {
9	chosen {
10		stdout-path = &uart0;
11	};
12};
13
14&dspi1 {
15	status = "okay";
16	bus-num = <1>;
17
18	spi_cmd: sspi@0 {
19		reg = <0>;
20		spi-max-frequency = <50000000>;
21	};
22};
23
24&uart0 {
25	status = "okay";
26};
27