• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision3128c890f2715f5e73300d67edff2bd26865740d (tree)
Time2022-07-25 22:38:47
AuthorJulien Panis <jpanis@bayl...>
CommiterTom Rini

Log Message

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>

Change Summary

Incremental Difference

--- a/arch/arm/dts/k3-am625-r5-sk.dts
+++ b/arch/arm/dts/k3-am625-r5-sk.dts
@@ -79,6 +79,15 @@
7979 ti,secure-host;
8080 };
8181
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+
8291 &cbass_main {
8392 sa3_secproxy: secproxy@44880000 {
8493 u-boot,dm-spl;
@@ -96,6 +105,13 @@
96105 mbox-names = "tx", "rx", "boot_notify";
97106 u-boot,dm-spl;
98107 };
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+ };
99115 };
100116
101117 &mcu_pmx0 {