ARM: dts: stm32: phyboard-sargas: Move aliases from dts to dtsi

aliases are common to every phyboard-sargas version. So move it to
the common phyboard dtsi file.

Signed-off-by: Christophe Parant <c.parant@phytec.fr>
Link: https://lore.kernel.org/r/20251210101611.27008-9-c.parant@phytec.fr
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Christophe Parant 2025-12-10 11:16:08 +01:00 committed by Alexandre Torgue
parent b95ce919a7
commit d07f9c56d0
2 changed files with 9 additions and 9 deletions

View File

@ -16,15 +16,6 @@ / {
model = "PHYTEC phyBOARD-Sargas STM32MP157C";
compatible = "phytec,phycore-stm32mp1-3",
"phytec,phycore-stm32mp157c-som", "st,stm32mp157";
aliases {
mmc0 = &sdmmc1;
mmc1 = &sdmmc2;
mmc2 = &sdmmc3;
serial0 = &uart4;
serial1 = &usart3;
serial2 = &usart1;
};
};
&cryp1 {

View File

@ -12,6 +12,15 @@
#include <dt-bindings/leds/leds-pca9532.h>
/ {
aliases {
mmc0 = &sdmmc1;
mmc1 = &sdmmc2;
mmc2 = &sdmmc3;
serial0 = &uart4;
serial1 = &usart3;
serial2 = &usart1;
};
chosen {
stdout-path = "serial0:115200n8";
};