mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-31 19:41:32 +02:00
ARM: dts: stm32: Add generic SoM compatible to STM32MP15xx DH electronics DHSOM
Add generic SoM compatible string into machine compatible string for all STM32MP15xx based DH electronics DHSOM. This way, common board code can match on this compatible. No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
parent
cf03330549
commit
ff51ef85d6
@ -11,5 +11,7 @@
|
||||
|
||||
/ {
|
||||
model = "DH Electronics STM32MP15xx DHCOM DRC02";
|
||||
compatible = "dh,stm32mp15xx-dhcom-drc02", "st,stm32mp1xx";
|
||||
compatible = "dh,stm32mp15xx-dhcom-drc02",
|
||||
"dh,stm32mp15xx-dhcom-som",
|
||||
"st,stm32mp1xx";
|
||||
};
|
||||
|
@ -11,5 +11,7 @@
|
||||
|
||||
/ {
|
||||
model = "STMicroelectronics STM32MP15xx DHCOM Premium Developer Kit (2)";
|
||||
compatible = "dh,stm32mp15xx-dhcom-pdk2", "st,stm32mp15x";
|
||||
compatible = "dh,stm32mp15xx-dhcom-pdk2",
|
||||
"dh,stm32mp15xx-dhcom-som",
|
||||
"st,stm32mp15x";
|
||||
};
|
||||
|
@ -11,5 +11,7 @@
|
||||
|
||||
/ {
|
||||
model = "DH Electronics STM32MP15xx DHCOM PicoITX";
|
||||
compatible = "dh,stm32mp15xx-dhcom-picoitx", "st,stm32mp1xx";
|
||||
compatible = "dh,stm32mp15xx-dhcom-picoitx",
|
||||
"dh,stm32mp15xx-dhcom-som",
|
||||
"st,stm32mp1xx";
|
||||
};
|
||||
|
@ -14,5 +14,7 @@
|
||||
|
||||
/ {
|
||||
model = "Arrow Electronics STM32MP15xx Avenger96 board";
|
||||
compatible = "arrow,stm32mp15xx-avenger96", "st,stm32mp15x";
|
||||
compatible = "arrow,stm32mp15xx-avenger96",
|
||||
"dh,stm32mp15xx-dhcor-som",
|
||||
"st,stm32mp15x";
|
||||
};
|
||||
|
@ -12,5 +12,7 @@
|
||||
|
||||
/ {
|
||||
model = "DH electronics STM32MP15xx DHCOR DRC Compact";
|
||||
compatible = "dh,stm32mp15xx-dhcor-drc-compact", "st,stm32mp1xx";
|
||||
compatible = "dh,stm32mp15xx-dhcor-drc-compact",
|
||||
"dh,stm32mp15xx-dhcor-som",
|
||||
"st,stm32mp1xx";
|
||||
};
|
||||
|
@ -9,7 +9,9 @@
|
||||
|
||||
/ {
|
||||
model = "DH electronics STM32MP15xx DHCOR Testbench";
|
||||
compatible = "dh,stm32mp15xx-dhcor-testbench", "st,stm32mp1xx";
|
||||
compatible = "dh,stm32mp15xx-dhcor-testbench",
|
||||
"dh,stm32mp15xx-dhcor-som",
|
||||
"st,stm32mp1xx";
|
||||
|
||||
aliases {
|
||||
ethernet0 = ðernet0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user