blob: a1394115b8bebcad8194a504f5f018dafff26364 [file] [log] [blame]
Manorit Chawdhry4928d742024-10-24 15:30:04 +05301// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (C) 2023 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 resets = <&k3_reset 202 0>;
22 clocks = <&k3_clks 61 0>, <&k3_clks 202 0>;
23 clock-names = "gtc", "core";
24 assigned-clocks = <&k3_clks 61 0>, <&k3_clks 202 0>;
25 assigned-clock-parents = <&k3_clks 61 2>;
26 assigned-clock-rates = <200000000>, <2000000000>;
27 ti,sci = <&sms>;
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>, <&secure_proxy_mcu 23>;
39 bootph-pre-ram;
40 };
41};
42
43&mcu_timer0 {
Manorit Chawdhry1e081eb2024-11-21 17:32:51 +053044 /delete-property/ clocks;
45 /delete-property/ clocks-names;
46 /delete-property/ assigned-clocks;
47 /delete-property/ assigned-clock-parents;
Manorit Chawdhry4928d742024-10-24 15:30:04 +053048 clock-frequency = <250000000>;
49 bootph-pre-ram;
50};
51
52&secure_proxy_sa3 {
53 status = "okay";
54 bootph-pre-ram;
55};
56
57&secure_proxy_mcu {
58 status = "okay";
59 bootph-pre-ram;
60};
61
62&cbass_mcu_wakeup {
63 sysctrler: sysctrler {
64 compatible = "ti,am654-system-controller";
65 mboxes= <&secure_proxy_mcu 4>,
66 <&secure_proxy_mcu 5>,
67 <&secure_proxy_sa3 5>;
68 mbox-names = "tx", "rx", "boot_notify";
69 bootph-pre-ram;
70 };
71};
72
73&sms {
74 mboxes= <&secure_proxy_mcu 8>, <&secure_proxy_mcu 6>, <&secure_proxy_mcu 5>;
75 mbox-names = "tx", "rx", "notify";
76 ti,host-id = <4>;
77 ti,secure-host;
78 bootph-pre-ram;
79};
80
81/* WKUP UART0 is used for DM firmware logs */
82&wkup_uart0 {
83 bootph-pre-ram;
84 status = "okay";
85};
86
87&ospi0 {
88 reg = <0x0 0x47040000 0x0 0x100>,
89 <0x0 0x50000000 0x0 0x8000000>;
90};
91
92&ospi1 {
93 reg = <0x0 0x47050000 0x0 0x100>,
94 <0x0 0x58000000 0x0 0x8000000>;
95};
96
97&fss {
98 /* enable ranges missing from the FSS node */
99 ranges = <0x0 0x47000000 0x0 0x47000000 0x0 0x00068400>,
100 <0x0 0x50000000 0x0 0x50000000 0x0 0x08000000>;
101};
102
103&mcu_ringacc {
104 ti,sci = <&dm_tifs>;
105};
106
107&mcu_udmap {
108 ti,sci = <&dm_tifs>;
109};
Neha Malcom Francisc3f7cdc2024-11-18 16:27:10 +0530110
111&wkup_vtm0 {
112 bootph-pre-ram;
113 vdd-supply-2 = <&tps62873a>;
114};
115