Add missing ESM and watchdog nodes for the sake of devicetree completion of hardware description w.r.t Linux and ESM and WDT enablement on U-Boot. This patch series adds the missing nodes for J721E and J7200. Boot logs: https://gist.github.com/nehamalcom/5dc94ab60f57df5d515d0a6d0da6e0d1 Neha Malcom Francis (4): arm64: dts: ti: k3-j721e-mcu: Add the WKUP ESM instance arm64: dts: ti: k3-j721e-mcu: Add the MCU domain watchdog instances arm64: dts: ti: k3-j721e-main: Add the MAIN domain watchdog instances arm64: dts: ti: k3-j7200-main: Add the MAIN domain watchdog instances arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 27 ++++++ arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 93 +++++++++++++++++++ .../boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 31 +++++++ 3 files changed, 151 insertions(+) -- 2.34.1