aboutsummaryrefslogtreecommitdiff
path: root/configs/am62x_lpsk_a53_defconfig
diff options
context:
space:
mode:
authorBryan Brattlof2024-06-07 17:06:13 -0500
committerTom Rini2024-06-14 10:42:46 -0600
commitbf8f3c408fa6598a13239a018efb700bdd4a6a92 (patch)
treee4dee6b60a0a3dd5778372c81e5450d423a3de50 /configs/am62x_lpsk_a53_defconfig
parent5cca31106398bfebbec3ad17d8b034abbea65599 (diff)
configs: add defconfigs for the am625-lp-sk
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>
Diffstat (limited to 'configs/am62x_lpsk_a53_defconfig')
-rw-r--r--configs/am62x_lpsk_a53_defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/am62x_lpsk_a53_defconfig b/configs/am62x_lpsk_a53_defconfig
new file mode 100644
index 00000000000..a86bfb5a761
--- /dev/null
+++ b/configs/am62x_lpsk_a53_defconfig
@@ -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