arm: dts: k3-j7200: Add ESM PMIC support for tps659413

On J7200 processor board MCU_SAFETY_ERROR signal is routed to PMIC for
ESM error handling. The PMIC resets the board on receipt of the signal.
Enable the support for the board by adding ESM PMIC node.

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
This commit is contained in:
Gowtham Tammana 2021-07-14 20:24:20 -05:00 committed by Praneeth Bajjuri
parent 52c1d69d7d
commit a2fe67e24a
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2021 Texas Instruments Incorporated - http://www.ti.com/
*/
&tps659413 {
esm: esm {
compatible = "ti,tps659413-esm";
u-boot,dm-spl;
};
};