summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhavya Kapoor <b-kapoor@ti.com>2023-02-23 11:47:03 +0530
committerRyan Eatmon <reatmon@ti.com>2023-02-27 10:17:16 -0600
commitbad1d112b7fefe2110a665f673302fc68ff87c35 (patch)
tree62f01fc9a1dc254bd755a63a0d6b180b6d8478d7
parent6de102676b425f7daa0499d90c591cd2efe01f30 (diff)
downloadmeta-ti-bad1d112b7fefe2110a665f673302fc68ff87c35.tar.gz
conf: machine: j784s4-evm: Add uarts overlay for J784S4
Add device tree overlay for extending support for mcu_uart0 as well as wkup_uart0 for boards with J784S4 SoC. This overlay will mainly be used for the purpose of testing uart instances. Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--conf/machine/j784s4-evm.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/j784s4-evm.conf b/conf/machine/j784s4-evm.conf
index 77805d49..47d05429 100644
--- a/conf/machine/j784s4-evm.conf
+++ b/conf/machine/j784s4-evm.conf
@@ -38,6 +38,7 @@ KERNEL_DEVICETREE = " \
38 ti/k3-j784s4-evm.dtb \ 38 ti/k3-j784s4-evm.dtb \
39 ti/k3-j784s4-evm-csi2-ov5640.dtbo \ 39 ti/k3-j784s4-evm-csi2-ov5640.dtbo \
40 ti/k3-j784s4-fpdlink-fusion.dtbo \ 40 ti/k3-j784s4-fpdlink-fusion.dtbo \
41 ti/k3-j784s4-evm-uarts.dtbo \
41" 42"
42 43
43UBOOT_MACHINE = "j784s4_evm_a72_defconfig" 44UBOOT_MACHINE = "j784s4_evm_a72_defconfig"