mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
31b106fc1c
commit
b91ad16a69
3 changed files with 12 additions and 0 deletions
|
@ -242,6 +242,10 @@
|
|||
compatible = "google,sandbox-tpm";
|
||||
};
|
||||
|
||||
tpm2 {
|
||||
compatible = "sandbox,tpm2";
|
||||
};
|
||||
|
||||
triangle {
|
||||
compatible = "demo-shape";
|
||||
colour = "cyan";
|
||||
|
|
|
@ -242,6 +242,10 @@
|
|||
compatible = "google,sandbox-tpm";
|
||||
};
|
||||
|
||||
tpm2 {
|
||||
compatible = "sandbox,tpm2";
|
||||
};
|
||||
|
||||
triangle {
|
||||
compatible = "demo-shape";
|
||||
colour = "cyan";
|
||||
|
|
|
@ -422,6 +422,10 @@
|
|||
clock-frequency = <1000000>;
|
||||
};
|
||||
|
||||
tpm2 {
|
||||
compatible = "sandbox,tpm2";
|
||||
};
|
||||
|
||||
uart0: serial {
|
||||
compatible = "sandbox,serial";
|
||||
u-boot,dm-pre-reloc;
|
||||
|
|
Loading…
Reference in a new issue