ARM: dts: imx6ull: Add chargebyte Tarragon support
authorStefan Wahren <stefan.wahren@chargebyte.com>
Tue, 4 Apr 2023 08:02:42 +0000 (10:02 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 6 Apr 2023 01:45:27 +0000 (09:45 +0800)
commit5e4f393ccbf0af0828ab0914695649a5b90db230
tree3e6f60bb67eacdc0efdf10a788a2746d761b16a3
parentf491698935bf50dea76309eae75ef3511151f8fb
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>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/imx6ull-tarragon-common.dtsi [new file with mode: 0644]
arch/arm/boot/dts/imx6ull-tarragon-master.dts [new file with mode: 0644]
arch/arm/boot/dts/imx6ull-tarragon-micro.dts [new file with mode: 0644]
arch/arm/boot/dts/imx6ull-tarragon-slave.dts [new file with mode: 0644]
arch/arm/boot/dts/imx6ull-tarragon-slavext.dts [new file with mode: 0644]