Files
u-boot/arch/arm/dts/k3-j721e-sk-u-boot.dtsi
Neha Malcom Francis c9507f07a1 configs: j721e_sk: Move to separate defconfig for J721E SK board
Add defconfig for J721E SK R5 and A72 configuration.

This includes and modifies the J721E EVM defconfigs:
j721e_evm_r5_defconfig -> j721e_sk_r5_defconfig
j721e_evm_a72_defconfig -> j721e_sk_a72_defconfig

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
2024-06-07 13:58:54 -06:00

181 lines
1.9 KiB
Plaintext

// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/
*/
#include "k3-j721e-binman.dtsi"
&cbass_main {
bootph-all;
};
&main_navss {
bootph-all;
};
&cbass_mcu_wakeup {
bootph-all;
chipid@43000014 {
bootph-all;
};
};
&mcu_navss {
bootph-all;
};
&mcu_ringacc {
bootph-all;
};
&mcu_udmap {
reg = <0x0 0x285c0000 0x0 0x100>,
<0x0 0x284c0000 0x0 0x4000>,
<0x0 0x2a800000 0x0 0x40000>,
<0x0 0x284a0000 0x0 0x4000>,
<0x0 0x2aa00000 0x0 0x40000>,
<0x0 0x28400000 0x0 0x2000>;
reg-names = "gcfg", "rchan", "rchanrt", "tchan",
"tchanrt", "rflow";
bootph-all;
};
&secure_proxy_main {
bootph-all;
};
&dmsc {
bootph-all;
};
&k3_pds {
bootph-all;
};
&k3_clks {
bootph-all;
};
&k3_reset {
bootph-all;
};
&wkup_pmx0 {
bootph-all;
};
&main_pmx0 {
bootph-all;
};
&main_uart0 {
bootph-all;
};
&mcu_uart0 {
bootph-all;
};
&main_sdhci1 {
bootph-all;
};
&main_uart0_pins_default {
bootph-all;
};
&serdes_ln_ctrl {
bootph-all;
};
&usb_serdes_mux {
bootph-all;
};
&main_usbss0_pins_default {
bootph-all;
};
&usbss0 {
bootph-all;
};
&usb0 {
dr_mode = "host";
bootph-all;
};
&main_usbss1_pins_default {
bootph-all;
};
&usbss1 {
bootph-all;
};
&usb1 {
dr_mode = "host";
bootph-all;
};
&main_mmc1_pins_default {
bootph-all;
};
&wkup_i2c0_pins_default {
bootph-all;
};
&wkup_i2c0 {
bootph-all;
};
&wkup_uart0 {
bootph-all;
status = "okay";
};
&mcu_fss0_ospi0_pins_default {
bootph-all;
};
&fss {
bootph-all;
};
&main_esm {
bootph-all;
};
&ospi0 {
bootph-all;
flash@0 {
bootph-all;
};
};
#ifdef CONFIG_TARGET_J721E_A72_EVM
#define SPL_J721E_SK_DTB "spl/dts/k3-j721e-sk.dtb"
#define J721E_SK_DTB "u-boot.dtb"
&spl_j721e_dtb {
filename = SPL_J721E_SK_DTB;
};
&j721e_dtb {
filename = J721E_SK_DTB;
};
&spl_j721e_dtb_unsigned {
filename = SPL_J721E_SK_DTB;
};
&j721e_dtb_unsigned {
filename = J721E_SK_DTB;
};
#endif