mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
24 lines
382 B
Text
24 lines
382 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Xilinx ZynqMP QSPI x2 Stacked DTS
|
||
|
*
|
||
|
* Copyright (C) 2015 - 2017 Xilinx, Inc.
|
||
|
*/
|
||
|
|
||
|
#include "zynqmp-mini-qspi.dts"
|
||
|
|
||
|
/ {
|
||
|
model = "ZynqMP MINI QSPI X2 STACKED";
|
||
|
};
|
||
|
|
||
|
&qspi {
|
||
|
num-cs = <2>;
|
||
|
};
|
||
|
|
||
|
&flash0 {
|
||
|
reg = <0>, <1>;
|
||
|
stacked-memories = /bits/ 64 <0x10000000 0x10000000>; /* 256MB */
|
||
|
spi-tx-bus-width = <2>;
|
||
|
spi-rx-bus-width = <2>;
|
||
|
};
|