mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 01:19:49 +00:00
17 lines
267 B
Text
17 lines
267 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Xilinx Versal NET QSPI single DTS
|
||
|
*
|
||
|
* (C) Copyright 2023, Advanced Micro Devices, Inc.
|
||
|
*/
|
||
|
|
||
|
#include "versal-net-mini-qspi.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Xilinx Versal NET MINI QSPI SINGLE";
|
||
|
};
|
||
|
|
||
|
&flash0 {
|
||
|
spi-rx-bus-width = <4>;
|
||
|
};
|