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

Change-Id: Ia04cab5be445331bdd8c79ea3e4edb7566bfd74e
(cherry picked from commit 692ca5a0f9db8f55ee6dd7cd254ba55f067f3320)
2024-12-17 23:30:44 -08:00

16 lines
279 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 111 0x00>;
};
};