u-boot/arch/arm/dts/k3-am642-sk-u-boot.dtsi
Roger Quadros 01f573eb88 arm: dts: k3-am64: Sync DT with Linux v6.5-rc1
Sync all am642-evm/am642-sk related DT files
with Linux v6.5-rc1.

- drop timer1 in favor of main_timer0 in am64-main.dtsi.
Need to delete clock & power domain properties of
main_timer1 in -r5.dts else won't boot. This is because
timer_init is done during rproc_start to start System Firmware,
but we can't do any clock/power-domain operations before
System Firmware starts.
- same constraint applies to main_uart0
- drop cpsw3g custom DT property 'mac_efuse' and custom
DT node cpsw-phy-sel as driver picks these from standard
property/node.
- include board dts file in -r5 dts file to avoid duplication
of nodes. Include -u-boot.dtsi on top.
- drop duplicate nodes in -r5 dts and -u-boot.dtsi

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Tested-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
2023-08-17 15:10:01 -04:00

165 lines
1.7 KiB
Text

// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/
*/
#include "k3-am64x-binman.dtsi"
/ {
chosen {
tick-timer = &main_timer0;
};
memory@80000000 {
bootph-pre-ram;
};
};
&cbass_main{
bootph-pre-ram;
};
&cbass_mcu {
bootph-pre-ram;
};
&main_timer0 {
bootph-pre-ram;
clock-frequency = <200000000>;
};
&main_conf {
bootph-pre-ram;
chipid@14 {
bootph-pre-ram;
};
};
&main_pmx0 {
bootph-pre-ram;
};
&main_i2c0_pins_default {
bootph-pre-ram;
};
&main_i2c0 {
bootph-pre-ram;
};
&main_uart0_pins_default {
bootph-pre-ram;
};
&main_uart0 {
bootph-pre-ram;
};
&dmss {
bootph-pre-ram;
};
&secure_proxy_main {
bootph-pre-ram;
};
&dmsc {
bootph-pre-ram;
k3_sysreset: sysreset-controller {
compatible = "ti,sci-sysreset";
bootph-pre-ram;
};
};
&k3_pds {
bootph-pre-ram;
};
&k3_clks {
bootph-pre-ram;
};
&k3_reset {
bootph-pre-ram;
};
&sdhci0 {
status = "disabled";
bootph-pre-ram;
};
&sdhci1 {
bootph-pre-ram;
};
&main_mmc1_pins_default {
bootph-pre-ram;
};
&cpsw3g {
bootph-pre-ram;
ethernet-ports {
bootph-pre-ram;
};
};
&cpsw_port2 {
bootph-pre-ram;
};
&main_bcdma {
bootph-pre-ram;
};
&main_pktdma {
bootph-pre-ram;
};
&rgmii1_pins_default {
bootph-pre-ram;
};
&rgmii2_pins_default {
bootph-pre-ram;
};
&mdio1_pins_default {
bootph-pre-ram;
};
&cpsw3g_phy1 {
bootph-pre-ram;
};
&main_usb0_pins_default {
bootph-pre-ram;
};
&serdes_ln_ctrl {
u-boot,mux-autoprobe;
};
&usbss0 {
bootph-pre-ram;
};
&usb0 {
bootph-pre-ram;
};
&serdes_wiz0 {
bootph-pre-ram;
};
&serdes0_usb_link {
bootph-pre-ram;
};
&serdes0 {
bootph-pre-ram;
};
&serdes_refclk {
bootph-pre-ram;
};