summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/security/tpm/st33zp24-i2c.txt
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2024-01-22 11:28:03 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-01-22 11:28:03 +0100
commitf77738a71945f4fc0441627e59484a0999fae2d5 (patch)
tree8832e7668ca2ea1ac849042e2bd9db0fa7923974 /dts/Bindings/security/tpm/st33zp24-i2c.txt
parentfb6d5f696388c8bbc4bd16a7b223fca02330e111 (diff)
downloadbarebox-f77738a71945f4fc0441627e59484a0999fae2d5.tar.gz
barebox-f77738a71945f4fc0441627e59484a0999fae2d5.tar.xz
dts: update to v6.8-rc1
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings/security/tpm/st33zp24-i2c.txt')
-rw-r--r--dts/Bindings/security/tpm/st33zp24-i2c.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/dts/Bindings/security/tpm/st33zp24-i2c.txt b/dts/Bindings/security/tpm/st33zp24-i2c.txt
deleted file mode 100644
index 0dc121b6ea..0000000000
--- a/dts/Bindings/security/tpm/st33zp24-i2c.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-* STMicroelectronics SAS. ST33ZP24 TPM SoC
-
-Required properties:
-- compatible: Should be "st,st33zp24-i2c".
-- clock-frequency: I²C work frequency.
-- reg: address on the bus
-
-Optional ST33ZP24 Properties:
-- interrupts: GPIO interrupt to which the chip is connected
-- lpcpd-gpios: Output GPIO pin used for ST33ZP24 power management D1/D2 state.
-If set, power must be present when the platform is going into sleep/hibernate mode.
-
-Optional SoC Specific Properties:
-- pinctrl-names: Contains only one value - "default".
-- pintctrl-0: Specifies the pin control groups used for this controller.
-
-Example (for ARM-based BeagleBoard xM with ST33ZP24 on I2C2):
-
-&i2c2 {
-
-
- st33zp24: st33zp24@13 {
-
- compatible = "st,st33zp24-i2c";
-
- reg = <0x13>;
- clock-frequency = <400000>;
-
- interrupt-parent = <&gpio5>;
- interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
-
- lpcpd-gpios = <&gpio5 15 GPIO_ACTIVE_HIGH>;
- };
-};