linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add STM32MP157 discovery boards support
@ 2019-02-05  9:07 Alexandre Torgue
  2019-02-05  9:07 ` [PATCH 1/2] ARM: dts: stm32: add initial support of stm32mp157a-dk1 board Alexandre Torgue
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alexandre Torgue @ 2019-02-05  9:07 UTC (permalink / raw)
  To: Maxime Coquelin, arnd, robh+dt, mark.rutland
  Cc: linux-arm-kernel, devicetree, Alexandre Torgue, linux-stm32,
	linux-kernel

This patch series add support of two new discovery boards based on
STM32MP157 MPU: stm32mp157a-dk1 and stm32mp157c-dk2.

stm32mp157a-dk1 board embeds a STM32MP157a SOC with AC package (TFBGA361,
148 ios) and 512MB of DDR3. Several connections are available on this boards:
4*USB2.0, 1*USB2.0 typeC, SDcard, RJ45, HDMI, Arduino connector, ...

stm32mp157c-dk2 board complements stm32mp157a-dk1 board with a display panel
(otm8009a) and a Murata Wifi/BT combo. It embeds a STM32MP157c SOC with AC
package.

Those patches enable basic support for a kernel boot.

regards
Alex

Alexandre Torgue (2):
  ARM: dts: stm32: add initial support of stm32mp157a-dk1 board
  ARM: dts: stm32: add initial support of stm32mp157c-dk2 board

 arch/arm/boot/dts/Makefile            |  2 +
 arch/arm/boot/dts/stm32mp157a-dk1.dts | 77 +++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/stm32mp157c-dk2.dts | 75 ++++++++++++++++++++++++++++++++++
 3 files changed, 154 insertions(+)
 create mode 100644 arch/arm/boot/dts/stm32mp157a-dk1.dts
 create mode 100644 arch/arm/boot/dts/stm32mp157c-dk2.dts

-- 
2.7.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-02-15 10:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05  9:07 [PATCH v2 0/2] Add STM32MP157 discovery boards support Alexandre Torgue
2019-02-05  9:07 ` [PATCH 1/2] ARM: dts: stm32: add initial support of stm32mp157a-dk1 board Alexandre Torgue
2019-02-05  9:07 ` [PATCH 2/2] ARM: dts: stm32: add initial support of stm32mp157c-dk2 board Alexandre Torgue
2019-02-05  9:10 ` [PATCH v2 0/2] Add STM32MP157 discovery boards support Alexandre Torgue
2019-02-15 10:16 ` Alexandre Torgue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).