mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 01:19:49 +00:00
a94a4071d4
Replace instances of http://www.ti.com with https://www.ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
181 lines
1.9 KiB
Text
181 lines
1.9 KiB
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2018 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_sysreset: sysreset-controller {
|
|
compatible = "ti,sci-sysreset";
|
|
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_sdhci0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_sdhci1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_uart0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_usbss0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&usbss0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&usb0 {
|
|
dr_mode = "peripheral";
|
|
bootph-all;
|
|
};
|
|
|
|
&main_mmc1_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_i2c0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_uart0 {
|
|
bootph-all;
|
|
status = "okay";
|
|
};
|
|
|
|
&wkup_i2c0 {
|
|
bootph-all;
|
|
status = "okay";
|
|
};
|
|
|
|
&main_i2c0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_i2c0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&main_esm {
|
|
bootph-all;
|
|
};
|
|
|
|
&exp2 {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_fss0_ospi0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&fss {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_gpio0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&ospi0 {
|
|
bootph-all;
|
|
|
|
flash@0 {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&ospi1 {
|
|
bootph-all;
|
|
|
|
flash@0 {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&mcu_fss0_hpb0_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&wkup_gpio_pins_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&mcu_fss0_ospi1_pins_default {
|
|
bootph-all;
|
|
};
|