17 lines
224 B
Plaintext
17 lines
224 B
Plaintext
|
/*
|
||
|
* Copyright 2014 Toradex AG
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+ or X11
|
||
|
*/
|
||
|
#include "vf.dtsi"
|
||
|
|
||
|
&dspi1 {
|
||
|
status = "okay";
|
||
|
bus-num = <1>;
|
||
|
|
||
|
spi_cmd: sspi@0 {
|
||
|
reg = <0>;
|
||
|
spi-max-frequency = <50000000>;
|
||
|
};
|
||
|
};
|