blob: 5f74d98ad618a5f042c0df8fe2d586964722ca87 [file] [log] [blame]
Michal Simekcc5a1272023-10-26 16:04:52 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Xilinx Versal NET QSPI x1 Stacked DTS
4 *
5 * (C) Copyright 2023, Advanced Micro Devices, Inc.
6 */
7
8#include "versal-net-mini-qspi.dtsi"
9
10/ {
11 model = "Xilinx Versal NET MINI QSPI X1 STACKED";
12};
13
14&qspi {
15 num-cs = <2>;
16};
17
18&flash0 {
19 reg = <0>, <1>;
20 stacked-memories = /bits/ 64 <0x8000000 0x8000000>; /* 128MB */
21 spi-tx-bus-width = <1>;
22 spi-rx-bus-width = <1>;
23};