]> Git Repo - u-boot.git/commit
arm64: imx: Add support for imx8mp-beacon-kit
authorAdam Ford <[email protected]>
Fri, 24 Mar 2023 03:06:16 +0000 (22:06 -0500)
committerStefano Babic <[email protected]>
Tue, 4 Apr 2023 07:40:25 +0000 (09:40 +0200)
commitab53bd43dbde4dc8895a9f419e018d219eb4dc20
tree5418fdae5d0ddb6db06c904bbab6771ff7fe2c3c
parent58ec2711fdc3ced5aeff9326eed496e09f694da2
arm64: imx: Add support for imx8mp-beacon-kit

Beacon Embedded has an i.MX8M Plus development kit which consists
of a SOM + baseboard.  The SOM includes Bluetooth, WiFi, QSPI, eMMC,
and one Ethernet PHY. The baseboard includes audio, HDMI, USB-C Dual
Role port, USB Hub with five ports, a PCIe slot, and a second Ethernet
PHY.  The device trees are already queued for inclusion in Linux 6.3.

Signed-off-by: Adam Ford <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
18 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mp-beacon-kit.dts [new file with mode: 0644]
arch/arm/dts/imx8mp-beacon-som.dtsi [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Kconfig
board/beacon/imx8mp/Kconfig [new file with mode: 0644]
board/beacon/imx8mp/MAINTAINERS [new file with mode: 0644]
board/beacon/imx8mp/Makefile [new file with mode: 0644]
board/beacon/imx8mp/imx8mp_beacon.c [new file with mode: 0644]
board/beacon/imx8mp/imx8mp_beacon.env [new file with mode: 0644]
board/beacon/imx8mp/imximage-8mp-lpddr4.cfg [new file with mode: 0644]
board/beacon/imx8mp/lpddr4_timing.c [new file with mode: 0644]
board/beacon/imx8mp/spl.c [new file with mode: 0644]
configs/imx8mp_beacon_defconfig [new file with mode: 0644]
doc/board/beacon/beacon-imx8mp.rst [new file with mode: 0644]
doc/board/beacon/index.rst [new file with mode: 0644]
doc/board/index.rst
include/configs/imx8mp_beacon.h [new file with mode: 0644]
This page took 0.053794 seconds and 4 git commands to generate.