Skip to content

Commit fe96ff0

Browse files
gibssonAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: add device tree for Tungsten 700 board
Add device tree to support Ezurio Tungsten 700 (MT8390) SMARC SOM [1] + Universal SMARC carrier board [2]. It includes support for the MIPI-DSI BD070LIC3 display which uses the Tianma TM070JDHG30 panel + TI SN65DSI84 MIPI-DSI to LVDS bridge [3]. [1] https://www.ezurio.com/product/tungsten700-smarc [2] https://www.ezurio.com/system-on-module/accessories/universal-smarc-carrier [3] https://www.ezurio.com/product/bd070lic3-7-touchscreen-display Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent 9fda4a8 commit fe96ff0

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

arch/arm64/boot/dts/mediatek/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += mt8395-genio-1200-evk.dtb
164164
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8395-genio-1200-evk-ufs.dtb
165165
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8390-genio-700-evk.dtb
166166
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8390-grinn-genio-700-sbc.dtb
167+
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8390-tungsten-smarc.dtb
167168
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8395-kontron-3-5-sbc-i1200.dtb
168169
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8395-radxa-nio-12l.dtb
169170
dtb-$(CONFIG_ARCH_MEDIATEK) += mt8395-radxa-nio-12l-8-hd-panel.dtbo
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2+
/*
3+
* Copyright (C) 2025 Ezurio LLC
4+
* Author: Gary Bisson <bisson.gary@gmail.com>
5+
*/
6+
/dts-v1/;
7+
#include "mt8188.dtsi"
8+
#include "mt8390-tungsten-smarc.dtsi"
9+
10+
/ {
11+
model = "Ezurio Tungsten700 SMARC (MT8390)";
12+
compatible = "ezurio,mt8390-tungsten-smarc", "mediatek,mt8390",
13+
"mediatek,mt8188";
14+
};
15+
16+
&cpu4 {
17+
cpu-supply = <&mt6359_vcore_buck_reg>;
18+
};
19+
20+
&cpu5 {
21+
cpu-supply = <&mt6359_vcore_buck_reg>;
22+
};

0 commit comments

Comments
 (0)