mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00

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>
10 lines
165 B
C
10 lines
165 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
#ifndef __QNAP_TS433_H
|
|
#define __QNAP_TS433_H
|
|
|
|
#define ROCKCHIP_DEVICE_SETTINGS
|
|
|
|
#include <configs/rk3568_common.h>
|
|
|
|
#endif
|