Revision | 3128c890f2715f5e73300d67edff2bd26865740d (tree) |
---|---|
Time | 2022-07-25 22:38:47 |
Author | Julien Panis <jpanis@bayl...> |
Commiter | Tom Rini |
arm64: dts: k3-am625-r5: Add support for ESM devices
Add main ESM and MCU ESM nodes to AM625-R5 device tree.
Signed-off-by: Julien Panis <jpanis@baylibre.com>
@@ -79,6 +79,15 @@ | ||
79 | 79 | ti,secure-host; |
80 | 80 | }; |
81 | 81 | |
82 | +&cbass_mcu { | |
83 | + mcu_esm: esm@4100000 { | |
84 | + compatible = "ti,j721e-esm"; | |
85 | + reg = <0x0 0x4100000 0x0 0x1000>; | |
86 | + ti,esm-pins = <0>, <1>, <2>, <85>; | |
87 | + u-boot,dm-spl; | |
88 | + }; | |
89 | +}; | |
90 | + | |
82 | 91 | &cbass_main { |
83 | 92 | sa3_secproxy: secproxy@44880000 { |
84 | 93 | u-boot,dm-spl; |
@@ -96,6 +105,13 @@ | ||
96 | 105 | mbox-names = "tx", "rx", "boot_notify"; |
97 | 106 | u-boot,dm-spl; |
98 | 107 | }; |
108 | + | |
109 | + main_esm: esm@420000 { | |
110 | + compatible = "ti,j721e-esm"; | |
111 | + reg = <0x0 0x420000 0x0 0x1000>; | |
112 | + ti,esm-pins = <160>, <161>, <162>, <163>, <177>, <178>; | |
113 | + u-boot,dm-spl; | |
114 | + }; | |
99 | 115 | }; |
100 | 116 | |
101 | 117 | &mcu_pmx0 { |