Hi Mani

On 5/3/20 5:42 PM, [email protected] wrote:
From: Manivannan Sadhasivam <[email protected]>

Hello,

This series adds Stinger96 and IoT Box board support. These boards are
based on STM32MP157A SoC, designed and manufactured by Shiratech solutions.

The Stinger96 is a base board (96Boards IoT Extended edition) while IoT Box
adds one mezzanine on top of it and sold as a gateway device.

This series depends on below patchsets already submitted and gone through
reviews:

[PATCH v3 0/3] Add Reset and Wakeup support for CCS811
[PATCH v3 0/2] Add CTS/RTS gpio support to STM32 UART

More information about these boards can be found in below links:

https://www.shiratech-solutions.com/products/stinger96/
https://www.shiratech-solutions.com/products/iot-box/

Thanks,
Mani


Series applied on stm32-next.

Regards
Alex

Changes in v2:

* Used "stm32" prefix for all DT commits
* Dropped custom sdmmc2 pinctrl node since existing node itself has pullup
   enabled and works fine.

Manivannan Sadhasivam (6):
   dt-bindings: Add vendor prefix for Shiratech Solutions
   ARM: dts: stm32: Add missing pinctrl entries for STM32MP15
   dt-bindings: arm: stm32: Document Stinger96 compatible
   ARM: dts: stm32: Add Stinger96 board support
   dt-bindings: arm: stm32: Document IoT Box compatible
   ARM: dts: stm32: Add IoT Box board support

  .../devicetree/bindings/arm/stm32/stm32.yaml  |   2 +
  .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
  arch/arm/boot/dts/Makefile                    |   2 +
  arch/arm/boot/dts/stm32mp15-pinctrl.dtsi      |  64 ++++
  arch/arm/boot/dts/stm32mp157a-iot-box.dts     |  68 ++++
  arch/arm/boot/dts/stm32mp157a-stinger96.dts   |  12 +
  arch/arm/boot/dts/stm32mp157a-stinger96.dtsi  | 342 ++++++++++++++++++
  7 files changed, 492 insertions(+)
  create mode 100644 arch/arm/boot/dts/stm32mp157a-iot-box.dts
  create mode 100644 arch/arm/boot/dts/stm32mp157a-stinger96.dts
  create mode 100644 arch/arm/boot/dts/stm32mp157a-stinger96.dtsi

Reply via email to