mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
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:
parent
b95ce919a7
commit
d07f9c56d0
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user