1// SPDX-License-Identifier: GPL-2.0+ 2 3/ { 4 smbios { 5 compatible = "u-boot,sysinfo-smbios"; 6 7 smbios { 8 system { 9 product = "uDPU"; 10 }; 11 12 baseboard { 13 product = "uDPU"; 14 }; 15 16 chassis { 17 product = "uDPU"; 18 }; 19 }; 20 }; 21}; 22 23&spi0 { 24 u-boot,dm-pre-reloc; 25 26 spi-flash@0 { 27 u-boot,dm-pre-reloc; 28 }; 29}; 30 31&sdhci1 { 32 u-boot,dm-pre-reloc; 33}; 34