Skip to content

Commit

Permalink
arm64: dts: Add Mediatek X20 Development Board support
Browse files Browse the repository at this point in the history
Add initial device tree support for Mediatek X20 Development Board
based on MT6797 Deca core SoC. This board is one of the 96Boards
Consumer Edition platform.

Signed-off-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Matthias Brugger <[email protected]>
  • Loading branch information
Mani-Sadhasivam authored and mbgg committed Jul 20, 2018
1 parent e6bffe4 commit a873996
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/mediatek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += mt2712-evb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt6755-evb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt6795-evb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt6797-evb.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt6797-x20-dev.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt7622-rfb1.dtb
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-evb.dtb
33 changes: 33 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt6797-x20-dev.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Device Tree Source for MediaTek X20 Development Board
*
* Copyright (C) 2018, Linaro Ltd.
*
*/

/dts-v1/;

#include "mt6797.dtsi"

/ {
model = "Mediatek X20 Development Board";
compatible = "archermind,mt6797-x20-dev", "mediatek,mt6797";

aliases {
serial0 = &uart1;
};

memory@40000000 {
device_type = "memory";
reg = <0 0x40000000 0 0x80000000>;
};

chosen {
stdout-path = "serial0:115200n8";
};
};

&uart1 {
status = "okay";
};

0 comments on commit a873996

Please sign in to comment.