1// SPDX-License-Identifier: GPL-2.0+ OR X11 2/* 3 * Copyright 2014 Toradex AG 4 */ 5#include "vf.dtsi" 6 7/ { 8 chosen { 9 stdout-path = &uart0; 10 }; 11}; 12 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}; 22 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 34&uart0 { 35 status = "okay"; 36}; 37