Maxime Jourdan | 69fa3b0 | 2018-07-26 11:21:39 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 2 | /* |
| 3 | * Copyright (c) 2019 BayLibre, SAS. |
| 4 | * Author: Neil Armstrong <narmstrong@baylibre.com> |
| 5 | */ |
| 6 | |
Neil Armstrong | 3bd41b0 | 2020-03-30 11:27:26 +0200 | [diff] [blame] | 7 | #include "meson-gxl-u-boot.dtsi" |
Artem Lapkin | bc179a6 | 2021-07-27 09:23:18 +0800 | [diff] [blame] | 8 | |
| 9 | / { |
| 10 | smbios { |
| 11 | compatible = "u-boot,sysinfo-smbios"; |
| 12 | |
| 13 | smbios { |
| 14 | system { |
| 15 | manufacturer = "khadas"; |
| 16 | product = "VIM"; |
| 17 | }; |
| 18 | |
| 19 | baseboard { |
| 20 | manufacturer = "khadas"; |
| 21 | product = "VIM"; |
| 22 | }; |
| 23 | |
| 24 | chassis { |
| 25 | manufacturer = "khadas"; |
| 26 | product = "VIM"; |
| 27 | }; |
| 28 | }; |
| 29 | }; |
| 30 | }; |