blob: c953a82c7a5e9c92c59d2e6ccd97ab16814f5fac [file] [log] [blame]
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -05001// SPDX-License-Identifier: GPL-2.0
2/*
3 * AM62A7 SK dts file for R5 SPL
4 * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
5 */
6
7#include "k3-am62a7-sk.dts"
8#include "k3-am62a-ddr-1866mhz-32bit.dtsi"
9#include "k3-am62a-ddr.dtsi"
10
11#include "k3-am62a7-sk-u-boot.dtsi"
12
13/ {
14 aliases {
15 remoteproc0 = &sysctrler;
16 remoteproc1 = &a53_0;
17 serial0 = &wkup_uart0;
18 serial3 = &main_uart1;
19 };
20
21 chosen {
22 stdout-path = "serial2:115200n8";
23 tick-timer = &timer1;
24 };
25
26 memory@80000000 {
27 device_type = "memory";
Devarsh Thakkar33d71d72023-02-06 17:04:51 +053028 /* 4G RAM */
29 reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
30 <0x00000008 0x80000000 0x00000000 0x80000000>;
Simon Glassd3a98cb2023-02-13 08:56:33 -070031 bootph-pre-ram;
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -050032 };
33
34 reserved-memory {
35 #address-cells = <2>;
36 #size-cells = <2>;
37 ranges;
38
39 secure_ddr: optee@9e800000 {
40 reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */
41 alignment = <0x1000>;
42 no-map;
43 };
44 };
45
46 a53_0: a53@0 {
47 compatible = "ti,am654-rproc";
48 reg = <0x00 0x00a90000 0x00 0x10>;
49 power-domains = <&k3_pds 61 TI_SCI_PD_EXCLUSIVE>,
50 <&k3_pds 135 TI_SCI_PD_EXCLUSIVE>;
51 resets = <&k3_reset 135 0>;
52 clocks = <&k3_clks 61 0>;
53 assigned-clocks = <&k3_clks 61 0>, <&k3_clks 135 0>;
54 assigned-clock-parents = <&k3_clks 61 2>;
55 assigned-clock-rates = <200000000>, <1200000000>;
56 ti,sci = <&dmsc>;
57 ti,sci-proc-id = <32>;
58 ti,sci-host-id = <10>;
Simon Glassd3a98cb2023-02-13 08:56:33 -070059 bootph-pre-ram;
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -050060 };
61
62 dm_tifs: dm-tifs {
63 compatible = "ti,j721e-dm-sci";
64 ti,host-id = <36>;
65 ti,secure-host;
66 mbox-names = "rx", "tx";
67 mboxes= <&secure_proxy_main 22>,
68 <&secure_proxy_main 23>;
Simon Glassd3a98cb2023-02-13 08:56:33 -070069 bootph-pre-ram;
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -050070 };
71};
72
73&dmsc {
74 mboxes= <&secure_proxy_main 0>,
75 <&secure_proxy_main 1>,
76 <&secure_proxy_main 0>;
77 mbox-names = "rx", "tx", "notify";
78 ti,host-id = <35>;
79 ti,secure-host;
80};
81
82&cbass_main {
83 sa3_secproxy: secproxy@44880000 {
84 compatible = "ti,am654-secure-proxy";
85 #mbox-cells = <1>;
86 reg = <0x00 0x44880000 0x00 0x20000>,
87 <0x0 0x44860000 0x0 0x20000>,
88 <0x0 0x43600000 0x0 0x10000>;
89 reg-names = "rt", "scfg", "target_data";
Simon Glassd3a98cb2023-02-13 08:56:33 -070090 bootph-pre-ram;
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -050091 };
92
93 sysctrler: sysctrler {
94 compatible = "ti,am654-system-controller";
95 mboxes= <&secure_proxy_main 1>,
96 <&secure_proxy_main 0>,
97 <&sa3_secproxy 0>;
98 mbox-names = "tx", "rx", "boot_notify";
Simon Glassd3a98cb2023-02-13 08:56:33 -070099 bootph-pre-ram;
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -0500100 };
101};
102
103&mcu_pmx0 {
104 status = "okay";
Simon Glassd3a98cb2023-02-13 08:56:33 -0700105 bootph-pre-ram;
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -0500106
107 wkup_uart0_pins_default: wkup-uart0-pins-default {
108 pinctrl-single,pins = <
109 AM62X_MCU_IOPAD(0x02c, PIN_INPUT, 0) /* (C6) WKUP_UART0_CTSn */
110 AM62X_MCU_IOPAD(0x030, PIN_OUTPUT, 0) /* (A4) WKUP_UART0_RTSn */
111 AM62X_MCU_IOPAD(0x024, PIN_INPUT, 0) /* (B4) WKUP_UART0_RXD */
112 AM62X_MCU_IOPAD(0x028, PIN_OUTPUT, 0) /* (C5) WKUP_UART0_TXD */
113 >;
Simon Glassd3a98cb2023-02-13 08:56:33 -0700114 bootph-pre-ram;
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -0500115 };
116};
117
118&main_pmx0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700119 bootph-pre-ram;
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -0500120 main_uart1_pins_default: main-uart1-pins-default {
121 pinctrl-single,pins = <
122 AM62X_IOPAD(0x194, PIN_INPUT, 2) /* (B19) MCASP0_AXR3.UART1_CTSn */
123 AM62X_IOPAD(0x198, PIN_OUTPUT, 2) /* (A19) MCASP0_AXR2.UART1_RTSn */
124 AM62X_IOPAD(0x1ac, PIN_INPUT, 2) /* (E19) MCASP0_AFSR.UART1_RXD */
125 AM62X_IOPAD(0x1b0, PIN_OUTPUT, 2) /* (A20) MCASP0_ACLKR.UART1_TXD */
126 >;
Simon Glassd3a98cb2023-02-13 08:56:33 -0700127 bootph-pre-ram;
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -0500128 };
129};
130
131/* WKUP UART0 is used for DM firmware logs */
132&wkup_uart0 {
133 pinctrl-names = "default";
134 pinctrl-0 = <&wkup_uart0_pins_default>;
135 status = "okay";
Simon Glassd3a98cb2023-02-13 08:56:33 -0700136 bootph-pre-ram;
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -0500137};
138
139/* Main UART1 is used for TIFS firmware logs */
140&main_uart1 {
141 pinctrl-names = "default";
142 pinctrl-0 = <&main_uart1_pins_default>;
143 status = "okay";
Simon Glassd3a98cb2023-02-13 08:56:33 -0700144 bootph-pre-ram;
Bryan Brattlofe1dd18c2022-11-03 19:13:52 -0500145};