devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add basic support for Mediatek MT8183 SoC
@ 2018-05-11  6:11 Erin Lo
  2018-05-11  6:11 ` [PATCH 1/2] dt-bindings: arm: Add bindings for Mediatek MT8183 SoC Platform Erin Lo
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Erin Lo @ 2018-05-11  6:11 UTC (permalink / raw)
  To: Matthias Brugger, Rob Herring; +Cc: Mark Rutland, devicetree, srv_heupstream

MT8183 is a SoC based on 64bit ARMv8 architecture.
It contains 4 CA53 and 4 CA73 cores.
MT8183 share many HW IP with MT65xx series.
This patchset was tested on MT8183 evaluation board, and boot to shell ok.

This series contains document bindings, device tree including interrupt, uart.

Ben Ho (1):
  arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and
    Makefile

Erin Lo (1):
  dt-bindings: arm: Add bindings for Mediatek MT8183 SoC Platform

 Documentation/devicetree/bindings/arm/mediatek.txt |   4 +
 .../interrupt-controller/mediatek,sysirq.txt       |   1 +
 .../devicetree/bindings/serial/mtk-uart.txt        |   1 +
 arch/arm64/boot/dts/mediatek/Makefile              |   1 +
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts        |  31 ++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi           | 178 +++++++++++++++++++++
 6 files changed, 216 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8183-evb.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8183.dtsi

--
1.9.1


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

end of thread, other threads:[~2018-05-11 11:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-11  6:11 [PATCH 0/2] Add basic support for Mediatek MT8183 SoC Erin Lo
2018-05-11  6:11 ` [PATCH 1/2] dt-bindings: arm: Add bindings for Mediatek MT8183 SoC Platform Erin Lo
2018-05-11  8:33   ` Matthias Brugger
2018-05-11 10:35     ` Erin Lo
2018-05-11  6:11 ` [PATCH 2/2] arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and Makefile Erin Lo
2018-05-11  8:36   ` Matthias Brugger
     [not found]     ` <860cba8a-3af8-31d6-ec3f-81706d2d998b-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-05-11 10:41       ` Erin Lo
2018-05-11 11:19         ` Matthias Brugger
2018-05-11  8:29 ` [PATCH 0/2] Add basic support for Mediatek MT8183 SoC Matthias Brugger
2018-05-11  9:38   ` Erin Lo

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).