aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorIcenowy Zheng <uwu@icenowy.me>2023-03-19 21:29:35 +0000
committerJernej Skrabec <jernej.skrabec@gmail.com>2023-03-23 21:57:33 +0100
commit7452d4799c5b352d6987cff3db8b1e415466586e (patch)
tree2fb18bc9a64197752bc35d63d85be7ffbebd5533 /arch/arm/boot/dts/Makefile
parentdt-binding: arm: sunxi: add two board compatible strings (diff)
downloadwireguard-linux-7452d4799c5b352d6987cff3db8b1e415466586e.tar.xz
wireguard-linux-7452d4799c5b352d6987cff3db8b1e415466586e.zip
ARM: dts: suniv: add device tree for PopStick v1.1
PopStick is a minimal Allwinner F1C200s dongle, with its USB controller wired to a USB Type-A plug, a SD slot and a SPI NAND flash on board, and an on-board CH340 USB-UART converted connected to F1C200s's UART0. Add a device tree for it. As F1C200s is just F1C100s with a different DRAM chip co-packaged, directly use F1C100s DTSI here. This commit covers the v1.1 version of this board, which is now shipped. v1.0 is some internal sample that have not been shipped at all. Signed-off-by: Icenowy Zheng <uwu@icenowy.me> Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20230319212936.26649-6-andre.przywara@arm.com Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index efe4152e5846..3b97d7c1e3c2 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -1406,7 +1406,8 @@ dtb-$(CONFIG_MACH_SUN9I) += \
sun9i-a80-optimus.dtb \
sun9i-a80-cubieboard4.dtb
dtb-$(CONFIG_MACH_SUNIV) += \
- suniv-f1c100s-licheepi-nano.dtb
+ suniv-f1c100s-licheepi-nano.dtb \
+ suniv-f1c200s-popstick-v1.1.dtb
dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += \
tegra20-acer-a500-picasso.dtb \
tegra20-asus-tf101.dtb \