1/* 2 * Copyright 2014 Toradex AG 3 * 4 * SPDX-License-Identifier: GPL-2.0+ or X11 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 */ 11#include "vf.dtsi" 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