mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-10 04:43:47 +08:00
947fb97217
Since SPDX license is already there, drop the full one. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
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>;
|
|
};
|
|
};
|