[PATCH v2 3/8] sandbox: dts: add meson secure monitor node

Alexey Romanov avromanov at salutedevices.com
Mon Sep 11 18:35:31 CEST 2023


We need this to test UCLASS_SM.

Signed-off-by: Alexey Romanov <avromanov at salutedevices.com>
---
 arch/sandbox/dts/test.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index dffe10adbf..4475aa58a6 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -693,6 +693,10 @@
 				};
 			};
 		};
+
+		sm: secure-monitor {
+			compatible = "sandbox,sm";
+		};
 	};
 
 	fpga {
-- 
2.25.1



More information about the U-Boot mailing list