diff options
author | 2021-06-07 19:02:54 -0500 | |
---|---|---|
committer | 2021-07-13 17:45:48 +0000 | |
commit | f755d7380977ce13c8071ac01a0f7c40ed31da17 (patch) | |
tree | 636811fb5ef45ca03b0683b5bc0bb82b83311eb2 /conf | |
parent | 9647d5127766387eac83d7ef6ce1e524bfcd814b (diff) | |
download | meta-ti-f755d7380977ce13c8071ac01a0f7c40ed31da17.tar.gz meta-ti-f755d7380977ce13c8071ac01a0f7c40ed31da17.tar.bz2 meta-ti-f755d7380977ce13c8071ac01a0f7c40ed31da17.zip |
conf/machine: am64xx: Add overlay to support icssg1-dualemac
This patch adds overlay to support icssg1-dualemac
ie: 1 x CPSW3g ports and 2 x ICSSG1 ports configuration
overlay: k3-am642-evm-icssg1-dualemac.dtbo
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/am64xx.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc index a46a50ed..95fdc79d 100644 --- a/conf/machine/include/am64xx.inc +++ b/conf/machine/include/am64xx.inc @@ -9,6 +9,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" KERNEL_DEVICETREE = " \ ti/k3-am642-evm.dtb \ ti/k3-am642-sk.dtb \ + ti/k3-am642-evm-icssg1-dualemac.dtbo \ " # AM64 supports multi-certificate images, use the same |