mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
20 lines
356 B
Text
20 lines
356 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Xilinx Versal NET OSPI single DTS
|
||
|
*
|
||
|
* (C) Copyright 2023, Advanced Micro Devices, Inc.
|
||
|
*
|
||
|
* Michal Simek <michal.simek@amd.com>
|
||
|
* Ashok Reddy Soma <ashok.reddy.soma@amd.com>
|
||
|
*/
|
||
|
|
||
|
#include "versal-net-mini-ospi.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Xilinx Versal NET MINI OSPI SINGLE";
|
||
|
};
|
||
|
|
||
|
&flash0 {
|
||
|
spi-rx-bus-width = <8>;
|
||
|
};
|