blob: 378e4fa58dc03503b65f92bc253ae5fa35e306a0 [file] [log] [blame]
Simon Glassc0697c12020-11-05 06:32:13 -07001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2020 Linumiz
4 * Author: Parthiban Nallathambi <parthiban@linumiz.com>
5 */
6
7/ {
8 smbios {
9 compatible = "u-boot,sysinfo-smbios";
10
11 smbios {
12 system {
13 manufacturer = "MYiR";
14 };
15
16 baseboard {
17 manufacturer = "MYiR";
18 };
19
20 chassis {
21 manufacturer = "MYiR";
22 };
23 };
24 };
25};