summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6ull-myir-mys-6ulx-eval-u-boot.dts
blob: 378e4fa58dc03503b65f92bc253ae5fa35e306a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2020 Linumiz
 * Author: Parthiban Nallathambi <parthiban@linumiz.com>
 */

/ {
	smbios {
		compatible = "u-boot,sysinfo-smbios";

		smbios {
			system {
				manufacturer = "MYiR";
			};

			baseboard {
				manufacturer = "MYiR";
			};

			chassis {
				manufacturer = "MYiR";
			};
		};
	};
};