blob: 7a8e9bee3383b8f1f8c5d9add762f1a5df039c31 [file] [log] [blame]
Bhuvanchandra DVd4700302015-06-01 18:37:21 +05301/*
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};