diff options
author | Tero Kristo | 2020-02-14 11:18:17 +0200 |
---|---|---|
committer | Lokesh Vutla | 2020-03-03 13:08:14 +0530 |
commit | 7304546071dbbe334b133cdfc850fa7094c370de (patch) | |
tree | 1f2204172c32f61c109d1def7f0029f8e7d7ff1f /arch/arm/dts/k3-j721e.dtsi | |
parent | 3b36b38f50cc3063f922db629f529b11ff92332b (diff) |
arm: dts: k3-k721e: Add Main domain ESM support
Main domain ESM support is needed to configure main domain watchdogs
to generate ESM pin events by default. On J7 processor board these
propagate to the PMIC to generate a reset when watchdog expires.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/dts/k3-j721e.dtsi')
-rw-r--r-- | arch/arm/dts/k3-j721e.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j721e.dtsi b/arch/arm/dts/k3-j721e.dtsi index 04137b99486..6bd5aabe237 100644 --- a/arch/arm/dts/k3-j721e.dtsi +++ b/arch/arm/dts/k3-j721e.dtsi @@ -137,6 +137,7 @@ #size-cells = <2>; ranges = <0x00 0x00100000 0x00 0x00100000 0x00 0x00020000>, /* ctrl mmr */ <0x00 0x00600000 0x00 0x00600000 0x00 0x00031100>, /* GPIO */ + <0x00 0x00700000 0x00 0x00700000 0x00 0x00001000>, /* ESM */ <0x00 0x00900000 0x00 0x00900000 0x00 0x00012000>, /* serdes */ <0x00 0x00A40000 0x00 0x00A40000 0x00 0x00000800>, /* timesync router */ <0x00 0x01000000 0x00 0x01000000 0x00 0x0af02400>, /* Most peripherals */ |