mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 00:49:43 +00:00
10 lines
102 B
Text
10 lines
102 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
&spi1 {
|
||
|
u-boot,dm-spl;
|
||
|
|
||
|
spi-flash@0 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
};
|