mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
a6af30908b
Use model property to distinguish different configurations. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
16 lines
236 B
Text
16 lines
236 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Xilinx CSE QSPI single DTS
|
|
*
|
|
* Copyright (C) 2015 - 2017 Xilinx, Inc.
|
|
*/
|
|
|
|
#include "zynq-cse-qspi.dtsi"
|
|
|
|
/ {
|
|
model = "Zynq CSE QSPI SINGLE Board";
|
|
};
|
|
|
|
&flash0 {
|
|
spi-rx-bus-width = <4>;
|
|
};
|