Simon Glass | 64d6bbb | 2021-12-16 20:59:11 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | /* | ||||
3 | * Empty device tree for qemu_arm64 | ||||
4 | |||||
5 | * Copyright 2021 Google LLC | ||||
6 | */ | ||||
7 | |||||
8 | /dts-v1/; | ||||
9 | |||||
Raymond Mao | 4932d1f | 2024-12-06 14:54:25 -0800 | [diff] [blame] | 10 | #if defined(CONFIG_SYSINFO_SMBIOS) && !defined(QFW_SMBIOS) |
11 | #include "smbios_generic.dtsi" | ||||
12 | #endif | ||||
13 | |||||
Simon Glass | 64d6bbb | 2021-12-16 20:59:11 -0700 | [diff] [blame] | 14 | / { |
15 | }; |