[PATCH] arm: dts: rockpro64: Add RockPro64 smbios
Shantur Rathore
i at shantur.com
Sat Nov 11 12:43:21 CET 2023
Signed-off-by: Shantur Rathore <i at shantur.com>
---
arch/arm/dts/rk3399-rockpro64-u-boot.dtsi | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
index 732727d9b0..a4453e76f6 100644
--- a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
@@ -9,6 +9,28 @@
chosen {
u-boot,spl-boot-order = "same-as-spl", &spi_flash, &sdmmc, &sdhci;
};
+
+ smbios {
+ compatible = "u-boot,sysinfo-smbios";
+ smbios {
+ system {
+ manufacturer = "PINE64";
+ product = "RockPro64";
+ };
+
+ baseboard {
+ manufacturer = "PINE64";
+ product = "RockPro64";
+ };
+
+ chassis {
+ manufacturer = "PINE64";
+ product = "RockPro64";
+ };
+ };
+ };
+
+
};
&sdhci {
--
2.40.1
More information about the U-Boot
mailing list