diff options
author | Levin Du <djw@t-chip.com.cn> | 2018-01-23 10:10:17 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-02-12 09:40:11 +0100 |
commit | 2171f4fdac060e05826f9972a19bfdb569f5dcfe (patch) | |
tree | d5b55ddc3af02b68e23b760706e87a6364f3b0d3 /arch/arm64/boot/dts/rockchip/Makefile | |
parent | ba2b043e90f264df1969c4428bc89d7121e475e8 (diff) | |
download | lwn-2171f4fdac060e05826f9972a19bfdb569f5dcfe.tar.gz lwn-2171f4fdac060e05826f9972a19bfdb569f5dcfe.zip |
arm64: dts: rockchip: add roc-rk3328-cc board
The roc-rk3328-cc is a credit card size single board computer using the
Rockchip RK3328 Quad-Core ARM Cortex A53 64-Bit Processor and supporting
up to 2GB 2133MHz LPDDR4 memory. It provides eMMC module socket, MicroSD
Card slot, USB 2.0/3.0, Gigabit Ethernet, HDMI/CVBS, Infrared Receiver,
SPDIF/I2S, and SPI/I2C/UART/PWM interfaces.
The devicetree currently supports basic peripherals.
Signed-off-by: Levin Du <djw@t-chip.com.cn>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/Makefile b/arch/arm64/boot/dts/rockchip/Makefile index ce2701e37d00..cf14b8679eac 100644 --- a/arch/arm64/boot/dts/rockchip/Makefile +++ b/arch/arm64/boot/dts/rockchip/Makefile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3328-evb.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3328-rock64.dtb +dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3328-roc-cc.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-evb-act8846.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-geekbox.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-orion-r68-meta.dtb |