Skip to content

Commit 2aeb069

Browse files
h-nagallanmenon
authored andcommitted
arm64: dts: ti: k3-am64: Add ESM0 to device memory map
AM64x SoCs have two ESM modules, with one in MAIN voltage domain and the other in MCU voltage domain. The error output from Main ESM module can be routed to the MCU ESM module. The error output of MCU ESM can be configured to reset the device. The MCU ESM configuration address space is already opened and this patch opens the MAIN ESM configuration address space. For ESM details please refer technical reference manual at https://www.ti.com/lit/pdf/spruim2 Signed-off-by: Hari Nagalla <[email protected]> Signed-off-by: Nishanth Menon <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 292b0dd commit 2aeb069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/ti/k3-am64.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
#address-cells = <2>;
6767
#size-cells = <2>;
6868
ranges = <0x00 0x000f4000 0x00 0x000f4000 0x00 0x000002d0>, /* PINCTRL */
69+
<0x00 0x00420000 0x00 0x00420000 0x00 0x00001000>, /* ESM0 */
6970
<0x00 0x00600000 0x00 0x00600000 0x00 0x00001100>, /* GPIO */
7071
<0x00 0x00a40000 0x00 0x00a40000 0x00 0x00000800>, /* Timesync router */
7172
<0x00 0x01000000 0x00 0x01000000 0x00 0x02330400>, /* First peripheral window */

0 commit comments

Comments
 (0)