As eSE is present in multiple kera boards, added the board and msm id's for all the revellant kera boards. Change-Id: I9f3e75c4c5570c1471a77f5c38226bd3bc6867c8
14 lines
277 B
Plaintext
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>;
|
|
};
|
|
};
|