]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: stm32: Add stm32mp215f-dk-u-boot
authorPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 3 Feb 2026 16:49:26 +0000 (17:49 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 24 Feb 2026 16:41:48 +0000 (17:41 +0100)
Add U-Boot specific file for stm32mp215f-dk board

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32mp215f-dk-u-boot.dtsi [new file with mode: 0644]

diff --git a/arch/arm/dts/stm32mp215f-dk-u-boot.dtsi b/arch/arm/dts/stm32mp215f-dk-u-boot.dtsi
new file mode 100644 (file)
index 0000000..e4b44af
--- /dev/null
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
+/*
+ * Copyright (C) STMicroelectronics 2026 - All Rights Reserved
+ */
+
+/ {
+       config {
+               u-boot,boot-led = "led-blue";
+               u-boot,mmc-env-partition = "u-boot-env";
+       };
+};