forked from OERV-BSP/u-boot
Add support for the Toradex SMARC iMX95. Link: https://www.toradex.com/computer-on-modules/smarc-arm-family/nxp-imx95 Link: https://www.toradex.com/products/carrier-board/smarc-development-board-kit Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com> Co-developed-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com> Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com> Co-developed-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Co-developed-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com> Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
111 lines
1.3 KiB
Plaintext
111 lines
1.3 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/* Copyright (C) 2025 Toradex */
|
|
|
|
#include "imx95-u-boot.dtsi"
|
|
|
|
/ {
|
|
sysinfo {
|
|
compatible = "toradex,sysinfo";
|
|
};
|
|
};
|
|
|
|
&gpio1 {
|
|
reg = <0 0x47400000 0 0x1000>, <0 0x47400040 0 0x40>;
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&lpi2c4 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&lpuart1 {
|
|
clocks = <&scmi_clk IMX95_CLK_LPUART1>, <&scmi_clk IMX95_CLK_LPUART1>;
|
|
clock-names = "ipg", "per";
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
/* Conflict with JTAG interface */
|
|
&lpuart5 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&pinctrl_lpi2c4 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_lpi2c4_gpio {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_uart1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_usdhc1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_usdhc1_200mhz {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_usdhc2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_usdhc2_200mhz {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_usdhc2_cd {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_usdhc2_pwr_en {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&pinctrl_usdhc2_vsel {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
®_usdhc2_vmmc {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
®_usdhc2_vqmmc {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&som_gpio_expander_0 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&som_gpio_expander_1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&usb2 {
|
|
/delete-property/power-domains;
|
|
};
|
|
|
|
&usb3 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&usb3_dwc3 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&usdhc1 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&usdhc2 {
|
|
bootph-pre-ram;
|
|
};
|
|
|
|
&wdog3 {
|
|
status = "disabled";
|
|
};
|