forked from multipath-tcp/mptcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: dts: Add Mediatek X20 Development Board support
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
1 parent
e6bffe4
commit a873996
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
}; |