arm: dts: ti: k3-j784s4: Add ESM instances
Patch adds the ESM instances for j784s4. It has 3 instances. One in the main domain and two in the mcu-wakeup domian. Signed-off-by: Keerthy <j-keerthy@ti.com>
This commit is contained in:
parent
d29870a3cc
commit
5f5e62cd56
|
|
@ -1253,4 +1253,12 @@
|
|||
resets = <&k3_reset 40 1>;
|
||||
firmware-name = "j784s4-c71_3-fw";
|
||||
};
|
||||
|
||||
main_esm: esm@700000 {
|
||||
compatible = "ti,j721e-esm";
|
||||
reg = <0x00 0x700000 0x00 0x1000>;
|
||||
ti,esm-pins = <688>, <689>, <690>, <691>, <692>, <693>, <694>,
|
||||
<695>;
|
||||
bootph-pre-ram;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -415,4 +415,17 @@
|
|||
#size-cells = <0>;
|
||||
};
|
||||
};
|
||||
mcu_esm: esm@40800000 {
|
||||
compatible = "ti,j721e-esm";
|
||||
reg = <0x00 0x40800000 0x00 0x1000>;
|
||||
ti,esm-pins = <95>;
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
wkup_esm: esm@42080000 {
|
||||
compatible = "ti,j721e-esm";
|
||||
reg = <0x00 0x42080000 0x00 0x1000>;
|
||||
ti,esm-pins = <63>;
|
||||
bootph-pre-ram;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -232,6 +232,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 0x01000000 0x00 0x01000000 0x00 0x0d000000>, /* Most peripherals */
|
||||
<0x00 0x0d000000 0x00 0x0d000000 0x00 0x01000000>, /* PCIe Core*/
|
||||
<0x00 0x10000000 0x00 0x10000000 0x00 0x08000000>, /* PCIe0 DAT0 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue