Files
android_kernel_samsung_sm87…/kera-ese-common.dtsi
Ravi Kumar Bokka 17b4ed6452 eSE-devicetree: Added support for eSE on multiple kera boards
As eSE is present in multiple kera boards, added the board and msm id's
for all the revellant kera boards.

Change-Id: I9f3e75c4c5570c1471a77f5c38226bd3bc6867c8
2024-11-21 05:18:47 -08:00

14 lines
277 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
st54spi_gpio {
status = "ok";
compatible = "st,st54spi_gpio";
/* gpio used as SE_nRESET */
gpio-power_nreset = <&tlmm 117 0x00>;
};
};