mbox series

[0/2] ARM: arch-meson: add support for Odroid Go Ultra

Message ID 20230119-u-boot-odroid-go-ultra-v1-0-f96bab9db396@linaro.org
Headers show
Series ARM: arch-meson: add support for Odroid Go Ultra | expand

Message

Neil Armstrong Jan. 19, 2023, 1:44 p.m. UTC
This adds initial support for the Hardkernel Odroid Go Ultra.

The Odroid Go Ultra is a portable gaming device with the following
characteristics:
- Amlogic S922X SoC
- RK817 & RK818 PMICs
- 2GiB LPDDR4
- On board 16GiB eMMC
- Micro SD Card slot
- 5inch 854×480 MIPI-DSI TFT LCD
- Earphone stereo jack, 0.5Watt 8Ω Mono speaker
- Li-Polymer 3.7V/4000mAh Battery
- USB-A 2.0 Host Connector
- x16 GPIO Input Buttons
- 2x ADC Analog Joysticks
- USB-C Port for USB2 Device and Charging

The following are not yet handled:
- Battery RK818 Gauge and Charging
- 5inch 854×480 MIPI-DSI TFT LCD
- Power Halt

Cc: u-boot@lists.denx.de
Cc: u-boot-amlogic@groups.io
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

---
Neil Armstrong (2):
      ARM: dts: sync Amlogic ARM64 DT from v6.2-rc1
      ARM: meson: add support for Odroid Go Ultra

 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/meson-g12-common.dtsi                 | 167 +++--
 arch/arm/dts/meson-g12a.dtsi                       |   5 +
 .../arm/dts/meson-g12b-odroid-go-ultra-u-boot.dtsi |  16 +
 arch/arm/dts/meson-g12b-odroid-go-ultra.dts        | 722 +++++++++++++++++++++
 arch/arm/dts/meson-g12b.dtsi                       |   5 +
 arch/arm/dts/meson-sm1.dtsi                        |  52 +-
 configs/odroid-go-ultra_defconfig                  |  70 ++
 doc/board/amlogic/index.rst                        |   4 +-
 doc/board/amlogic/odroid-go-ultra.rst              |  34 +
 10 files changed, 999 insertions(+), 77 deletions(-)
---
base-commit: 62e2ad1ceafbfdf2c44d3dc1b6efc81e768a96b9
change-id: 20230119-u-boot-odroid-go-ultra-9d3c7ae3c910

Best regards,

Comments

Neil Armstrong Jan. 24, 2023, 8:25 a.m. UTC | #1
Hi,

On Thu, 19 Jan 2023 14:44:17 +0100, Neil Armstrong wrote:
> This adds initial support for the Hardkernel Odroid Go Ultra.
> 
> The Odroid Go Ultra is a portable gaming device with the following
> characteristics:
> - Amlogic S922X SoC
> - RK817 & RK818 PMICs
> - 2GiB LPDDR4
> - On board 16GiB eMMC
> - Micro SD Card slot
> - 5inch 854×480 MIPI-DSI TFT LCD
> - Earphone stereo jack, 0.5Watt 8Ω Mono speaker
> - Li-Polymer 3.7V/4000mAh Battery
> - USB-A 2.0 Host Connector
> - x16 GPIO Input Buttons
> - 2x ADC Analog Joysticks
> - USB-C Port for USB2 Device and Charging
> 
> [...]

Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-test)

[1/2] ARM: dts: sync Amlogic ARM64 DT from v6.2-rc1
      https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/2acbc33b3d19128cb673a980116e9e33fbc5161f
[2/2] ARM: meson: add support for Odroid Go Ultra
      https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/640192d04f9c4003959c967d11b2f98c3756c451