]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/vf-colibri.dtsi
Merge git://git.denx.de/u-boot-imx
[people/ms/u-boot.git] / arch / arm / dts / vf-colibri.dtsi
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 &ehci0 {
25 dr_mode = "otg";
26 fsl,cdet-gpio = <&gpio3 6 GPIO_ACTIVE_HIGH>;
27 status = "okay";
28 };
29
30 &ehci1 {
31 dr_mode = "host";
32 status = "okay";
33 };
34
35 &uart0 {
36 status = "okay";
37 };