1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 3&uart0 { 4 u-boot,dm-pre-reloc; 5}; 6 7&spi0 { 8 u-boot,dm-pre-reloc; 9 10 spi-flash@0 { 11 u-boot,dm-pre-reloc; 12 }; 13}; 14