]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rockchip: add support for Qnap TS433 devices
authorHeiko Stuebner <heiko@sntech.de>
Mon, 28 Oct 2024 19:00:34 +0000 (20:00 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 11 Nov 2024 07:14:14 +0000 (15:14 +0800)
commitd3cacb79e7062772e54cb4a2f5a23f873a630b0e
tree6ef78eab498a56f28d1b71a97fe49c0ceef0a956
parent373a336e2f177c9ecb2e92e4f114031d7adeedf4
board: rockchip: add support for Qnap TS433 devices

The Qnap TS433 is a 4-bay NAS based around the RK3568.

Two SATA bays are connected to the RK3568's own SATA controllers while
the other two are connected to a JMicron SATA controller living on the
PCIe bus.

It provides one 2.5Gb and one 1Gb ethernet port as well as 3 usb ports.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3568-qnap-ts433-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/rk3568/Kconfig
board/qnap/ts433/Kconfig [new file with mode: 0644]
board/qnap/ts433/MAINTAINERS [new file with mode: 0644]
configs/qnap-ts433-rk3568_defconfig [new file with mode: 0644]
doc/board/index.rst
doc/board/qnap/index.rst [new file with mode: 0644]
doc/board/qnap/ts433.rst [new file with mode: 0644]
doc/board/rockchip/rockchip.rst
include/configs/qnap_ts433.h [new file with mode: 0644]