2020-04-20 13:44:44 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 BayLibre, SAS
|
|
|
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
|
|
|
*/
|
|
|
|
|
2020-11-10 23:22:11 +00:00
|
|
|
#include "meson-g12-common-u-boot.dtsi"
|
2020-04-20 13:44:44 +00:00
|
|
|
#include "meson-khadas-vim3-u-boot.dtsi"
|
2021-07-27 01:23:18 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
smbios {
|
|
|
|
compatible = "u-boot,sysinfo-smbios";
|
|
|
|
|
|
|
|
smbios {
|
|
|
|
system {
|
|
|
|
manufacturer = "khadas";
|
|
|
|
product = "VIM3";
|
|
|
|
};
|
|
|
|
|
|
|
|
baseboard {
|
|
|
|
manufacturer = "khadas";
|
|
|
|
product = "VIM3";
|
|
|
|
};
|
|
|
|
|
|
|
|
chassis {
|
|
|
|
manufacturer = "khadas";
|
|
|
|
product = "VIM3";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|