mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 10:16:41 +07:00
83af225c39
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: Eddie Huang <eddie.huang@mediatek.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
32 lines
959 B
Plaintext
32 lines
959 B
Plaintext
MediaTek mt65xx & mt81xx Platforms Device Tree Bindings
|
|
|
|
Boards with a MediaTek mt65xx/mt81xx SoC shall have the following property:
|
|
|
|
Required root node property:
|
|
|
|
compatible: Must contain one of
|
|
"mediatek,mt6589"
|
|
"mediatek,mt6592"
|
|
"mediatek,mt8127"
|
|
"mediatek,mt8135"
|
|
"mediatek,mt8173"
|
|
|
|
|
|
Supported boards:
|
|
|
|
- bq Aquaris5 smart phone:
|
|
Required root node properties:
|
|
- compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";
|
|
- Evaluation board for MT6592:
|
|
Required root node properties:
|
|
- compatible = "mediatek,mt6592-evb", "mediatek,mt6592";
|
|
- MTK mt8127 tablet moose EVB:
|
|
Required root node properties:
|
|
- compatible = "mediatek,mt8127-moose", "mediatek,mt8127";
|
|
- 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";
|