mbox series

[0/3] ARM: dts: imx6dl: Add support for Sielaff i.MX6 Solo board

Message ID 20240116105317.267525-1-frieder@fris.de (mailing list archive)
Headers show
Series ARM: dts: imx6dl: Add support for Sielaff i.MX6 Solo board | expand

Message

Frieder Schrempf Jan. 16, 2024, 10:51 a.m. UTC
From: Frieder Schrempf <frieder.schrempf@kontron.de>

This series adds upstream support for the Sielaff i.MX6 Solo board.
It is used as controller and user interface in vending machines. It
is based on the i.MX6 Solo SoC and features the following
peripherals and interfaces:

* 512 MB DDR3 RAM
* 512 MB NAND Flash
* 1 MB NOR Flash
* SD card
* Debug LED
* Debug UART
* Key Inputs
* RTC
* RS232
* 100 MBit Ethernet
* USB Hub
* USB OTG
* HDMI
* 7" LVDS IPS panel
* PWM Backlight
* Optional Extension Board with USB Ethernet NIC

Patch 1 adds the vendor prefix, patch 2 adds the DT bindings and
patch 3 adds the DT.

Frieder Schrempf (3):
  dt-bindings: vendor-prefixes: Add Sielaff
  dt-bindings: arm: fsl: Add Sielaff i.MX6 Solo board
  ARM: dts: imx6dl: Add support for Sielaff i.MX6 Solo board

 .../devicetree/bindings/arm/fsl.yaml          |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/nxp/imx/Makefile            |   1 +
 arch/arm/boot/dts/nxp/imx/imx6dl-sielaff.dts  | 533 ++++++++++++++++++
 4 files changed, 537 insertions(+)
 create mode 100644 arch/arm/boot/dts/nxp/imx/imx6dl-sielaff.dts