blob: 688a6cf40892b03b0f1b7af59fdff1ed409011af [file] [log] [blame]
Neha Malcom Francis41046502024-05-20 15:29:14 +05301// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
4 */
5
6/ {
7 chosen {
8 tick-timer = &mcu_timer0;
9 };
10
11 aliases {
12 remoteproc0 = &sysctrler;
13 remoteproc1 = &a72_0;
14 };
15
16 a72_0: a72@0 {
17 compatible = "ti,am654-rproc";
18 reg = <0x0 0x00a90000 0x0 0x10>;
19 power-domains = <&k3_pds 61 TI_SCI_PD_EXCLUSIVE>,
20 <&k3_pds 202 TI_SCI_PD_EXCLUSIVE>,
21 <&k3_pds 4 TI_SCI_PD_EXCLUSIVE>;
22 resets = <&k3_reset 202 0>;
Manorit Chawdhryf23728b2024-10-15 16:22:19 +053023 clocks = <&k3_clks 61 1>, <&k3_clks 202 2>;
24 clock-names = "gtc", "core";
Neha Malcom Francis41046502024-05-20 15:29:14 +053025 assigned-clocks = <&k3_clks 202 2>, <&k3_clks 61 1>;
26 assigned-clock-rates = <2000000000>, <200000000>;
27 ti,sci = <&dmsc>;
28 ti,sci-proc-id = <32>;
29 ti,sci-host-id = <10>;
30 bootph-pre-ram;
31 };
32
33 dm_tifs: dm-tifs {
34 compatible = "ti,j721e-dm-sci";
35 ti,host-id = <3>;
36 ti,secure-host;
37 mbox-names = "rx", "tx";
38 mboxes= <&secure_proxy_mcu 21>,
39 <&secure_proxy_mcu 23>;
40 bootph-pre-ram;
41 };
42};
43
44&mcu_timer0 {
45 status = "okay";
46 bootph-pre-ram;
47};
48
49&dmsc {
50 mboxes= <&secure_proxy_mcu 8>, <&secure_proxy_mcu 6>, <&secure_proxy_mcu 5>;
51 mbox-names = "tx", "rx", "notify";
52 ti,host-id = <4>;
53 ti,secure-host;
54};
55
56&secure_proxy_mcu {
57 bootph-pre-ram;
58 /* We require this for boot handshake */
59 status = "okay";
60};
61
62&cbass_mcu_wakeup {
63 sysctrler: sysctrler {
64 bootph-pre-ram;
65 compatible = "ti,am654-system-controller";
66 mboxes= <&secure_proxy_mcu 4>, <&secure_proxy_mcu 5>;
67 mbox-names = "tx", "rx";
68 };
69};
70
71&mcu_ringacc {
72 ti,sci = <&dm_tifs>;
73};
74
75&mcu_udmap {
76 ti,sci = <&dm_tifs>;
77};
78
79&wkup_uart0_pins_default {
80 bootph-pre-ram;
81};