mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 23:55:54 +00:00
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2018 NXP
|
|
*/
|
|
|
|
&qspi {
|
|
flash0: n25q256a@0 {
|
|
compatible = "spi-flash";
|
|
};
|
|
}; |