blob: 4b8ea3d21a0c64de60cc932ddfa1bc6dff00c146 [file] [log] [blame]
Neil Armstrong51109632020-04-20 15:44:44 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2020 BayLibre, SAS
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
5 */
6
Neil Armstrongc87eab82020-11-11 08:22:11 +09007#include "meson-sm1-u-boot.dtsi"
Neil Armstrong51109632020-04-20 15:44:44 +02008#include "meson-khadas-vim3-u-boot.dtsi"
Artem Lapkine10481b2021-07-27 09:23:18 +08009
10/ {
11 smbios {
12 compatible = "u-boot,sysinfo-smbios";
13
14 smbios {
15 system {
16 manufacturer = "khadas";
17 product = "VIM3L";
18 };
19
20 baseboard {
21 manufacturer = "khadas";
22 product = "VIM3L";
23 };
24
25 chassis {
26 manufacturer = "khadas";
27 product = "VIM3L";
28 };
29 };
30 };
31};