]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: add defconfigs for the am625-lp-sk
authorBryan Brattlof <bb@ti.com>
Fri, 7 Jun 2024 22:06:13 +0000 (17:06 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jun 2024 16:42:46 +0000 (10:42 -0600)
The am62x-lp-sk is a package and reference board spin of the am62x-sk to
showcase the low-power features of the am62x SoC family. Because it so
closely resembles the am62x-sk board, use the preprocessor to inherit
its configuration making the needed changes for this board where
necessary.

Reviewed-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
board/ti/am62x/MAINTAINERS
configs/am62x_lpsk_a53_defconfig [new file with mode: 0644]
configs/am62x_lpsk_r5_defconfig [new file with mode: 0644]

index 105e741995ed97752aec7a1a1b81f7922401e59d..562a5c676690d555f07b11bb76dc3ee495d1ffc5 100644 (file)
@@ -1,8 +1,10 @@
 AM62x BOARD
-M:     Dave Gerlach <d-gerlach@ti.com>
+M:     Bryan Brattlof <bb@ti.com>
 M:     Tom Rini <trini@konsulko.com>
 S:     Maintained
 F:     board/ti/am62x/
 F:     include/configs/am62x_evm.h
 F:     configs/am62x_evm_r5_defconfig
 F:     configs/am62x_evm_a53_defconfig
+F:     configs/am62x_lpsk_r5_defconfig
+F:     configs/am62x_lpsk_a53_defconfig
diff --git a/configs/am62x_lpsk_a53_defconfig b/configs/am62x_lpsk_a53_defconfig
new file mode 100644 (file)
index 0000000..a86bfb5
--- /dev/null
@@ -0,0 +1,8 @@
+#include <configs/am62x_evm_a53_defconfig>
+
+CONFIG_ARM=y
+CONFIG_ARCH_K3=y
+CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am62-lp-sk"
+CONFIG_OF_UPSTREAM=y
+CONFIG_SOC_K3_AM625=y
+CONFIG_TARGET_AM625_A53_EVM=y
diff --git a/configs/am62x_lpsk_r5_defconfig b/configs/am62x_lpsk_r5_defconfig
new file mode 100644 (file)
index 0000000..9112bc2
--- /dev/null
@@ -0,0 +1,7 @@
+#include <configs/am62x_evm_r5_defconfig>
+
+CONFIG_ARM=y
+CONFIG_ARCH_K3=y
+CONFIG_DEFAULT_DEVICE_TREE="k3-am62-r5-lp-sk"
+CONFIG_SOC_K3_AM625=y
+CONFIG_TARGET_AM625_R5_EVM=y