Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / dts / rk3368-lion-u-boot.dtsi
index a9b7f81..6d54214 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+ OR X11
 /*
  * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
- *
- * SPDX-License-Identifier:     GPL-2.0+       X11
  */
 
 / {
        chosen {
                stdout-path = "serial0:115200n8";
                u-boot,spl-boot-order = &emmc, &sdmmc;
-               tick-timer = "/timer@ff810000";
        };
 
+       smbios {
+               compatible = "u-boot,sysinfo-smbios";
+
+               smbios {
+                       system {
+                               manufacturer = "rockchip";
+                               product = "sheep_rk3368";
+                       };
+
+                       baseboard {
+                               manufacturer = "rockchip";
+                               product = "sheep_rk3368";
+                       };
+
+                       chassis {
+                               manufacturer = "rockchip";
+                               product = "sheep_rk3368";
+                       };
+               };
+       };
 };
 
 &pinctrl {