10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
|
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
|
||
|
|
&spi0 {
|
||
|
|
u-boot,dm-pre-reloc;
|
||
|
|
|
||
|
|
spi-flash@0 {
|
||
|
|
u-boot,dm-pre-reloc;
|
||
|
|
};
|
||
|
|
};
|