mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
26 lines
350 B
Text
26 lines
350 B
Text
|
// 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";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|