diff options
| author | Mars Cheng <mars.cheng@mediatek.com> | 2017-04-07 21:20:26 -0400 |
|---|---|---|
| committer | Matthias Brugger <matthias.bgg@gmail.com> | 2017-05-15 04:47:16 -0400 |
| commit | 1be88348672b03fcdce6bf9ef6fdb38fc2c4d221 (patch) | |
| tree | c9138a71d9cf89d8b7c846a025f4b311bf1e99df /Documentation/devicetree | |
| parent | 10f84a7add59741e2b844473729f7b32cc6fa412 (diff) | |
dt-bindings: mediatek: Add bindings for mediatek MT6797 Platform
This adds dt-binding documentation for Mediatek MT6797. Only
include very basic items, gic, uart timer and cpu.
Signed-off-by: Mars Cheng <mars.cheng@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
3 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt index c860b245d8c8..2d3344d3a72d 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.txt +++ b/Documentation/devicetree/bindings/arm/mediatek.txt | |||
| @@ -12,6 +12,7 @@ compatible: Must contain one of | |||
| 12 | "mediatek,mt6592" | 12 | "mediatek,mt6592" |
| 13 | "mediatek,mt6755" | 13 | "mediatek,mt6755" |
| 14 | "mediatek,mt6795" | 14 | "mediatek,mt6795" |
| 15 | "mediatek,mt6797" | ||
| 15 | "mediatek,mt7623" | 16 | "mediatek,mt7623" |
| 16 | "mediatek,mt8127" | 17 | "mediatek,mt8127" |
| 17 | "mediatek,mt8135" | 18 | "mediatek,mt8135" |
| @@ -38,6 +39,9 @@ Supported boards: | |||
| 38 | - Evaluation board for MT6795(Helio X10): | 39 | - Evaluation board for MT6795(Helio X10): |
| 39 | Required root node properties: | 40 | Required root node properties: |
| 40 | - compatible = "mediatek,mt6795-evb", "mediatek,mt6795"; | 41 | - compatible = "mediatek,mt6795-evb", "mediatek,mt6795"; |
| 42 | - Evaluation board for MT6797(Helio X20): | ||
| 43 | Required root node properties: | ||
| 44 | - compatible = "mediatek,mt6797-evb", "mediatek,mt6797"; | ||
| 41 | - Evaluation board for MT7623: | 45 | - Evaluation board for MT7623: |
| 42 | Required root node properties: | 46 | Required root node properties: |
| 43 | - compatible = "mediatek,mt7623-evb", "mediatek,mt7623"; | 47 | - compatible = "mediatek,mt7623-evb", "mediatek,mt7623"; |
diff --git a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt index a89c03bb1a81..8166bdc1fc06 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/mediatek,sysirq.txt | |||
| @@ -9,6 +9,7 @@ Required properties: | |||
| 9 | "mediatek,mt8135-sysirq" | 9 | "mediatek,mt8135-sysirq" |
| 10 | "mediatek,mt8127-sysirq" | 10 | "mediatek,mt8127-sysirq" |
| 11 | "mediatek,mt6795-sysirq" | 11 | "mediatek,mt6795-sysirq" |
| 12 | "mediatek,mt6797-sysirq" | ||
| 12 | "mediatek,mt6755-sysirq" | 13 | "mediatek,mt6755-sysirq" |
| 13 | "mediatek,mt6592-sysirq" | 14 | "mediatek,mt6592-sysirq" |
| 14 | "mediatek,mt6589-sysirq" | 15 | "mediatek,mt6589-sysirq" |
diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt index 0015c722be7b..5b8513d725d8 100644 --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt | |||
| @@ -8,6 +8,7 @@ Required properties: | |||
| 8 | * "mediatek,mt6589-uart" for MT6589 compatible UARTS | 8 | * "mediatek,mt6589-uart" for MT6589 compatible UARTS |
| 9 | * "mediatek,mt6755-uart" for MT6755 compatible UARTS | 9 | * "mediatek,mt6755-uart" for MT6755 compatible UARTS |
| 10 | * "mediatek,mt6795-uart" for MT6795 compatible UARTS | 10 | * "mediatek,mt6795-uart" for MT6795 compatible UARTS |
| 11 | * "mediatek,mt6797-uart" for MT6797 compatible UARTS | ||
| 11 | * "mediatek,mt7623-uart" for MT7623 compatible UARTS | 12 | * "mediatek,mt7623-uart" for MT7623 compatible UARTS |
| 12 | * "mediatek,mt8127-uart" for MT8127 compatible UARTS | 13 | * "mediatek,mt8127-uart" for MT8127 compatible UARTS |
| 13 | * "mediatek,mt8135-uart" for MT8135 compatible UARTS | 14 | * "mediatek,mt8135-uart" for MT8135 compatible UARTS |
