2019-06-13 04:59:54 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "k3-j721e-som-p0.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
stdout-path = "serial2:115200n8";
|
|
|
|
bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000";
|
|
|
|
};
|
2019-09-04 10:31:37 +00:00
|
|
|
|
|
|
|
aliases {
|
|
|
|
remoteproc0 = &mcu_r5fss0_core0;
|
|
|
|
remoteproc1 = &mcu_r5fss0_core1;
|
2019-09-04 10:31:38 +00:00
|
|
|
remoteproc2 = &main_r5fss0_core0;
|
|
|
|
remoteproc3 = &main_r5fss0_core1;
|
|
|
|
remoteproc4 = &main_r5fss1_core0;
|
|
|
|
remoteproc5 = &main_r5fss1_core1;
|
2019-09-04 10:31:39 +00:00
|
|
|
remoteproc6 = &c66_0;
|
|
|
|
remoteproc7 = &c66_1;
|
2019-09-04 10:31:40 +00:00
|
|
|
remoteproc8 = &c71_0;
|
2019-09-04 10:31:37 +00:00
|
|
|
};
|
2019-06-13 04:59:54 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&wkup_uart0 {
|
|
|
|
/* Wakeup UART is used by System firmware */
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
2019-09-29 12:07:58 +00:00
|
|
|
&main_uart0 {
|
|
|
|
power-domains = <&k3_pds 146 TI_SCI_PD_SHARED>;
|
|
|
|
};
|
|
|
|
|
2019-06-13 04:59:54 +00:00
|
|
|
&main_uart3 {
|
|
|
|
/* UART not brought out */
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
&main_uart5 {
|
|
|
|
/* UART not brought out */
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
&main_uart6 {
|
|
|
|
/* UART not brought out */
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
&main_uart7 {
|
|
|
|
/* UART not brought out */
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
&main_uart8 {
|
|
|
|
/* UART not brought out */
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
&main_uart9 {
|
|
|
|
/* UART not brought out */
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
&main_sdhci0 {
|
|
|
|
/* eMMC */
|
|
|
|
voltage-ranges = <1800 1800>;
|
|
|
|
non-removable;
|
|
|
|
ti,driver-strength-ohm = <50>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&main_sdhci1 {
|
|
|
|
/* SD/MMC */
|
|
|
|
voltage-ranges = <1800 1800 3300 3300>;
|
|
|
|
ti,driver-strength-ohm = <50>;
|
|
|
|
};
|