mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
23 lines
383 B
Text
23 lines
383 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Xilinx Versal NET OSPI Quad Stacked DTS
|
||
|
*
|
||
|
* (C) Copyright 2023, Advanced Micro Devices, Inc.
|
||
|
*/
|
||
|
|
||
|
#include "versal-net-mini-ospi.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Xilinx Versal NET MINI OSPI STACKED";
|
||
|
};
|
||
|
|
||
|
&ospi {
|
||
|
num-cs = <2>;
|
||
|
};
|
||
|
|
||
|
&flash0 {
|
||
|
reg = <0>, <1>;
|
||
|
stacked-memories = /bits/ 64 <0x8000000 0x8000000>; /* 128MB */
|
||
|
spi-rx-bus-width = <8>;
|
||
|
};
|