ARM: dts: synquacer: Add device trees for DeveloperBox
[platform/kernel/u-boot.git] / arch / arm / dts / imx6ull-myir-mys-6ulx-eval-u-boot.dts
1 // 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 };