blob: 5f4d0b550590b022c6bee60e23288d592a14f3eb [file] [log] [blame]
Michal Simek7faa6b92023-10-26 16:04:52 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Xilinx Versal NET QSPI x2 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 X2 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 = <2>;
22 spi-rx-bus-width = <2>;
23};