Skip to content

Commit

Permalink
ARM: dts: AM57xx: beagleboneai: add dts file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jason Kridner authored and jstiffler committed Dec 16, 2019
1 parent 8d4d01a commit 9b3dd84
Show file tree
Hide file tree
Showing 2 changed files with 656 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ dtb-$(CONFIG_SOC_DRA7XX) += \
am57xx-cl-som-am57x.dtb \
am57xx-sbc-am57x.dtb \
am572x-idk.dtb \
am5729-beagleboneai.dtb \
am574x-idk.dtb \
dra7-evm.dtb \
dra72-evm.dtb \
Expand Down
Loading

0 comments on commit 9b3dd84

Please sign in to comment.