mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
10 lines
131 B
Text
10 lines
131 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright 2018 NXP
|
||
|
*/
|
||
|
|
||
|
&qspi {
|
||
|
flash0: n25q256a@0 {
|
||
|
compatible = "spi-flash";
|
||
|
};
|
||
|
};
|