
Hi,
On 07/05/2023 14:42, Ferass El Hafidi wrote:
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
Applied in u-boot-amlogic-test for now, please CC u-boot-amlogic@groups.io next time otherwise I'm not notified.
Neil
Changes since v1:
- Fix typo ("Boardcom" -> "Broadcom")
- Remove duplicate "From:"
Changes since v2:
- Update defconfig to work with U-Boot/master
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