feat(k3low): introduce Cadence LPDDR4 core driver for AM62LAM62L devices support 16-bit DDR4/LPDDR4 DRAM memory devices. The coreDDR4/LPDDR4 driver was developed by Cadence. This patch introduces
feat(k3low): introduce Cadence LPDDR4 core driver for AM62LAM62L devices support 16-bit DDR4/LPDDR4 DRAM memory devices. The coreDDR4/LPDDR4 driver was developed by Cadence. This patch introduces theCadence IP driver files (lpddr4.c, lpddr4_16bit.c, lpddr4_obj_if.c andtheir associated headers) which carry dual copyright (Cadence + TI).The driver was pruned from ~6800 macros to ~80 with AI-assisted removalof unused code; the Cadence CTL/PHY/PI API surface remains intact forreview against the User Guides.These files are intentionally unreferenced in platform.mk pending theAM62L platform shim in the next patch.For additional information please check the technical referencemanual at:https://www.ti.com/lit/pdf/sprujb4Change-Id: I8b02a6b30e5ea7b1b457cc0a933d8ef232993fa1Co-developed-by: Claude <noreply@anthropic.com>Signed-off-by: Hari Nagalla <hnagalla@ti.com>
show more ...