diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2020-12-06 17:51:31 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-01-06 17:49:58 +0100 |
commit | 8f39fab53a2537d6d797034013c2de9c5c1b7938 (patch) | |
tree | 3bbc7ea723a83b6bd79748727cd20049bc3e15b8 /arch/arm/boot/dts/sun8i-v3-sl631-imx179.dts | |
parent | dt-bindings: arm: sunxi: Add SL631 with IMX179 bindings (diff) | |
download | linux-8f39fab53a2537d6d797034013c2de9c5c1b7938.tar.xz linux-8f39fab53a2537d6d797034013c2de9c5c1b7938.zip |
ARM: dts: sun8i-v3: Add support for the SL631 Action Camera with IMX179
The SL631 is a family of Allwinner V3 action cameras sold under
various names, such as SJCAM SJ4000 Air or F60 Action Camera.
Devices in this family share a common board design but can be found
with different image sensors, including the IMX179 and the OV4689.
This adds support for a common dtsi for the SL631 family as well as
a specific dts for the IMX179 fashion, which will later be populated
with an IMX179 node when a driver is available.
Features that were tested on the device include:
- UART debug
- MMC
- USB peripheral (e.g. g_ether)
- Buttons
- SPI NOR flash
Note that the exact designer/vendor of these boards is unknown.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20201206165131.1041983-6-contact@paulk.fr
Diffstat (limited to 'arch/arm/boot/dts/sun8i-v3-sl631-imx179.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-v3-sl631-imx179.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-v3-sl631-imx179.dts b/arch/arm/boot/dts/sun8i-v3-sl631-imx179.dts new file mode 100644 index 000000000000..117aeece4e55 --- /dev/null +++ b/arch/arm/boot/dts/sun8i-v3-sl631-imx179.dts @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR X11) +/* + * Copyright 2020 Paul Kocialkowski <contact@paulk.fr> + */ + +#include "sun8i-v3-sl631.dtsi" + +/ { + model = "SL631 Action Camera with IMX179"; + compatible = "allwinner,sl631-imx179", "allwinner,sl631", + "allwinner,sun8i-v3"; +}; |