blob: 13809f82d99a6fc7da1fc2401b33bf0d0bb75548 [file] [log] [blame]
Dasnavis Sabiyad942f972024-02-24 01:51:50 +05301// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
4 */
5
6/dts-v1/;
7
8#include "k3-am69-sk.dts"
9#include "k3-j784s4-ddr-evm-lp4-4266.dtsi"
10#include "k3-j784s4-ddr.dtsi"
11#include "k3-am69-sk-u-boot.dtsi"
12
13/ {
14 chosen {
15 tick-timer = &mcu_timer0;
16 };
17
18 aliases {
19 remoteproc0 = &sysctrler;
20 remoteproc1 = &a72_0;
21 };
22
23 a72_0: a72@0 {
24 compatible = "ti,am654-rproc";
25 reg = <0x0 0x00a90000 0x0 0x10>;
26 power-domains = <&k3_pds 61 TI_SCI_PD_EXCLUSIVE>,
27 <&k3_pds 202 TI_SCI_PD_EXCLUSIVE>;
28 resets = <&k3_reset 202 0>;
Manorit Chawdhryf23728b2024-10-15 16:22:19 +053029 clocks = <&k3_clks 61 0>, <&k3_clks 202 0>;
30 clock-names = "gtc", "core";
Dasnavis Sabiyad942f972024-02-24 01:51:50 +053031 assigned-clocks = <&k3_clks 61 0>, <&k3_clks 202 0>;
32 assigned-clock-parents = <&k3_clks 61 2>;
33 assigned-clock-rates = <200000000>, <2000000000>;
34 ti,sci = <&sms>;
35 ti,sci-proc-id = <32>;
36 ti,sci-host-id = <10>;
37 bootph-pre-ram;
38 };
39
40 dm_tifs: dm-tifs {
41 compatible = "ti,j721e-dm-sci";
42 ti,host-id = <3>;
43 ti,secure-host;
44 mbox-names = "rx", "tx";
45 mboxes= <&secure_proxy_mcu 21>, <&secure_proxy_mcu 23>;
46 bootph-pre-ram;
47 };
48};
49
50&mcu_timer0 {
51 status = "okay";
52 clock-frequency = <250000000>;
53 bootph-pre-ram;
54};
55
56&secure_proxy_sa3 {
57 status = "okay";
58 bootph-pre-ram;
59};
60
61&secure_proxy_mcu {
62 status = "okay";
63 bootph-pre-ram;
64};
65
66&cbass_mcu_wakeup {
67 sysctrler: sysctrler {
68 compatible = "ti,am654-system-controller";
69 mboxes= <&secure_proxy_mcu 4>,
70 <&secure_proxy_mcu 5>,
71 <&secure_proxy_sa3 5>;
72 mbox-names = "tx", "rx", "boot_notify";
73 bootph-pre-ram;
74 };
75};
76
77&sms {
78 mboxes= <&secure_proxy_mcu 8>, <&secure_proxy_mcu 6>, <&secure_proxy_mcu 5>;
79 mbox-names = "tx", "rx", "notify";
80 ti,host-id = <4>;
81 ti,secure-host;
82 bootph-pre-ram;
83};
84
85/* WKUP UART0 is used for DM firmware logs */
86&wkup_uart0 {
87 bootph-pre-ram;
88 status = "okay";
89};
90
91&ospi0 {
92 reg = <0x0 0x47040000 0x0 0x100>,
93 <0x0 0x50000000 0x0 0x8000000>;
94};
95
96&ospi1 {
97 reg = <0x0 0x47050000 0x0 0x100>,
98 <0x0 0x58000000 0x0 0x8000000>;
99};
100
Jonathan Humphreys8ceee802024-08-09 18:01:54 -0500101&fss {
102 /* enable ranges missing from the FSS node */
103 ranges = <0x0 0x47000000 0x0 0x47000000 0x0 0x00068400>,
104 <0x0 0x50000000 0x0 0x50000000 0x0 0x08000000>;
105};
106
Dasnavis Sabiyad942f972024-02-24 01:51:50 +0530107&mcu_ringacc {
108 ti,sci = <&dm_tifs>;
109};
110
111&mcu_udmap {
112 ti,sci = <&dm_tifs>;
113};