ARM: dts: msm: Add stsafe320 support for montague

Add stsafe320 support for montague.

Change-Id: I9f43b23331cbf9afd1a1b71458db9428ecb3b46a
This commit is contained in:
Sandra V S Nair
2024-02-13 19:00:59 +05:30
parent 006a1eddb6
commit e9f94f0a95
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
STSAFE320 Embedded Secure Element (eSE) GPIO
Required properties:
- compatible: "stm,stsafe320_gpio"
- gpio-power_nreset: GPIO pin for reset.
Example:
stsafe320_gpio {
status = "ok";
compatible = "stm,stsafe320_gpio";
/* gpio used as SE_nRESET */
gpio-power_nreset = <&tlmm 48 0x00>;
};

View File

@@ -1001,6 +1001,8 @@ patternProperties:
(formerly part of MStar Semiconductor, Inc.)
"^st,.*":
description: STMicroelectronics
"^stm,.*":
description: STMicroelectronics
"^starry,.*":
description: Starry Electronic Technology (ShenZhen) Co., LTD
"^startek,.*":

View File

@@ -17,6 +17,13 @@
};
&soc {
stsafe320_gpio {
status = "ok";
compatible = "stm,stsafe320_gpio";
/* gpio used as SE_nRESET */
gpio-power_nreset = <&tlmm 48 0x00>;
};
mhi_qrtr_cnss {
compatible = "qcom,qrtr-mhi";
qcom,dev-id = <0x1103>;