public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/3] initial support for the Videostrong KII Pro
@ 2023-05-07 10:15 Ferass El Hafidi
  2023-05-07 10:15 ` [PATCH v2 1/3] arm: dts: add support for " Ferass El Hafidi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ferass El Hafidi @ 2023-05-07 10:15 UTC (permalink / raw)
  To: u-boot; +Cc: Ferass El Hafidi

The Videostrong KII Pro is a set-top box based on the Amlogic p201
reference board and with the following specification:

 - Amlogic S905 ARM Cortex-A53 quad-core SoC @ 1.5GHz
 - ARM Mali 450 GPU
 - 2GB DDR3 SDRAM
 - 16GB eMMC
 - Gigabit Ethernet
 - Broadcom BCM4335 WiFi and BT 4.0
 - HDMI 2.0 4K/60Hz display
 - 3x USB 2.0 host
 - 1x USB 2.0 otg
 - microSD
 - Infrared receiver
 - Blue LED
 - Red LED
 - Power button (case, front)
 - Reset button (underside)
 - DVB Card: DVB-S and DVB-T/C

Changes since v1:

 - Fix typo ("Boardcom" -> "Broadcom")
 - Remove duplicate "From:"

Ferass El Hafidi (3):
  arm: dts: add support for Videostrong KII Pro
  boards: amlogic: add KII Pro defconfig
  doc: boards: amlogic: add documentation for KII Pro

 arch/arm/dts/Makefile                       |   1 +
 arch/arm/dts/meson-gxbb-kii-pro-u-boot.dtsi |  13 ++
 arch/arm/dts/meson-gxbb-kii-pro.dts         | 140 ++++++++++++++++++++
 board/amlogic/p200/MAINTAINERS              |   2 +
 configs/videostrong-kii-pro_defconfig       |  70 ++++++++++
 doc/board/amlogic/index.rst                 |   1 +
 doc/board/amlogic/videostrong-kii-pro.rst   | 112 ++++++++++++++++
 7 files changed, 339 insertions(+)
 create mode 100644 arch/arm/dts/meson-gxbb-kii-pro-u-boot.dtsi
 create mode 100644 arch/arm/dts/meson-gxbb-kii-pro.dts
 create mode 100644 configs/videostrong-kii-pro_defconfig
 create mode 100644 doc/board/amlogic/videostrong-kii-pro.rst

-- 
2.40.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-07 12:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-07 10:15 [PATCH v2 0/3] initial support for the Videostrong KII Pro Ferass El Hafidi
2023-05-07 10:15 ` [PATCH v2 1/3] arm: dts: add support for " Ferass El Hafidi
2023-05-07 10:15 ` [PATCH v2 2/3] boards: amlogic: add KII Pro defconfig Ferass El Hafidi
2023-05-07 10:15 ` [PATCH v2 3/3] doc: boards: amlogic: add documentation for KII Pro Ferass El Hafidi
2023-05-07 12:44 ` [PATCH v2 0/3] initial support for the Videostrong " Ferass EL HAFIDI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox