mbox series

[v3,0/3] arm64: meson-sm1: add support for Banana PI BPI-M5

Message ID 20210514143255.3352774-1-narmstrong@baylibre.com (mailing list archive)
Headers show
Series arm64: meson-sm1: add support for Banana PI BPI-M5 | expand

Message

Neil Armstrong May 14, 2021, 2:32 p.m. UTC
Banana Pi BPI-M5 is a credit card format SBC with the following features:
- Amlogic S905X3 quad core Cortex-A55
- Mali-G31 GPU
- 4GB LPDDR4
- 16GB eMMC flash
- 4 USB 3.0
- 1 GbE ethernet
- HDMI output
- 2x LEDS
- SDCard
- 2.5mm Jack with Stereo Audio + CVBS
- Infrared Received
- ADC Button
- GPIO Button
- 40 pins header + 3pins debug header

This also adds the missing toacodec node to enable internal audio codec.

Changes since v2 at [2]:
- small nit fix in DT comment

Changes since v1 at [1]:
- fixed bad compatible for sm1 toacodec node
- removed tab in bindings (but kept martin's review tag)
- renamed adc key node
- renamed flash_1v8 regulator to match schematics
- fixed vddcpu regulator voltages
- fixed ethmac rgmii-txid and checked it still worked
- added missing GPIO lines names (thanks martin !)

[1] https://lore.kernel.org/r/20210429170404.3616111-1-narmstrong@baylibre.com
[2] https://lore.kernel.org/r/20210505073248.3816183-1-narmstrong@baylibre.com

Neil Armstrong (3):
  arm64: dts: meson-sm1: add toacodec node
  dt-bindings: arm: amlogic: add Banana PI M5 bindings
  arm64: dts: meson-sm1: add Banana PI BPI-M5 board dts

 .../devicetree/bindings/arm/amlogic.yaml      |   1 +
 arch/arm64/boot/dts/amlogic/Makefile          |   1 +
 .../dts/amlogic/meson-sm1-bananapi-m5.dts     | 646 ++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-sm1.dtsi    |  10 +
 4 files changed, 658 insertions(+)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts

Comments

Neil Armstrong May 28, 2021, 8:20 a.m. UTC | #1
On Fri, 14 May 2021 16:32:52 +0200, Neil Armstrong wrote:
> Banana Pi BPI-M5 is a credit card format SBC with the following features:
> - Amlogic S905X3 quad core Cortex-A55
> - Mali-G31 GPU
> - 4GB LPDDR4
> - 16GB eMMC flash
> - 4 USB 3.0
> - 1 GbE ethernet
> - HDMI output
> - 2x LEDS
> - SDCard
> - 2.5mm Jack with Stereo Audio + CVBS
> - Infrared Received
> - ADC Button
> - GPIO Button
> - 40 pins header + 3pins debug header
> 
> [...]

Applied, thanks!

[1/3] arm64: dts: meson-sm1: add toacodec node
      commit: ddbdaa4d596396e3aa0d60a0ab023d19822a3682
[2/3] dt-bindings: arm: amlogic: add Banana PI M5 bindings
      commit: c53ab8f96af1f1fcaa0c1bc851a7704ae4b413d2
[3/3] arm64: dts: meson-sm1: add Banana PI BPI-M5 board dts
      commit: 976e920183e406726637db925efdf8b407a2d03a

Best regards,