Commits
Jason Kridner committed 9b3dd8495fc
ARM: dts: AM57xx: beagleboneai: add dts file BeagleBoard.org BeagleBone AI is an open source hardware single board computer based on the Texas Instruments AM5729 SoC featuring dual-core 1.5GHz Arm Cortex-A15 processor, dual-core C66 digital signal processor (DSP), quad-core embedded vision engine (EVE), Arm Cortex-M4 processors, dual programmable realtime unit industrial control subsystems and more. The board features 1GB DDR3L, USB3.0 Type-C, USB HS Type-A, microHDMI, 16GB eMMC flash, 1G Ethernet, 802.11ac 2/5GHz, Bluetooth, and BeagleBone expansion headers. For more information, refer to: https://beaglebone.ai This patch introduces the BeagleBone AI device tree. Note that this patch has been submitted to the upstream linux kernel here: https://patchwork.kernel.org/patch/11254903/ However, there are additional features necessary to utilize TIDL, such as dsp firmware loading that are not yet features of the mainline kernel, making this patch necessary. Note that the device use the "ti,tpd12s016" component which is software compatible with "ti,tpd12s015". Thus we only use the latter driver. Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Caleb Robey <c-robey@ti.com> Cc: Robert Nelson <robertcnelson@gmail.com> [t-kristo@ti.com: added the dtb as a build target under makefile, fixed subject, and dropped broken opp_slow definition] Signed-off-by: Tero Kristo <t-kristo@ti.com> [d-gerlach@ti.com: fix copyright date in am5729-beagleboneai.dts] Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>