Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83af225c authored by Eddie Huang's avatar Eddie Huang Committed by Matthias Brugger
Browse files

Document: DT: Add bindings for mediatek MT8173 SoC Platform



MT8173 is a 64-bit four core Soc.
And mt8173-evb is a evaluation board based on mt8173.
This commit add the devicetree binding document for
  mediatek MT8173 SoC
  MT8173 sysirq
  MT8173 uart

Signed-off-by: default avatarEddie Huang <eddie.huang@mediatek.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 97bf6af1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ compatible: Must contain one of
   "mediatek,mt6592"
   "mediatek,mt8127"
   "mediatek,mt8135"
   "mediatek,mt8173"


Supported boards:
@@ -25,3 +26,6 @@ Supported boards:
- MTK mt8135 tablet EVB:
    Required root node properties:
      - compatible = "mediatek,mt8135-evbp1", "mediatek,mt8135";
- MTK mt8173 tablet EVB:
    Required root node properties:
      - compatible = "mediatek,mt8173-evb", "mediatek,mt8173";
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ interrupt.

Required properties:
- compatible: should be one of:
	"mediatek,mt8173-sysirq"
	"mediatek,mt8135-sysirq"
	"mediatek,mt8127-sysirq"
	"mediatek,mt6589-sysirq"
+3 −1
Original line number Diff line number Diff line
@@ -2,9 +2,11 @@

Required properties:
- compatible should contain:
  * "mediatek,mt8173-uart" for MT8173 compatible UARTS
  * "mediatek,mt6589-uart" for MT6589 compatible UARTS
  * "mediatek,mt6582-uart" for MT6582 compatible UARTS
  * "mediatek,mt6577-uart" for all compatible UARTS (MT6589, MT6582, MT6577)
  * "mediatek,mt6577-uart" for all compatible UARTS (MT8173, MT6589, MT6582, 
	MT6577)

- reg: The base address of the UART register bank.