blob: 6109088afae6f806a56415fea36807ab9ee8521e [file] [log] [blame]
Maxime Jourdan69fa3b02018-07-26 11:21:39 +02001// 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 Armstrong3bd41b02020-03-30 11:27:26 +02007#include "meson-gxl-u-boot.dtsi"
Artem Lapkinbc179a62021-07-27 09:23:18 +08008
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};