mbox series

[v2,0/2] arm64: meson-sm1: add support for Hardkernel ODROID-C4

Message ID 20200506080702.6645-1-narmstrong@baylibre.com (mailing list archive)
Headers show
Series arm64: meson-sm1: add support for Hardkernel ODROID-C4 | expand

Message

Neil Armstrong May 6, 2020, 8:07 a.m. UTC
This serie adds support for the Hardkernel Odroid-C4 single board computer.

The Odroid-C4 is the Odroid-C2 successor with same form factor, but using
a modern Amlogic S905X3 (SM1) SoC and 4x USB3 ports.

Fully functionnal:
- USB2+USB3
- USB2 OTG
- eMMC
- SDCard
- HDMI
- DVFS
- Gigabit Ethernet with RTL8211F PHY
- ADC
- Debug UART
- Infrared Receiver

Missing:
- HDMI audio

Changes since v1 at [1]:
- Add missing IR node

[1] http://lore.kernel.org/r/20200424124406.13870-1-narmstrong@baylibre.com

Dongjin Kim (1):
  arm64: dts: meson-sm1: add support for Hardkernel ODROID-C4

Neil Armstrong (1):
  dt-bindings: arm: amlogic: add odroid-c4 bindings

 .../devicetree/bindings/arm/amlogic.yaml      |   1 +
 arch/arm64/boot/dts/amlogic/Makefile          |   1 +
 .../boot/dts/amlogic/meson-sm1-odroid-c4.dts  | 402 ++++++++++++++++++
 3 files changed, 404 insertions(+)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-sm1-odroid-c4.dts

Comments

Kevin Hilman May 20, 2020, 12:07 a.m. UTC | #1
On Wed, 6 May 2020 10:07:00 +0200, Neil Armstrong wrote:
> This serie adds support for the Hardkernel Odroid-C4 single board computer.
> 
> The Odroid-C4 is the Odroid-C2 successor with same form factor, but using
> a modern Amlogic S905X3 (SM1) SoC and 4x USB3 ports.
> 
> Fully functionnal:
> - USB2+USB3
> - USB2 OTG
> - eMMC
> - SDCard
> - HDMI
> - DVFS
> - Gigabit Ethernet with RTL8211F PHY
> - ADC
> - Debug UART
> - Infrared Receiver
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: amlogic: add odroid-c4 bindings
      commit: 838f0905aaeefce443eca124b27e6474e6862aa3
[2/2] arm64: dts: meson-sm1: add support for Hardkernel ODROID-C4
      commit: 326e57518b0dc8789d78e59563afbb3f4107e6e1

Best regards,