26 lines
218 B
Plaintext
26 lines
218 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
&spi1 {
|
||
|
u-boot,dm-spl;
|
||
|
|
||
|
spi-flash@0 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&sdhci {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&gpio0 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&ahci0 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&ahci1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|