Skip to content
Snippets Groups Projects
Commit 6e474eab authored by Simon Glass's avatar Simon Glass
Browse files

exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices


Add a TPM node to the various Chromebooks so that driver can be converted to
driver model.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarChristophe <Ricard&lt;christophe-h.ricard@st.com>
Reviewed-by: default avatarHeiko Schocher <hs@denx.de>
parent 5c51d8aa
No related branches found
No related tags found
No related merge requests found
......@@ -206,6 +206,15 @@
};
};
i2c@12C90000 {
clock-frequency = <100000>;
tpm@20 {
reg = <0x20>;
u-boot,i2c-offset-len = <0>;
compatible = "infineon,slb9635tt";
};
};
spi@12d30000 {
spi-max-frequency = <50000000>;
firmware_storage_spi: flash@0 {
......
......@@ -59,6 +59,14 @@
<&gpy4 2 0>;
};
i2c@12C90000 {
clock-frequency = <100000>;
tpm@20 {
reg = <0x20>;
compatible = "infineon,slb9645tt";
};
};
mmc@12200000 {
samsung,bus-width = <8>;
samsung,timing = <1 3 3>;
......
......@@ -237,6 +237,11 @@
};
};
tpm {
reg = <0xfed40000 0x5000>;
compatible = "infineon,slb9635lpc";
};
microcode {
update@0 {
#include "microcode/m12306a9_0000001b.dtsi"
......
......@@ -62,4 +62,9 @@
};
};
tpm {
reg = <0xfed40000 0x5000>;
compatible = "infineon,slb9635lpc";
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment