summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDasnavis Sabiya <[email protected]>2024-02-24 01:51:52 +0530
committerTom Rini <[email protected]>2024-03-04 13:41:04 -0500
commit740759d558e632e1540d620baadbcc46fdf24db2 (patch)
tree330f900a340bdc82a36ff86cda21d6679a547918 /configs
parent2641f6ddd1ab3d3db460049fb7a6cbd4aaaa7609 (diff)
configs: am69_sk: Add defconfig for AM69 SK board
Add defconfig for AM69 SK A72 and R5 configuration. This inlcudes and modifies the J784S4 EVM defconfigs: j784s4_evm_a72_defconfig -> am69_sk_a72_defconfig j784s4_evm_r5_defconfig -> am69_sk_r5_defconfig Signed-off-by: Dasnavis Sabiya <[email protected]> Signed-off-by: Apurva Nandan <[email protected]> Reviewed-by: Andrew Davis <[email protected]> Tested-by: Marcel Ziswiler <[email protected]> # AM69-SK
Diffstat (limited to 'configs')
-rw-r--r--configs/am69_sk_a72_defconfig9
-rw-r--r--configs/am69_sk_r5_defconfig10
2 files changed, 19 insertions, 0 deletions
diff --git a/configs/am69_sk_a72_defconfig b/configs/am69_sk_a72_defconfig
new file mode 100644
index 00000000000..452de887258
--- /dev/null
+++ b/configs/am69_sk_a72_defconfig
@@ -0,0 +1,9 @@
+#include <configs/j784s4_evm_a72_defconfig>
+
+CONFIG_ARM=y
+CONFIG_ARCH_K3=y
+CONFIG_SOC_K3_J784S4=y
+CONFIG_TARGET_J784S4_A72_EVM=y
+
+CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am69-sk"
+CONFIG_OF_LIST="ti/k3-am69-sk"
diff --git a/configs/am69_sk_r5_defconfig b/configs/am69_sk_r5_defconfig
new file mode 100644
index 00000000000..2186b9a0490
--- /dev/null
+++ b/configs/am69_sk_r5_defconfig
@@ -0,0 +1,10 @@
+#include <configs/j784s4_evm_r5_defconfig>
+
+CONFIG_ARM=y
+CONFIG_ARCH_K3=y
+CONFIG_SOC_K3_J784S4=y
+CONFIG_TARGET_J784S4_R5_EVM=y
+
+CONFIG_DEFAULT_DEVICE_TREE="k3-am69-r5-sk"
+CONFIG_SPL_OF_LIST="k3-am69-r5-sk"
+CONFIG_OF_LIST="k3-am69-r5-sk"