20 lines
205 B
Plaintext
20 lines
205 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/ {
|
|
soc {
|
|
internal-regs {
|
|
serial@12000 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&spi0 {
|
|
u-boot,dm-pre-reloc;
|
|
|
|
spi-flash@0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|