ARM: dts: tqma6: add boot phase properties

Add boot phase properties from U-Boot device tree.
This commit can be reverted if changes are integrated in upstreem
device trees and synced with U-Boot.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
This commit is contained in:
Max Merchel
2026-07-27 13:05:07 -03:00
committed by Fabio Estevam
parent 2484741fec
commit c644dec64a
4 changed files with 80 additions and 0 deletions
+32
View File
@@ -6,3 +6,35 @@
*/
#include "imx6qdl-tqma6-u-boot.dtsi"
&gpio1 {
bootph-pre-ram;
};
&i2c1 {
bootph-pre-ram;
};
&pinctrl_uart2 {
bootph-pre-ram;
};
&pinctrl_usdhc2 {
bootph-pre-ram;
};
&pinctrl_wdog1{
bootph-pre-ram;
};
&uart2 {
bootph-pre-ram;
};
&usdhc2 {
bootph-pre-ram;
};
&wdog1 {
bootph-pre-ram;
};
+36
View File
@@ -16,3 +16,39 @@
bootph-pre-ram;
};
};
&aips1 {
bootph-pre-ram;
};
&aips2 {
bootph-pre-ram;
};
&ecspi1 {
bootph-pre-ram;
};
&gpio3 {
bootph-pre-ram;
};
&m25p80 {
bootph-pre-ram;
};
&pinctrl_ecspi1 {
bootph-pre-ram;
};
&pinctrl_i2c1 {
bootph-pre-ram;
};
&pinctrl_usdhc3 {
bootph-pre-ram;
};
&usdhc3 {
bootph-pre-ram;
};
+4
View File
@@ -8,3 +8,7 @@
/* SOC specific U-Boot DT adjustments */
#include "imx6qdl-tqma6-u-boot.dtsi"
&i2c1 {
bootph-pre-ram;
};
+8
View File
@@ -8,3 +8,11 @@
/* SOC specific U-Boot DT adjustments */
#include "imx6qdl-tqma6-u-boot.dtsi"
&i2c3 {
bootph-pre-ram;
};
&pinctrl_i2c3 {
bootph-pre-ram;
};