提交 b91ad16a 编写于 作者: M Miquel Raynal 提交者: Tom Rini

sandbox: dts: add Sandbox TPMv2.x node

This node declares the presence of the Sandbox TPMv2.x emulated chip,
available for testing.
Signed-off-by: NMiquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
Reviewed-by: NTom Rini <trini@konsulko.com>
上级 31b106fc
...@@ -242,6 +242,10 @@ ...@@ -242,6 +242,10 @@
compatible = "google,sandbox-tpm"; compatible = "google,sandbox-tpm";
}; };
tpm2 {
compatible = "sandbox,tpm2";
};
triangle { triangle {
compatible = "demo-shape"; compatible = "demo-shape";
colour = "cyan"; colour = "cyan";
......
...@@ -242,6 +242,10 @@ ...@@ -242,6 +242,10 @@
compatible = "google,sandbox-tpm"; compatible = "google,sandbox-tpm";
}; };
tpm2 {
compatible = "sandbox,tpm2";
};
triangle { triangle {
compatible = "demo-shape"; compatible = "demo-shape";
colour = "cyan"; colour = "cyan";
......
...@@ -422,6 +422,10 @@ ...@@ -422,6 +422,10 @@
clock-frequency = <1000000>; clock-frequency = <1000000>;
}; };
tpm2 {
compatible = "sandbox,tpm2";
};
uart0: serial { uart0: serial {
compatible = "sandbox,serial"; compatible = "sandbox,serial";
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册