[PATCH V2 0/3] arm64: dts/defconfig/binding: Add support for BeaglePlay

Nishanth Menon nm at ti.com
Thu Mar 16 08:21:40 PDT 2023


Hi,

BeagleBoard.org BeaglePlay[1][2] is an easy to use, affordable open source
hardware single board computer based on the Texas Instruments AM625
SoC. Add the base support for the same.

Bootlog: https://gist.github.com/nmenon/2e7647970a4d6af05017e545ac0f8218

Changes Since v1: (major ones)
- All patches updated
- signed-off-by order fixups
- Cleanup to drop errant pre-production board vestiges
- defconfig adds SPI to get to mikrobus spi interface.

V1: https://lore.kernel.org/all/20230311111022.23717-1-nm@ti.com/

Nishanth Menon (1):
  arm64: defconfig: Enable drivers for BeaglePlay

Robert Nelson (2):
  dt-bindings: arm: ti: Add BeaglePlay
  arm64: dts: ti: Add k3-am625-beagleplay

 .../devicetree/bindings/arm/ti/k3.yaml        |   1 +
 arch/arm64/boot/dts/ti/Makefile               |   1 +
 .../arm64/boot/dts/ti/k3-am625-beagleplay.dts | 757 ++++++++++++++++++
 arch/arm64/configs/defconfig                  |   8 +
 4 files changed, 767 insertions(+)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts

[1] https://beagleplay.org/
[2] https://git.beagleboard.org/beagleplay/beagleplay
-- 
2.40.0




More information about the linux-arm-kernel mailing list