diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2020-09-23 09:02:15 +0800 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-09-28 13:25:27 +0200 |
commit | bbcf293d838b81b77e12ce7859715eac80ff11a6 (patch) | |
tree | d449f6c8c1e484ebf3bf0cd70eb2433d10d4ba4b /arch/arm/boot/dts/Makefile | |
parent | 61f4bc990b378d10ee2964c764f92363e1fd6ed4 (diff) | |
download | lwn-bbcf293d838b81b77e12ce7859715eac80ff11a6.tar.gz lwn-bbcf293d838b81b77e12ce7859715eac80ff11a6.zip |
ARM: dts: sun8i: s3l: add support for Pine64 PineCube IP camera
The Pine64 PineCube IP camera is an IP camera with SoChip S3 SoC.
It comes with a main board, an expansion board and a camera.
The main board features a Micro-USB power-only jack, a USB Type-A port,
an Ethernet port connected to the internal PHY of the SoC and a Realtek
RTL8189ES SDIO Wi-Fi module. A RGB LCD connector is reserved on the
board.
The expansion board features a TF slot, a microphone, a speaker
connector with on-board amplifier and a few IR LEDs.
Add support for the kit, with features on the main board and the
expansion board now.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20200923010215.148819-2-icenowy@aosc.io
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 4572db3fa5ae..4363ba564bb4 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1194,6 +1194,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \ sun8i-r16-parrot.dtb \ sun8i-r40-bananapi-m2-ultra.dtb \ sun8i-s3-lichee-zero-plus.dtb \ + sun8i-s3-pinecube.dtb \ sun8i-t3-cqa3t-bv3.dtb \ sun8i-v3s-licheepi-zero.dtb \ sun8i-v3s-licheepi-zero-dock.dtb \ |