2019-06-13 04:59:55 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2023-09-27 13:09:55 +00:00
|
|
|
#include "k3-j721e-common-proc-board.dts"
|
2020-12-03 23:43:47 +00:00
|
|
|
#include "k3-j721e-ddr-evm-lp4-4266.dtsi"
|
2019-10-07 13:56:37 +00:00
|
|
|
#include "k3-j721e-ddr.dtsi"
|
2023-09-27 13:09:55 +00:00
|
|
|
#include "k3-j721e-common-proc-board-u-boot.dtsi"
|
2019-06-13 04:59:55 +00:00
|
|
|
|
|
|
|
/ {
|
2023-09-27 13:09:56 +00:00
|
|
|
chosen {
|
|
|
|
tick-timer = &mcu_timer0;
|
|
|
|
};
|
|
|
|
|
2019-06-13 04:59:55 +00:00
|
|
|
aliases {
|
|
|
|
remoteproc0 = &sysctrler;
|
|
|
|
remoteproc1 = &a72_0;
|
|
|
|
};
|
|
|
|
|
|
|
|
a72_0: a72@0 {
|
|
|
|
compatible = "ti,am654-rproc";
|
|
|
|
reg = <0x0 0x00a90000 0x0 0x10>;
|
|
|
|
power-domains = <&k3_pds 61 TI_SCI_PD_EXCLUSIVE>,
|
2023-04-14 04:17:54 +00:00
|
|
|
<&k3_pds 202 TI_SCI_PD_EXCLUSIVE>,
|
|
|
|
<&k3_pds 4 TI_SCI_PD_EXCLUSIVE>;
|
2019-06-13 04:59:55 +00:00
|
|
|
resets = <&k3_reset 202 0>;
|
2021-01-06 19:20:31 +00:00
|
|
|
clocks = <&k3_clks 61 1>;
|
2019-06-13 04:59:55 +00:00
|
|
|
assigned-clocks = <&k3_clks 202 2>, <&k3_clks 61 1>;
|
|
|
|
assigned-clock-rates = <2000000000>, <200000000>;
|
|
|
|
ti,sci = <&dmsc>;
|
|
|
|
ti,sci-proc-id = <32>;
|
|
|
|
ti,sci-host-id = <10>;
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-06-13 04:59:55 +00:00
|
|
|
};
|
|
|
|
|
2021-06-07 14:17:50 +00:00
|
|
|
dm_tifs: dm-tifs {
|
|
|
|
compatible = "ti,j721e-dm-sci";
|
|
|
|
ti,host-id = <3>;
|
|
|
|
ti,secure-host;
|
|
|
|
mbox-names = "rx", "tx";
|
2023-09-27 13:09:56 +00:00
|
|
|
mboxes= <&secure_proxy_mcu 21>,
|
|
|
|
<&secure_proxy_mcu 23>;
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2021-06-07 14:17:50 +00:00
|
|
|
};
|
2019-06-13 04:59:55 +00:00
|
|
|
};
|
|
|
|
|
2023-09-27 13:09:56 +00:00
|
|
|
&mcu_timer0 {
|
|
|
|
status = "okay";
|
|
|
|
bootph-pre-ram;
|
2020-02-14 09:18:17 +00:00
|
|
|
};
|
|
|
|
|
2019-06-13 04:59:55 +00:00
|
|
|
&dmsc {
|
2023-09-27 13:09:56 +00:00
|
|
|
mboxes= <&secure_proxy_mcu 8>, <&secure_proxy_mcu 6>, <&secure_proxy_mcu 5>;
|
2019-06-13 04:59:55 +00:00
|
|
|
mbox-names = "tx", "rx", "notify";
|
|
|
|
ti,host-id = <4>;
|
|
|
|
ti,secure-host;
|
|
|
|
};
|
|
|
|
|
2023-09-27 13:09:56 +00:00
|
|
|
&secure_proxy_mcu {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-06-13 04:59:55 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2023-09-27 13:09:56 +00:00
|
|
|
&cbass_mcu_wakeup {
|
|
|
|
sysctrler: sysctrler {
|
|
|
|
bootph-pre-ram;
|
|
|
|
compatible = "ti,am654-system-controller";
|
|
|
|
mboxes= <&secure_proxy_mcu 4>, <&secure_proxy_mcu 5>;
|
|
|
|
mbox-names = "tx", "rx";
|
|
|
|
};
|
2019-06-13 04:59:55 +00:00
|
|
|
};
|
|
|
|
|
2023-09-27 13:09:56 +00:00
|
|
|
&mcu_ringacc {
|
|
|
|
ti,sci = <&dm_tifs>;
|
2019-06-13 04:59:55 +00:00
|
|
|
};
|
|
|
|
|
2023-09-27 13:09:56 +00:00
|
|
|
&mcu_udmap {
|
|
|
|
ti,sci = <&dm_tifs>;
|
2019-06-13 04:59:55 +00:00
|
|
|
};
|
|
|
|
|
2019-10-24 09:30:59 +00:00
|
|
|
&wkup_i2c0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-24 09:30:59 +00:00
|
|
|
tps659413a: tps659413a@48 {
|
|
|
|
reg = <0x48>;
|
|
|
|
compatible = "ti,tps659413";
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-24 09:30:59 +00:00
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&wkup_i2c0_pins_default>;
|
|
|
|
clock-frequency = <400000>;
|
|
|
|
|
|
|
|
regulators: regulators {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-24 09:30:59 +00:00
|
|
|
buck12_reg: buck12 {
|
2022-02-10 03:55:58 +00:00
|
|
|
/*VDD_CPU*/
|
2019-10-24 09:30:59 +00:00
|
|
|
regulator-name = "buck12";
|
2022-02-10 03:55:58 +00:00
|
|
|
regulator-min-microvolt = <600000>;
|
|
|
|
regulator-max-microvolt = <900000>;
|
2019-10-24 09:30:59 +00:00
|
|
|
regulator-always-on;
|
|
|
|
regulator-boot-on;
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-24 09:30:59 +00:00
|
|
|
};
|
|
|
|
};
|
2023-09-27 13:09:55 +00:00
|
|
|
|
|
|
|
esm: esm {
|
|
|
|
compatible = "ti,tps659413-esm";
|
|
|
|
bootph-pre-ram;
|
|
|
|
};
|
2019-10-24 09:30:59 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-09-27 13:09:56 +00:00
|
|
|
&wkup_uart0_pins_default {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-10-24 09:31:00 +00:00
|
|
|
};
|
|
|
|
|
2023-09-27 13:09:56 +00:00
|
|
|
&mcu_uart0_pins_default {
|
|
|
|
bootph-pre-ram;
|
2020-01-27 17:52:15 +00:00
|
|
|
};
|
|
|
|
|
2023-09-27 13:09:56 +00:00
|
|
|
&wkup_vtm0 {
|
|
|
|
vdd-supply-2 = <&buck12_reg>;
|
|
|
|
bootph-pre-ram;
|
2022-05-09 06:20:11 +00:00
|
|
|
};
|
|
|
|
|
2020-02-04 05:39:52 +00:00
|
|
|
&ospi0 {
|
2023-09-27 13:09:56 +00:00
|
|
|
/* Address change for data region (32-bit) */
|
2020-02-04 05:39:52 +00:00
|
|
|
reg = <0x0 0x47040000 0x0 0x100>,
|
|
|
|
<0x0 0x50000000 0x0 0x8000000>;
|
|
|
|
};
|
|
|
|
|
2020-03-04 04:40:01 +00:00
|
|
|
&ospi1 {
|
2023-09-27 13:09:56 +00:00
|
|
|
/* Address change for data region (32-bit) */
|
2020-03-04 04:40:01 +00:00
|
|
|
reg = <0x0 0x47050000 0x0 0x100>,
|
|
|
|
<0x0 0x58000000 0x0 0x8000000>;
|
2022-02-09 09:36:54 +00:00
|
|
|
};
|