Skip to content

Commit 5e4f393

Browse files
lategoodbyeShawn Guo
authored andcommitted
ARM: dts: imx6ull: Add chargebyte Tarragon support
This adds the support for chargebyte Tarragon, which is an Electrical Vehicle Supply Equipment (EVSE) for AC charging stations (according to IEC 61851, ISO 15118). The Tarragon board is based on an i.MX6ULL SoC and is available in 4 variants (Master, Slave, SlaveXT, Micro), which provide more or less peripherals. Supported features: * 512 MB DDR RAM * eMMC * Debug UART * 100 Mbit Ethernet * USB 2.0 Host interface * Powerline communication (QCA700x) * 2x RS485 * Digital in- and outputs (12 V) * One-Wire master for external temp sensors * 2x relay outputs * 2x motor interfaces Link: https://chargebyte.com/products/charging-station-communication/charge-control-c Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent f491698 commit 5e4f393

6 files changed

Lines changed: 1044 additions & 0 deletions

File tree

arch/arm/boot/dts/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,10 @@ dtb-$(CONFIG_SOC_IMX6UL) += \
760760
imx6ull-phytec-segin-lc-rdk-nand.dtb \
761761
imx6ull-phytec-tauri-emmc.dtb \
762762
imx6ull-phytec-tauri-nand.dtb \
763+
imx6ull-tarragon-master.dtb \
764+
imx6ull-tarragon-micro.dtb \
765+
imx6ull-tarragon-slave.dtb \
766+
imx6ull-tarragon-slavext.dtb \
763767
imx6ull-tqma6ull2-mba6ulx.dtb \
764768
imx6ull-tqma6ull2l-mba6ulx.dtb \
765769
imx6ulz-14x14-evk.dtb \

0 commit comments

Comments
 (0)