]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/dts/vf-colibri.dtsi
SPDX: Convert all of our multiple license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / dts / vf-colibri.dtsi
CommitLineData
4549e789 1// SPDX-License-Identifier: GPL-2.0+ OR X11
d4700306
BD
2/*
3 * Copyright 2014 Toradex AG
d4700306
BD
4 */
5#include "vf.dtsi"
6
c720ff12
BD
7/ {
8 chosen {
9 stdout-path = &uart0;
10 };
11};
12
d4700306
BD
13&dspi1 {
14 status = "okay";
15 bus-num = <1>;
16
17 spi_cmd: sspi@0 {
18 reg = <0>;
19 spi-max-frequency = <50000000>;
20 };
21};
c720ff12 22
727f7908
SM
23&ehci0 {
24 dr_mode = "otg";
25 fsl,cdet-gpio = <&gpio3 6 GPIO_ACTIVE_HIGH>;
26 status = "okay";
27};
28
29&ehci1 {
30 dr_mode = "host";
31 status = "okay";
32};
33
c720ff12
BD
34&uart0 {
35 status = "okay";
36};