mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Add stsafe320 support for montague
Add stsafe320 support for montague. Change-Id: I9f43b23331cbf9afd1a1b71458db9428ecb3b46a
This commit is contained in:
14
bindings/gpio/stm,stsafe320_gpio.txt
Normal file
14
bindings/gpio/stm,stsafe320_gpio.txt
Normal 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>;
|
||||
};
|
||||
@@ -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,.*":
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user