diff --git a/test/image/test-fit.py b/test/image/test-fit.py index d5143cbb0fd2aed4ce313494f762e81990f3e9aa..db0649fca8d0138103a4bfc7b26246138728ba92 100755 --- a/test/image/test-fit.py +++ b/test/image/test-fit.py @@ -108,6 +108,10 @@ base_fdt = ''' model = "Sandbox Verified Boot Test"; compatible = "sandbox"; + reset@0 { + compatible = "sandbox,reset"; + }; + }; ''' diff --git a/test/vboot/sandbox-u-boot.dts b/test/vboot/sandbox-u-boot.dts index a1e853c9caaea4bf388727d5060b5b78619c1a4a..63f8f401de486a3598cee2d4477e852fd01d0a74 100644 --- a/test/vboot/sandbox-u-boot.dts +++ b/test/vboot/sandbox-u-boot.dts @@ -4,4 +4,7 @@ model = "Sandbox Verified Boot Test"; compatible = "sandbox"; + reset@0 { + compatible = "sandbox,reset"; + }; };