forked from Qortal/Brooklyn
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";
|
|
};
|
|
}; |